mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
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