Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Releases: korlibs-archive/korma

v2.0.1

03 Dec 22:21
2b19f4b
Compare
Choose a tag to compare
Update gradle.properties

v2.0.0

23 Nov 00:10
Compare
Choose a tag to compare

v1.11.21...v2.0.0

Additions:

  • Added Angle.abs
  • Added Point and Matrix float variants for the properties
  • Matrix.Transform skewX and skewY along rotation are Angle
  • Added Matrix.copyFromArray
  • Added Rectangle.topLeft, topRight, bottomLeft and bottomRight
  • Added ScaleMode.FIT as an alias of SHOW_ALL
  • Made Easing a functional interface
  • Added Easing.ALL to get a list of all the standard Easing functions and optimized its creation. Thanks @nanodeath !
  • Added Int.clampUByte, Int.clampUShort, Int.toShortClamped, Int.toByteClamped
  • Support functionality for splitting bezier curves
  • Added Rectangle.floor, round and ceil
  • Added VectorBuilder quad and cubic from bezier curve definitions objects

Optimizations:

  • Optimized BoundsBuilder.add that was degenerate on JS-IR
  • Small optimization for VectorPath using new kds *ArrayList add overload methods

Breaking changes:

  • Renamed PointArea to PointPool
  • Removed deprecated methods
  • Variants supporting Number mixing Int, Float or Double, now only supports one variant

v2.0.0-rc3

16 Nov 21:51
Compare
Choose a tag to compare
Prepare for rc3

v2.0.0-rc2

31 Oct 17:09
Compare
Choose a tag to compare
Prepare for 2.0.0-rc2

v2.0.0-alpha

09 Oct 08:39
Compare
Choose a tag to compare

Kotlin 1.4.10

v1.11.21

08 Jul 12:30
Compare
Choose a tag to compare
  • Bump korma version

v1.11.20

08 Jul 11:48
Compare
Choose a tag to compare
Need to make RastScale constants public since they are used on KorIM too

v1.11.19

08 Jul 09:39
108f3ff
Compare
Choose a tag to compare
  • Added KorDslMarker to annotate VectorBuilder + allow to annotate other classes/lambdas like View builders

v1.11.18

02 Jul 16:07
Compare
Choose a tag to compare
  • Undeprecate IPoint

0.14.1

29 Oct 13:34
Compare
Choose a tag to compare
Updated to 0.14.1