Skip to content

Releases: neolution-ch/javascript-utils

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