Skip to content

Commit

Permalink
Updated changelog for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deckdom committed Aug 11, 2020
1 parent 1415323 commit e93c23f
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit e93c23f

Please sign in to comment.