Skip to content

Commit 48a0fe7

Browse files
committed
Updated changelog
1 parent 6149bde commit 48a0fe7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.4.0"></a>
6+
## [0.4.3](https://github.com/mapbox/shp-write/compare/v0.4.0...v0.4.3) (2023-08-23)
57

8+
- More README cleanup
9+
- Actually fixed LineString handling (coerced to 4D array like polygon in order to correctly reuse polywriter)
10+
- Updated more dependencies
11+
- Added some JSDoc comments (WIP)
12+
- Added custom projection (Thanks @arnoud-dv)
13+
- Fixed types (Thanks @rooby)
614

715
<a name="0.4.0"></a>
816
## [0.4.0](https://github.com/mapbox/shp-write/compare/v0.3.2...v0.4.0) (2023-08-20)
@@ -11,13 +19,10 @@ All notable changes to this project will be documented in this file. See [standa
1119
* Added types
1220
* Added options for compression and type output to `zip` and `download`
1321
* Added deprecation warning to `download` (not needed for this library)
14-
*
1522

1623
<a name="0.3.2"></a>
1724
## [0.3.2](https://github.com/mapbox/shp-write/compare/v0.3.1...v0.3.2) (2016-12-06)
1825

19-
20-
2126
## 0.2.8
2227

2328
* Minor bugfix

0 commit comments

Comments
 (0)