-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# v3.0.0 | ||
# v3.0.0 [Finishing Cleanup] | ||
|
||
- Switch from nan to N-API | ||
- Normalize the build system for this package to match more recent native modules like node-sqlite | ||
- Switch off of G++ to Clang for all CI work | ||
- Improve performance by reducing parse/serialize flows | ||
- `Geometry.toObject()` | ||
- `Geometry.fromGeoJson()` | ||
- Build out an async API | ||
- Add a streaming API for parsing files | ||
- Find a way to keep the dependency source code out of the repository to reduce noise | ||
- Reduce the manual patching done in the gdal format gyp files | ||
- Move from Travis-CI to CircleCI | ||
|
||
# v4.0.0 [New Features] | ||
|
||
- Automate dependency updates and prebuilt binaries for new node releases | ||
- It would be nice if we had a bot that did this weekly | ||
- Find a way to keep the dependency source code out of the repository to reduce noise | ||
- Build out an async API | ||
- Add a streaming API for parsing files | ||
- Improve performance by reducing parse/serialize flows | ||
- `Geometry.toObject()` | ||
- `Geometry.fromGeoJson()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters