Releases: wd006/js-function-library
Releases · wd006/js-function-library
v2.2.1
Version v2.2.1
feat: Add more math and array functions to library with JSDoc comments and usage examples.
- Added math functions: factorial, randomInt, averageOfArray
- Added array functions: toUpperCase, toLowerCase
- Modular exports via index.js
- Edited README.md
Full Changelog: v2.0.1...v2.2.1
v2.0.1
v2.0.0
v1.0.0
Version v1.0.0
feat: Add math and array functions to library
- Added math functions: add, subtract, multiply, divide, isInteger, isEven, isOdd
- Added array functions: addToArray, removeFromArray, arrayContains, sortArray
- Modular exports via index.js
- Included JSDoc comments and usage examples
Full Changelog: https://github.com/wd006/js-function-library/commits/v1.0.0