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.
Available functions
- additiveMergeDeep (object)
- filter (array)
- filteredMap (array)
- findFirst (array)
- findLast (array)
- forEach (array)
- forEachAsync (array)
- map (array)
- numericDiff (object)
- reduce (array)
- splitIntoMultiple (array)
Fix npm package
Fix package types
Add flattenDeep (array) Add groupBy (array)