Skip to content

Releases: wd006/js-function-library

v2.2.1

25 Jul 14:33

Choose a tag to compare

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

22 Jul 13:49

Choose a tag to compare

Version v2.0.1

docs: Updated version in package.json for NPM

  • Switched to version v2.0.1

v2.0.0

22 Jul 13:30

Choose a tag to compare

Version v2.0.0

docs: Updated version in package.json file.

  • Switched to version 2.0.0

v1.0.0

22 Jul 13:21

Choose a tag to compare

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