2.6.2 (2023-08-01)
2.6.1 (2023-08-01)
- ci: add release workflow with
release-it
(777b741)
- add files to publishing (49c0b80)
- change token settings for release workflow (1a83c59)
- fix publishing files (3c24d4b)
- remove
files
property from package.json (541ee12)
- add check into the utility isEqual for comparision of functions by reference (#63)
- fix typings for object/groupBy
- add is/reactComponent
- is/reactElement now using
react-is
package if available - is/plainObject returns false for react components
- clone will only copy the plain objects instead of copying any object with prototype or react components
- add array/groupBy to group values in array by the list of predicates
- add object/propSetBy and object/pathSetBy functions to allow setting values based on the result of function call
- add utils/assign to create a shallow copy based on type
- object/propSet, object/pathSet won't generate new reference when the object itself doesn't change
- extend types for object/propApply, object/pathApply functions
- add typings
- move docs to branch gh-pages
- add memoize functions
- add is/shallowEqual
- upgrade to babel@7
- fix bug with
omit
string conversion - remove is/not
- remove is/contains
- remove sanitize
- fix function/throttleEnd
- fix array/shuffle random generator
- Update docs and license
- Add changelog
- Convert utils build with babel