Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 767 Bytes

Change Log

All notable changes to the "ts-manip" package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2022-11-06

Initial commit

Available functions

  • additiveMergeDeep (object)
  • filter (array)
  • filteredMap (array)
  • findFirst (array)
  • findLast (array)
  • forEach (array)
  • forEachAsync (array)
  • map (array)
  • numericDiff (object)
  • reduce (array)
  • splitIntoMultiple (array)

[1.0.1] - 2022-11-06

Fix npm package

[1.0.2] - 2022-11-06

Fix package types

[1.1.0] - 2022-11-07

Add flattenDeep (array) Add groupBy (array)