Skip to content

Releases: neolution-ch/javascript-utils

Release 0.7.0

02 Oct 10:51
Compare
Choose a tag to compare

dependabot: #42 Bump rollup from 3.21.4 to 3.29.5

dependabot: #40 Bump webpack from 5.82.0 to 5.94.0

dependabot: #41 Bump micromatch from 4.0.5 to 4.0.8

  • added parseBool utility function
  • added clamp and roundPrecision utility functions

Release 0.6.0

26 Jun 12:38
Compare
Choose a tag to compare

dependabot: #37 Bump braces from 3.0.2 to 3.0.3

  • added dateIsFirstDayOfMonth, dateIsLeapYear, dateIsWeekend and getNextBusinessDate utility functions
  • added isObject and convertNullToUndefined utility functions

Release 0.5.0

15 Mar 12:36
Compare
Choose a tag to compare

Added

  • isValidGuid function 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

29 Jan 12:45
Compare
Choose a tag to compare
  • added CacheProvider<TEnum> utility class
  • export the StandardEnum<T> type

Release 0.3.1

19 Jan 10:05
Compare
Choose a tag to compare
  • added export lib/string and lib/guid

Release 0.3.0

15 Jan 12:50
Compare
Choose a tag to compare
  • added isNullOrEmpty, isNullOrWhitespace and capitalize utility functions

Release 0.2.0

11 Jan 11:29
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fixed export for CommonJS

Release 0.1.0

03 Aug 13:42
Compare
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