Releases: neolution-ch/javascript-utils
Releases · neolution-ch/javascript-utils
Release 1.1.0
- export
booleanutilities
Release 1.0.0
Added
pkg.pr.newworkflow
Changed
- 💥
getEnumValuesandgetEnumValueFromNamereturn type fromstring | numberto enum type
Release 0.7.0
Release 0.6.0
dependabot: #37 Bump braces from 3.0.2 to 3.0.3
- added
dateIsFirstDayOfMonth,dateIsLeapYear,dateIsWeekendandgetNextBusinessDateutility functions - added
isObjectandconvertNullToUndefinedutility functions
Release 0.5.0
Added
isValidGuidfunction to check whether a given string is a valid Guid
dependabot: #31 Bump ip from 1.1.8 to 1.1.9
Release 0.4.0
- added
CacheProvider<TEnum>utility class - export the
StandardEnum<T>type
Release 0.3.1
- added export
lib/stringandlib/guid
Release 0.3.0
- added
isNullOrEmpty,isNullOrWhitespaceandcapitalizeutility functions
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