Skip to content

Releases: Shynixn/MCCoroutine

Release 2.11.0

05 Mar 17:29
5fc0317
Compare
Choose a tag to compare

Changes

Release 2.10.0

14 Jan 21:10
9076233
Compare
Choose a tag to compare

Changes

  • #91 Added new modules to support the game server called Minestom.

Release 2.9.0

21 Dec 19:52
6e24d13
Compare
Choose a tag to compare

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

18 Dec 13:59
4e48f03
Compare
Choose a tag to compare

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

28 Nov 18:41
6f4921e
Compare
Choose a tag to compare

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

06 Oct 11:34
a9fe36b
Compare
Choose a tag to compare

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

11 Sep 14:36
07e6cce
Compare
Choose a tag to compare

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

25 Jul 12:53
6312f23
Compare
Choose a tag to compare

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

05 Jul 18:39
71e60f2
Compare
Choose a tag to compare

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

07 May 18:32
4015d8c
Compare
Choose a tag to compare

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.