Skip to content

Commit

Permalink
📦 2.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Dec 27, 2018
1 parent 09d0252 commit 62e0838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.16.4] - 12-27-2018
### Fixed
* Before warning of discrepancies between metadata `fields` array and feature properties, compare name and alias to feature property keys.
* Remove `exceededTransferLimit` check specific to `maxRecordCount` which can break paging functionality of clients


## [2.16.3] - 11-28-2018
### Changed
* Removed workaround for adding and `OBJECTID` field even when metadata `idField` is set
Expand Down Expand Up @@ -344,6 +343,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[2.16.4]: https://github.com/koopjs/featureserver/compare/v2.16.3...v2.16.4
[2.16.3]: https://github.com/koopjs/featureserver/compare/v2.16.2...v2.16.3
[2.16.2]: https://github.com/koopjs/featureserver/compare/v2.16.1...v2.16.2
[2.16.1]: https://github.com/koopjs/featureserver/compare/v2.16.0...v2.16.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "featureserver",
"version": "2.16.3",
"version": "2.16.4",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 62e0838

Please sign in to comment.