Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sheindel committed Aug 23, 2023
1 parent 6149bde commit 48a0fe7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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.

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

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

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

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



## 0.2.8

* Minor bugfix
Expand Down

0 comments on commit 48a0fe7

Please sign in to comment.