Releases: neolution-ch/javascript-utils
Releases · neolution-ch/javascript-utils
Release 0.2.0
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,dateIsLastDayOfMonthanddateDifferenceInDaysutility functions - added
newGuidfunction andemptyGuidconstant - added
getLocalStorageItem,setLocalStorageItemandremoveLocalStorageItemutility functions
Release 0.1.1
Fixed
- Fixed export for CommonJS
Release 0.1.0
Added
- added
eslint-plugin-jsdocto lint jsdoc comments getEnumNameFromValue,getEnumValueFromName,getEnumNames,getEnumNameValuesfunctions to respectively get the name of an enum from its value, the value from its name, all the names and all the values