Skip to content

1.10.0 For 1.20.5-pre1

Compare
Choose a tag to compare
@Ayfri Ayfri released this 02 Jun 00:54
· 136 commits to master since this release

This release just upgrades Kore to K2, also fix some bugs and simplify some parts thanks to K2 improvements.

Changelog

  • chore(dependencies): Update kotlin version to 2.0.0. e5ce9d2
  • feat(arguments): Implement multiple occurrences for selector arguments. Improve serialization techniques. #81 8852d1e
  • fix(functions): Fix output path of functions inside Zip, fix error when 2 functions with same name is generated inside a zip, fix tests. #79 930c17d
  • refactor(arguments): Rename SelectorNbtData to SelectorArguments. a043f70
  • refactor(code): Replace usages of IntOrIntNumberProvidersRange with IntOrNumberProvidersRange. 2c6af7b
  • refactor(serializers): Adjust how lists are serialized in Predicate and ItemModifier. 72bd539

Full changelog: https://github.com/Ayfri/Kore/compare/v1.9.0-1.20.5-pre1..v1.10.0-1.20.5-pre1