Skip to content

Releases: Fernthedev/FernAPI

1.8.4: Merge pull request #7 from Fernthedev/beta

18 Sep 00:52
0d06e11

Choose a tag to compare

1.8.3: Merge pull request #6 from Fernthedev/beta

18 Sep 00:38
d5ebbca

Choose a tag to compare

1.8.2: Merge pull request #5 from Fernthedev/beta

18 Sep 00:23
4999081

Choose a tag to compare

Enhancements and bug fixes

12 Sep 00:03
d002958

Choose a tag to compare

Changes:

This list of changes was auto generated.

MySQL changes and other bug fixes

07 Sep 10:58
20e1a3b

Choose a tag to compare

  • Renamed DatabaseInfo to DatabaseAuthInfo for straightforwardness
  • Updated fern-configmanager to 1.0.1
  • A bit better documentation for MySQL
  • Changed a typo in BungeeMessageHandler that wouldn't register channel with namespace
  • Changed a typo in SpigotMessageHandler that wouldn't register channel with namespace causing an exception
  • Need to rewrite sponge message handler
  • Changed the names to be more helpful and not as confusing.
  • Added a method to get column from name.
  • MySQL rename RowObject to ColumnData

Changes:

  • 20e1a3b Merge pull request #3 from Fernthedev/beta
  • a959b89 - Renamed DatabaseInfo to DatabaseAuthInfo for straightforwardness
  • 328632a - Changed the names to be more helpful and not as confusing.
  • 742c281 - Renaming some MySQL classes to more respective names. RowObject = ColumnData
  • e07a2f1 - Shortcut to getting MySQL data
  • bc7d83a - Making changes to MySQL. It's being tested by my FCommands

This list of changes was auto generated.

Added a config manager

04 Sep 20:10

Choose a tag to compare

Changes:

See More
  • 7e9cb1e Update README.md
  • ecc1f33 Update README.md
  • 9add94f Update README.md
  • e8e5f5f Added MySQL driver for Velocity (not tested)
  • 09bb5c3 Set up CI with Azure Pipelines
  • 14a4b20 Update README.md
  • 55e6675 Set theme jekyll-theme-cayman
  • 3233242 Update README.md
  • a4f5c6a Update README.md
  • 0a94b5f Update README.md
  • 85f8bd7 Added Velocity support! [ALPHA] (Requires testing, specifically MySQL Database, Plugin Messaging and Color code support)
  • ac8d926 Had the tasks switched which would cause the wrong task to get cancelled. Should be fixed now

This list of changes was auto generated.

Enhancements

19 Aug 21:24

Choose a tag to compare

Enhancements Pre-release
Pre-release

Added a way to get IFPlayer instance from name/uuid

Changes:

  • c0d6995 Merge remote-tracking branch 'origin/master'
  • b535ef1 Fixed a line which caused errors when importing from JitPack Repo where it could not find velocity dependency.
  • d5d383d Update README.md
  • 05f136d Update README.md
  • 036f5ff Fixed links
  • 7e9cb1e Update README.md
  • ecc1f33 Update README.md
  • 9add94f Update README.md
  • e8e5f5f Added MySQL driver for Velocity (not tested)
  • 09bb5c3 Set up CI with Azure Pipelines
See more
  • 14a4b20 Update README.md
  • 55e6675 Set theme jekyll-theme-cayman
  • 3233242 Update README.md
  • a4f5c6a Update README.md
  • 0a94b5f Update README.md
  • 85f8bd7 Added Velocity support! [ALPHA] (Requires testing, specifically MySQL Database, Plugin Messaging and Color code support)
  • ac8d926 Had the tasks switched which would cause the wrong task to get cancelled. Should be fixed now

This list of changes was auto generated.

Velocity Support! (Alpha) and a few enhancements

19 Aug 20:24

Choose a tag to compare

Edit: I have made a few typos, such as github release tag was 7.0 instead of 1.7 (Sorry!) and forgot to make Velocity API compileOnly which I later noticed it caused an error that it could not find the dependency. Should be fixed now. Remember, post any issues you find on the github issue tracker preferrably!
Oh now you should use 1.7 instead of 7.0 for importing from JitPack repo.

Took a long while for me to start working on this project again. In this release I add limited support for Velocity with absolutely no testing done yet. I have also made some enhancements and made some changes. Specifically Tab Complete support for Universal commands and more straightforward channel creations. The full changes are listed below

Summary:

  • Updated to version 1.14 of spigot and bungee
  • Added tab completion support for Universal Commands
  • Fixed a typo which caused Bungee to cancel the wrong task in UUIDBungee
  • Fixed a bug which caused MySQL to stop ALL tasks running from the plugin instance instead of just the MySQL task.
  • Added support for namespaces in channels. You can use new Channel(namespace, channelName, action) or the legacy way (which will automatically split the namespace and channelName by separating it using ':') using Channel.createChannelFromString(channelName, action)

Changes:

  • e8e5f5f Added MySQL driver for Velocity (not tested)
  • 09bb5c3 Set up CI with Azure Pipelines
  • 14a4b20 Update README.md
  • 55e6675 Set theme jekyll-theme-cayman
  • 3233242 Update README.md
  • a4f5c6a Update README.md
  • 0a94b5f Update README.md
  • 85f8bd7 Added Velocity support! [ALPHA] (Requires testing, specifically MySQL Database, Plugin Messaging and Color code support)
  • ac8d926 Had the tasks switched which would cause the wrong task to get cancelled. Should be fixed now

This list of changes was auto generated.

Removed debug logs

17 May 13:20

Choose a tag to compare

1.6.6

Removed some debug logs

Bug fixes

16 May 22:37

Choose a tag to compare

Just a few bug fixes