Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2019-02-13)

### Features

* change encoding resolution ([79b9880](79b9880))
* dbase field name ignores casing ([f3ac0eb](f3ac0eb))
* make each exception take an exception as a parameter ([ce93434](ce93434))
* split dbasefileheader and dbaserecord exception ([0e02474](0e02474))

### BREAKING CHANGES

* remove CodePage property, ToEncoding takes an EncodingProvider
* dbaserecord reading throw different exception
* casing is being ignored for dbase field names
  • Loading branch information
release-bot committed Feb 13, 2019
1 parent 79b9880 commit ed7f21e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/informatievlaanderen/shaperon/compare/v1.2.0...v2.0.0) (2019-02-13)


### Features

* change encoding resolution ([79b9880](https://github.com/informatievlaanderen/shaperon/commit/79b9880))
* dbase field name ignores casing ([f3ac0eb](https://github.com/informatievlaanderen/shaperon/commit/f3ac0eb))
* make each exception take an exception as a parameter ([ce93434](https://github.com/informatievlaanderen/shaperon/commit/ce93434))
* split dbasefileheader and dbaserecord exception ([0e02474](https://github.com/informatievlaanderen/shaperon/commit/0e02474))


### BREAKING CHANGES

* remove CodePage property, ToEncoding takes an EncodingProvider
* dbaserecord reading throw different exception
* casing is being ignored for dbase field names

# [1.2.0](https://github.com/informatievlaanderen/shaperon/compare/v1.1.0...v1.2.0) (2019-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shaperon",
"version": "1.2.0",
"version": "2.0.0",
"description": "Lightweight dbase and shape record handling.",
"author": "Basisregisters Vlaanderen",
"license": "MIT",
Expand Down

0 comments on commit ed7f21e

Please sign in to comment.