- feat(object): add ignoreUndefinedProperties option to clone helper
- docs: fix author
- feat: add Enum helper
- feat(string): add formatSentence method
- feat(time): add getDate method
- feat(object): add freeze method
- fix(requester): json content-type header detection and global refacto
- fix(cast): numbers greater than the max safe integer would be assigned undefined
- chore: update dev dependencies
- docs: update docs
- fix requester to add query data to path and not in body for GET requests
- add time.timeout helper
- add tests
- update readme
- remove doc directory from npm package
- add string.charAt and string.replaceAt helpers with non-BMP support
- add tests
- update readme
- add github community files
- update dev dependencies
- add math.minmax helper
- add object.compare helper
- fix requester
- add tests
- update readme
- update project description
- add string helpers capitalize, camelCase
- move object.split helper to string helpers
- add string helpers tests
- update Readme
- fix dependencies vulnerabilities
- update Readme
- update eslinting
- main is now index file in lib directory
- add "files" key to package to lighten npm package
- first delivery