Skip to content

Releases: neolution-ch/javascript-utils

Release 0.2.0

11 Jan 11:29

Choose a tag to compare

dependabot: #19 Bump tj-actions/changed-files from 37 to 41 in /.github/workflows

dependabot: #20 Bump @babel/traverse from 7.21.5 to 7.23.7

  • added dateIsValid, dateIsLastDayOfMonth and dateDifferenceInDays utility functions
  • added newGuid function and emptyGuid constant
  • added getLocalStorageItem, setLocalStorageItem and removeLocalStorageItem utility functions

Release 0.1.1

04 Aug 10:48

Choose a tag to compare

Fixed

  • Fixed export for CommonJS

Release 0.1.0

03 Aug 13:42

Choose a tag to compare

Added

  • added eslint-plugin-jsdoc to lint jsdoc comments
  • getEnumNameFromValue,getEnumValueFromName, getEnumNames,getEnumNameValues functions to respectively get the name of an enum from its value, the value from its name, all the names and all the values