1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00
libs/packages/object-util/CHANGELOG.md
Florian Bouillon 589738dcbc
Updated CHANGELOG
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-04-11 00:48:58 +02:00

1.6 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.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