mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
1.9 KiB
1.9 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]
1.2.0 - 2021-05-21
Added
objectValues
- this does the same thing has objectToArray but make the naming better
Changed
objectLoop
andobjectMap
now include an index after the key
Deprecated
objectToArray
has been renamed toobjectValues
1.1.1 - 2021-04-11
Added
- objectSort parameter second parameter can now ba an array of keys
1.0.5 - 2021-02-08
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