Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

81 lines (49 loc) · 2.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.0 - 2024-10-02

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

0.6.0 - 2024-06-26

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

0.5.0 - 2024-03-15

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

0.4.0 - 2024-01-29

  • added CacheProvider<TEnum> utility class
  • export the StandardEnum<T> type

0.3.1 - 2024-01-19

  • added export lib/string and lib/guid

0.3.0 - 2024-01-15

  • added isNullOrEmpty, isNullOrWhitespace and capitalize utility functions

0.2.0 - 2024-01-11

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

0.1.1 - 2023-08-04

Fixed

  • Fixed export for CommonJS

0.1.0 - 2023-08-03

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