From e93c23f9780938193ebda853163191e96fba688c Mon Sep 17 00:00:00 2001 From: Dominik Decker Date: Tue, 11 Aug 2020 21:30:39 +0200 Subject: [PATCH] Updated changelog for v0.2.0 --- CHANGELOG.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a20552..ccf68e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.0] - 2020-08-11 + +### Changes +- Dropped support for non-spec fragment names. + +### Fixed +- Issues with IE11 with UTF-8 RegExp. + ## [0.1.3] - 2020-03-18 ### Changed -- Changed compile target from ES6 to ES5 +- Changed compile target from ES6 to ES5. ## [0.1.2] - 2020-03-17 @@ -28,8 +36,9 @@ The capability to support it will be checked and enabled if possible. ### Added - First release with a basic implementation of the fragment loading -[Unreleased]: https://github.com/sinexist/dynql/compare/v0.1.3...HEAD -[0.1.3]: https://github.com/sinexist/dynql/releases/tag/v0.1.3 -[0.1.2]: https://github.com/sinexist/dynql/releases/tag/v0.1.2 -[0.1.1]: https://github.com/sinexist/dynql/releases/tag/v0.1.1 -[0.1.0]: https://github.com/sinexist/dynql/releases/tag/v0.1.0 +[Unreleased]: https://github.com/deckdom/dynql/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/deckdom/dynql/releases/tag/v0.2.0 +[0.1.3]: https://github.com/deckdom/dynql/releases/tag/v0.1.3 +[0.1.2]: https://github.com/deckdom/dynql/releases/tag/v0.1.2 +[0.1.1]: https://github.com/deckdom/dynql/releases/tag/v0.1.1 +[0.1.0]: https://github.com/deckdom/dynql/releases/tag/v0.1.0