Releases: nabby27/main-fns
Releases · nabby27/main-fns
v1.4.5
v1.4.4
Changed
- Update dependencies
- Update link:https://nabby27.github.io/main-fns/[documentation]
v1.4.3
v1.4.0
v1.3.0
v1.2.0
v1.1.0
Added
- array module: examples on JSDoc
- date module: examples on JSDoc
- date module: endOfDay with optional date (by defualt is current date)
- date module: startOfDay with optional date (by defualt is current date)
- math module: examples on JSDoc
- string module: examples on JSDoc
- string module: pascalCase function
Changed
- Update README
- Update CONTRIBUTING
- Update HOW_TO_DEVELOP
- Update ISSUE_TEMPLATE
- Update PULL_REQUEST_TEMPLATE
- string module: implementation voca to own implementation
Removed
- voca dependence
v1.0.0
Changed
- date module: setEndTime to endOfDay (why? By having the name 'set' it implied that there was some side effect)
- date module: setInitTime to startOfDay (why? By having the name 'set' it implied that there was some side effect)
- array module: divide functions to import only function on use
- date module: divide functions to import only function on use
- math module: divide functions to import only function on use
- string module: divide functions to import only function on use
- array module: implementation lodas to own implementation
- ES2015 to ESNext
v0.3.1
v0.3.0
Added
- string module
- string module: camelCase function
- string module: capitalize function
- string module: firstLetters function
- string module: kebabCase function
- string module: lastLetters function
- string module: lowerCase function
- string module: snakeCase function
- string module: titleCase function
- string module: upperCase function
Changed
- Update documentation
Removed
- Unnecessary dependencies