1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-25 12:22:10 +00:00
libs/packages/url-manager/CHANGELOG.md
Florian Bouillon c711f5526e
Deprecated not url related functions (#21)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-04-11 00:57:12 +02:00

53 lines
1.3 KiB
Markdown

# 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]
### Deprecated
- not URL related functions ([#21](https://github.com/dzeiocom/libs/issues/21))
## [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