Releases: Shynixn/MCCoroutine
Releases · Shynixn/MCCoroutine
Release 2.10.0
Changes
- #91 Added new modules to support the game server called Minestom.
Release 2.9.0
Changes
- #89 Added a new module called
mccoroutine-bukkit-test
, which contains an implementation of MCCoroutine designed for UnitTests. The details are documented on this wiki page.
Release 2.8.0
Changes
- #78 Added a way to customize the behaviour of MCCoroutine when a plugin gets disabled. The default behavior is the same as before, no changes are necessary. The details are documented on this wiki page.
- #87 Improved the documentation regarding asyncDispatcher.
Release 2.7.0
Bugs/Issues
- #82 Fixed potential deadlocks when joining a job in onDisable with runBlocking. Thanks to @Jupiops.
- #84, #85 Fixed MCCoroutineExceptionEvent is not correctly called when using asyncDispatcher in Paper. Thanks to @Spliterash.
Release 2.6.0
Developer Notes
- See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.
Changes
- #80 Changed the base class for
MCCoroutineExceptionEvent
to PluginEvent. Thanks to @DaRacci.
Release 2.5.0
Developer Notes
- See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.
Changes
- #76 The return value of
SuspendingTabCompleter
for the bukkit module was changed to nullable.
Release 2.4.0
Developer Notes
- See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.
Changes
- #72 Added a function to delay for minecraft ticks.
delay(1.ticks)
. See the wiki for details.
Release 2.3.0
Developer Notes
- See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.
Changes
- #69 Added assigning meaningful task names to Coroutines for Spigot timings. See the wiki for details.
Release 2.2.0
Developer Notes
- See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.
Changes
- #67 Added asynchronous event processing to mccoroutine-bungeecord. See the wiki for details.