Releases: Fernthedev/FernAPI
1.8.4: Merge pull request #7 from Fernthedev/beta
- Bump version number
1.8.3: Merge pull request #6 from Fernthedev/beta
- Added Name and UUID methods
1.8.2: Merge pull request #5 from Fernthedev/beta
Enhancements and bug fixes
Changes:
This list of changes was auto generated.
MySQL changes and other bug fixes
- a959b89 Changes:
- 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
- 328632a Changes:
- 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
Changes:
- f95e083 - Added support for my new config manager. https://fernthedev.github.io/fern-configmanager/
- dfaf581 - Removed a message handler that is not meant for Velocity
- 1fa736b - Update version number
- e9493af - Update version number
- 6ee11f0 - Added a way to get IFPlayer instance from name/uuid
- 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
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
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
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
1.6.6 Removed some debug logs
Bug fixes
Just a few bug fixes