mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-13 11:29:17 +00:00
Added Changelog for packages
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
57
packages/object-util/CHANGELOG.md
Normal file
57
packages/object-util/CHANGELOG.md
Normal file
@ -0,0 +1,57 @@
|
||||
# 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]()
|
||||
|
||||
### Changed
|
||||
- Renamed cloneObject to objectClone
|
||||
|
||||
### Deprecated
|
||||
- cloneObject function
|
||||
|
||||
## [1.0.4] - 2020-11-23
|
||||
|
||||
### Added
|
||||
|
||||
- Code Documentation
|
||||
- objectKey function
|
||||
|
||||
### Changed
|
||||
|
||||
- (cloneObject): Changed internal typing
|
||||
- (objectLoop): Made the stop check lighter
|
||||
|
||||
### Fixed
|
||||
|
||||
- (objectEqual): Fixed bug where object2 was larger and still returning true
|
||||
|
||||
## [1.0.2] - 2020-10-20
|
||||
|
||||
### Changed
|
||||
- Dependencies
|
||||
|
||||
## [1.0.1] - 2020-09-11
|
||||
|
||||
### Fixed
|
||||
- Main file error
|
||||
|
||||
## [1.0.0] - 2020-09-11
|
||||
|
||||
### Added
|
||||
- objectMap Function
|
||||
- objectLoop Function
|
||||
- objectToArray Function
|
||||
- objectSize Function
|
||||
- objectSort Function
|
||||
- cloneObject Function
|
||||
- objectSet Function
|
||||
- objectEqual Function
|
||||
|
||||
|
||||
[1.0.4]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.4
|
||||
[1.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.2
|
||||
[1.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.1
|
||||
[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Fobject-util%401.0.0
|
Reference in New Issue
Block a user