-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Milestone
Description
For v2, we are planning a breaking change to organize methods into subcategories (.array, .object, .string, and .pad).
- Update the code to add
.arraycategory (stringToArray=>array.fromStringandstring.toArray,duplicateArray=>array.duplicate,deepDuplicateArray=>array.deepDuplicate,differenceOfArrays=>array.difference,sumOfArrays=>array.sum,mergeArrays=>array.merge,shuffleArray=>array.shuffle,reverseArray=>array.reverse,chunkArray=>array.chunk,average=>array.average,flattenArray=>array.flatten,deepFlattenArray=>array.deepFlatten,fillArray=>array.fill,partitionArray=>array.partition) - Update the code to add
.objectcategory (duplicateObject=>object.duplicate,deepDuplicateObject=>object.deepDuplicate,differenceOfObjects=>object.difference,mergeObjects=>object.merge,partitionObject=>object.partition) - Update the code to add
.stringcategory (stringToArray=>string.toArrayandarray.fromString,capitalize=>string.capitalize,escape=>string.escape,unescape=>string.unescape) - Update the code to add
.padcategory (pad=>pad.string,padStart=>pad.stringStart,padEnd=>pad.stringEnd,padArray=>pad.array,padArrayStart=>pad.arrayStart,padArrayEnd=>pad.arrayEnd) - Reorganize test cases for
.arraycategory - Reorganize test cases for
.stringcategory - Reorganize test cases for
.padcategory - Make minor modifications to the
READMEfor.arraycategory - Make minor modifications to the
READMEfor.stringcategory - Make minor modifications to the
READMEfor.padcategory - Create migration guide from v1 to v2
Metadata
Metadata
Assignees
Labels
No labels