v0.5.1
The new release that supports 6.4.2 is finally out !
It took a long time because I was miss-setting the Kotlin version for the project, I changed how it is managed and it should not happen again not, I promise !
It also adds some utility functions and the missing VERSION property, you can now know what version of Pixi you use programmatically :)
Changelog
- chore: Remove unused kotlin opt-in. (a57c22b)
- chore: Update Kotlin to 1.7.10, update dependencies. (a505ba5) (0e9628a) (013c535) (0d76ed1)
- chore: Update Gradle to 7.5.1. (a716404)
- chore: Update Pixi to 6.4.2. (0598398)
- feat: Add missing
VERSION
property. (43c8ada) - feat: Add more
Color
utils. (676e195) - feat: Add
observablePoint
builders. (2932d83) - feat: Add useful properties to
Rectangle
class. (edac1fb) - refactor: Remove unused classes, unnecessary
assign
methods, fixRectangle.unaryMinus
. (93908d6) - refactor: Replace
forEach
loops with unused parameter torepeat
function. (713fd41) - refactor: Use
gradle.properties
to define one version of Kotlin for entire project.(013c535) - refactor: Use
require
instead of throwing, clean some code. (c136c06) - test: Use an object for tests so
init
is called once. (43c8ada)