Skip to content

skript-reflect 2.6.1

Latest
Compare
Choose a tag to compare
@sovdeeth sovdeeth released this 19 Aug 01:08
7f93277

skript-reflect 2.6.1 - Support for Skript 2.12.0+

skript-reflect now supports Skript 2.12.0+! This release includes one significant breaking change related to the raw %objects% expression.

As always, report any issues to our issues page.

Happy Skript-reflecting!

Changelog

Important

All cases of raw %objects% should now be replaced with raw expression of %objects% or underlying expression of %objects%. For example:

expression test %number%:
   get:
-       broadcast "%raw expr-1%"
+       broadcast "%raw expression of expr-1%"
        return 2 + expr-1

Failure to do so may result in warnings or Skript parsing your code as raw %string% instead.

Bug Fixes

  • #145 Fixes conflicts with the raw string expression in 2.12+.

Enhancements

  • #132 Adds the ellipsis character as an alternative pattern for the spread expression.
  • #136 Optimizes the boxing of primitive arrays.

Click here to view the full list of commits made since 2.6

Notices

Help Us Test

We have an official Discord community for beta testing new SkriptLang features and releases. We appreciate all the testers who helped us test this release!

Thank You

Special thanks to the contributors whose work was included in this version:

As always, if you encounter any issues or have some minor suggestions, please report them at https://github.com/SkriptLang/skript-reflect/issues.
If you have any bigger ideas or input for the future of skript-reflect, you can share those too at https://github.com/SkriptLang/skript-reflect/discussions.