From 00ae20491cd34298b6f1c04a7f02387153801183 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 16:49:41 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1f1ab89 --- /dev/null +++ b/CHANGELOG.md @@ -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))