Skip to content

Releases: nabby27/main-fns

v1.4.5

16 Oct 18:43
Compare
Choose a tag to compare

Changed

  • Simplify code structure
  • Change adoc to md files

v1.4.4

11 Sep 12:00
Compare
Choose a tag to compare

Changed

v1.4.3

21 Feb 16:43
Compare
Choose a tag to compare

Changed

  • object module: implementation lodash to own implementation
  • 4 spaces to indent instead of 2
  • refactor Makefile
  • changes md to adoc

Fixed

v1.4.0

07 Feb 17:24
Compare
Choose a tag to compare

Added

  • object module
  • object module: clone function
  • object module: isEqual function
  • lodash dependence

Changed

v1.3.0

18 Jan 20:12
Compare
Choose a tag to compare

Added

  • date module: relativeTime function
  • date module: Locale type

Changed

v1.2.0

15 Jan 21:17
Compare
Choose a tag to compare

Added

  • new DateStringFormat yyyy/MM/dd
  • new DateStringFormat dd/MM/yyyy

Changed

Removed

  • date-fns dependence

v1.1.0

10 Jan 22:12
Compare
Choose a tag to compare

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

Removed

  • voca dependence

v1.0.0

05 Jan 13:19
Compare
Choose a tag to compare

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

05 Jan 13:20
Compare
Choose a tag to compare

Added

  • Free side effect on package.json

v0.3.0

05 Jan 13:23
Compare
Choose a tag to compare

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

Removed

  • Unnecessary dependencies