Skip to content

Releases: Shynixn/MCCoroutine

Release 2.20.0

03 Oct 15:58
643e2b9
Compare
Choose a tag to compare

Changes

  • #126 Added folia-test dependency for unittesting.

Bugs/Issues

  • #125 Fixed velocity compatibility to latest velocity builds.

Release 2.19.0

06 Aug 17:03
c7de1e8
Compare
Choose a tag to compare

Changes

  • #121 Added support for the latest Minestom version. Thanks to @mani1232.
  • #120 Changed fabric-api event to functional interfaces. Thanks to @c0nstexpr.

Release 2.18.0

05 Jul 22:02
211dfb6
Compare
Choose a tag to compare

Changes

Release 2.17.0

22 Jun 15:58
0a91ea2
Compare
Choose a tag to compare

Changes

  • #116 Added new Folia Utility functions.
/**
 * Gets if the current server uses Folia instead of Bukkit.
 */
fun Plugin.isFoliaLoaded() : Boolean

/**
 * Validates if the current Thread is the Plugin Main Thread of mainDispatcher.
 * Throws an Exception if not.
 */
fun Plugin.ensurePluginThread();

Release 2.16.0

05 May 09:29
fea39be
Compare
Choose a tag to compare

Changes

  • #113 Added a new dispatcher to folia to simplify threading in Folia based plugins.
  • #113 Fixed entityDispatcher in folia

Release 2.15.0

12 Mar 18:06
263f1fe
Compare
Choose a tag to compare

Bugs/Issues

  • #110 Fixed scheduler fallback loading in Folia. Thanks to @geeyoueye .

Release 2.14.0

03 Jan 20:22
9887265
Compare
Choose a tag to compare

Changes

  • #107 Added functional style suspend listeners to velocity.

Release 2.13.0

20 Aug 09:34
c926231
Compare
Choose a tag to compare

Changes

Release 2.12.1

28 May 11:29
682ee55
Compare
Choose a tag to compare

Bugs/Issues

  • #102 Fixed scheduler is loaded later in velocity version 3.2.x.

Release 2.12.0

14 May 18:30
001368d
Compare
Choose a tag to compare

Bugs/Issues

  • #100 Fixed mixing suspend and non suspend functions in SuspendingListener in Bukkit may cause performance issues for some events.