Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and mdvorak committed Apr 15, 2023
1 parent eae6e7a commit 00ae204
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 1.0.0 (2023-04-15)


### Features

* added toObject function ([06b4077](https://github.com/mdvorak/js-java-properties/commit/06b4077607f89a8afcaa041ba16e19a8e5656ba3))
* export unescape functions ([a1d9a97](https://github.com/mdvorak/js-java-properties/commit/a1d9a97af9d23d568e774b1e1b8a7c3e5194d90f))
* properties support ([32358f3](https://github.com/mdvorak/js-java-properties/commit/32358f3afbdf0cf6226cba4f540e818980a25484))
* support custom separator on set ([e494d09](https://github.com/mdvorak/js-java-properties/commit/e494d0992d9133dd3f77f1546c62cae698cb5725))
* unescape unicode chars ([a1d9a97](https://github.com/mdvorak/js-java-properties/commit/a1d9a97af9d23d568e774b1e1b8a7c3e5194d90f))


### Bug Fixes

* handle duplicate keys ([4f7719e](https://github.com/mdvorak/js-java-properties/commit/4f7719e60c5cae570b20af9b25bef930b57a1ecb))
* remove BOM ([23fd4a1](https://github.com/mdvorak/js-java-properties/commit/23fd4a139d7e682bd55ec4b1c163079d7e9eff82))
* rewritten parser to handle all cases (except unicode) ([164b627](https://github.com/mdvorak/js-java-properties/commit/164b627805c3a5084d18d8c8db4a9ec59dea00be))
* support all kinds of newlines ([a4cdae1](https://github.com/mdvorak/js-java-properties/commit/a4cdae119ac63f92fa5d774dbb55f4ac900f778c))
* unescape unicode properly ([e197ac1](https://github.com/mdvorak/js-java-properties/commit/e197ac1212fcce119c84de0ba9778f98edcf9199))

0 comments on commit 00ae204

Please sign in to comment.