- Fixes CSV maker helper to use file encoding option from args, when provided
- Fixes awaitable event logic in CSV maker promise
- Fixes GitHub build workflow
- Updates node version from 18 to 20
- Update how node version is set
- Updated node to 18
- Added csv helpers like
makeCsv
andparseCsv
- Fixes when removing index from array. To only allow valid indexes to be removed
- Adds
removeIndexArray
andremoveFromArray
- Added
PartialPick
- Updated node to 16
- Adds
shiftToPreviousIndexInArray
,shiftToNextIndexInArray
andshiftIndexInArray
- Adds
stripNullFromObject
andstripUndefinedAndNullFromObject
- Adds
stripNullFromObject
andstripUndefinedAndNullFromObject
- Fixes incorrect returned value on
limitStart
- Fixes generic types for index helpers
- Adds find previous and next indexes to array helpers
- Adds array limit methods
- Fixed generic types for array helpers
- First version with our current utils