We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e644ab commit 0551e8eCopy full SHA for 0551e8e
CHANGELOG.md
@@ -39,4 +39,13 @@
39
- MarchingSquares: fixing fully opaque bitmapdata again
40
- Using PosInfos in Debug.assert()
41
- RDP: setting epsilon below 1 now exits without doing any simplification
42
- -
+
43
+### 0.2.0 (from 21 may 2015) w/ breaking changes
44
+ - Compatible with new haxe 3.2.0 release onward (!)
45
+ - MarchingSquares & CCLabeler: switched to hxPixels in place of BitmapData (removing openfl direct dependency)
46
+ - MarchingSquares & CCLabeler: dropped support for clipRect
47
+ - CCLabeler: minor improvements
48
+ - Swapped UInt to Int (again ;)
49
+ - Updated demo and added timings for the various algorithms
50
+ - PairDeque: fix? edge case
51
+ - Visv-Whyatt: changes/fixes to MinHeap, also improving performance
0 commit comments