Skip to content

Releases: btk5h/skript-mirror

v0.8.2

29 Dec 17:23
Compare
Choose a tag to compare
  • Fix issues with passing event-dependent expressions to custom syntax

v0.8.1

29 Dec 16:42
Compare
Choose a tag to compare
  • Add missing parser mark expression
  • Add missing regex expression

v0.8.0

29 Dec 04:47
Compare
Choose a tag to compare
  • Fix an NPE when a method or field is called on nothing (#11)
  • Fix error propagation during lookups (#12)
  • Create separate expressions for tracking errors (#17)
  • Add experimental custom syntax support

v0.7.1

18 Sep 03:11
Compare
Choose a tag to compare
  • Check for the existence of the plugin folder before attempting to load libraries (#7)

v0.7.0

18 Sep 01:06
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Event priorities now use Bukkit's event priority names instead of numbers

  • Allow the spread expression to spread iterables and iterators
  • Fix casting to java types for older versions of Skript (#5)
  • Load external libraries from skript-mirror's plugin folder (#6)
  • Allow the spread expression to spread primitive arrays (#4)

v0.6.0

26 Jul 00:02
Compare
Choose a tag to compare
  • Allow custom events to be cancelled
  • Automatically convert single-character strings to char, when necessary
  • Add a cast expression (#1)
  • Allow the spread expression to spread collections
  • Add a utility expression for manipulating bits and ranges of bits

v0.5.0

27 Jun 02:34
Compare
Choose a tag to compare
  • Add a null object literal
  • Add utilities for creating and unwrapping arrays
  • Unwrap javatypes into classes when necessary
  • Improve error messages

v0.4.1

24 Jun 04:09
Compare
Choose a tag to compare
  • Fix a ClassCastException due to mismatched empty arrays

v0.4.0

24 Jun 03:55
Compare
Choose a tag to compare
  • Add custom event support
  • Add literals for true and false to fix some parser issues
  • Implement getConvertedExpression to make Java calls more like variables

v0.3.1

23 Jun 21:52
Compare
Choose a tag to compare
  • Make the "java" in the typeof expression mandatory