Releases: plokhotnyuk/rtree2d
Releases · plokhotnyuk/rtree2d
v0.11.3
- Added Scala Native support
All changes v0.11.2...v0.11.3
v0.11.2
- Update Scala 3.x to 3.0.0-RC2, Scala 2.13.x to 2.13.5, and Scala 2.12.x to 2.12.13
- Update Scala.js to 1.5.1
All changes v0.11.1...v0.11.2
v0.11.1
- Fix #176 by not allowing
RTreeEntry
andRTreeNode
on the same level of theRTree
All changes v0.11.0...v0.11.1
v0.11.0
- Fix #168 by restoring sorting by X and Y axes when packing
- Update sbt-scalajs, scalajs-compiler to 1.1.0
- Update Dotty to 0.24.0-RC1
All changes v0.10.0...v0.11.0
v0.10.0
- Add Scala.js 1.0+ support
- Add Dotty 0.23 support
All changes v0.9.0...v0.10.0
v0.9.0
- Package renaming from
com.sizmek
tocom.github.plokhotnyuk
- Moving to the Maven Central
- Cross-build for Scala 2.13.0 release
All changes v0.8.0...v0.9.0
v0.8.0
- Cross-build for Scala 2.13.0-RC1
- More efficient packing using branch less intrinsics for
Math.min
/Math.max
All changes v0.7.1...v0.8.0
v0.7.1
- More efficient querying of nearest entries
All changes v0.7.0...v0.7.1
v0.7.0
- Add support for Scala 2.13.0-M5
- Remove support for Scala 2.13.0-M3
All changes v0.6.1...v0.7.0
v0.6.1
- Update Scala to 2.12.7
All changes v0.6.0...v0.6.1