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 e6ba218e64 bump(url-manager): 1.0.10
Signed-off-by: Avior <github@avior.me>
2023-06-28 00:44:34 +02:00

57 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]
## [1.0.10] - 2023-06-28
- Better support for ESM modules
### 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