mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-15 20:19:21 +00:00
Added Changelog for packages
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
48
packages/url-manager/CHANGELOG.md
Normal file
48
packages/url-manager/CHANGELOG.md
Normal file
@ -0,0 +1,48 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.4] - 2020-11-23
|
||||
|
||||
### Added
|
||||
|
||||
- Typing for multiple elements ([#3](https://github.com/dzeiocom/libs/issues/3))
|
||||
|
||||
### Changed
|
||||
|
||||
- FromUrl and ToString formatting to match ESLint
|
||||
|
||||
## [1.0.3] - 2020-11-23
|
||||
|
||||
### Fixed
|
||||
|
||||
- Path not correctly compilinh with only a protocol
|
||||
|
||||
## [1.0.2] - 2020-10-20
|
||||
|
||||
### Removed
|
||||
|
||||
- Webpack Browser version as it don't nedd any changes from the base version
|
||||
|
||||
## [1.0.1] - 2020-09-02
|
||||
|
||||
### Changed
|
||||
|
||||
- Test Coverage
|
||||
|
||||
## [1.0.0] - 2020-08-31
|
||||
|
||||
### Added
|
||||
|
||||
- EVERYTHING
|
||||
|
||||
|
||||
[1.0.4]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Furl-manager%401.0.4
|
||||
[1.0.3]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Furl-manager%401.0.3
|
||||
[1.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Furl-manager%401.0.2
|
||||
[1.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Furl-manager%401.0.1
|
||||
[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Furl-manager%401.0.0
|
Reference in New Issue
Block a user