File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- < a name = " 1.0.0 " ></ a >
3
+ ## [ 1.1.0 ] ( https://github.com/image-js/monotone-chain-convex-hull/compare/v1.0.0...v1.1.0 ) (2022-07-31)
4
4
5
- # 1.0.0 (2017-04-26)
6
5
7
6
### Features
8
7
9
- - implement monotoneChainConvexHull with "sorted" option ([ da550ff] ( https://github.com/image-js/monotone-chain-convex-hull/commit/da550ff ) )
8
+ * migrate to TypeScript ([ #19 ] ( https://github.com/image-js/monotone-chain-convex-hull/issues/19 ) ) ([ 53a22ce] ( https://github.com/image-js/monotone-chain-convex-hull/commit/53a22ce87709c11992e497956b0c8ed3f814f60d ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * do not sort points in-place ([ 33aa0d2] ( https://github.com/image-js/monotone-chain-convex-hull/commit/33aa0d25c17e2b9be384eda367d4d1886eec4ec2 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monotone-chain-convex-hull" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Monotone Chain Convex Hull algorithm" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"module" : " ./lib-esm/index.js" ,
You can’t perform that action at this time.
0 commit comments