File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.32.0
4
+
5
+ 2021-09-08
6
+
7
+ __ Special thanks to Albert Teoh for contributing to this release.__
8
+
9
+ - ** Breaking change** : Consolidates ` MultiPoint ` constructors and simplifies
10
+ ` MultiPoint ` internal representation. Removes the ` BitSet ` type, previously
11
+ used for ` MultiPoint ` construction. Removes the ` NewMultiPointFromPoints ` and
12
+ ` NewMultiPointWithEmptyMask ` functions. Modifies the ` NewMultiPoint ` function
13
+ to accept a slice of ` Point ` s rather than a ` Sequence ` .
14
+
15
+ - ** Breaking change** : Consolidates ` Point ` construction. Removes the
16
+ ` NewPointFromXY ` function. It is replaced by a new ` AsPoint ` method on the
17
+ ` XY ` type.
18
+
19
+ - Refactors internal test helpers.
20
+
21
+ - Adds linting to CI using ` golangci-lint ` .
22
+
23
+ - ** Breaking change** : Renames geometry constructors for consistency.
24
+ ` NewPolygonFromRings ` is renamed to ` NewPolygon ` .
25
+ ` NewMultiLineStringFromLineStrings ` is renamed to ` NewMultiLineString ` .
26
+ ` NewMultiPolygonFromPolygons ` is renamed to ` NewMultiPolygon ` .
27
+
3
28
## v0.31.0
4
29
5
30
2021-08-09
6
31
32
+ __ Special thanks to Albert Teoh for contributing to this release.__
33
+
7
34
- Fixes some minor linting (and other similar) issues identified by Go Report
8
35
Card.
9
36
22
49
- Adds a new ` NumRings ` method to the ` Polygon ` type. This method gives the
23
50
total number of rings that make the polygon.
24
51
25
- __ Special thanks to Albert Teoh for contributing to this release.__
26
-
27
52
## v0.30.0
28
53
29
54
2021-07-18
You can’t perform that action at this time.
0 commit comments