Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 520 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 520 Bytes

CAP JS Helpers Change Log

v1.0.2

Fixes

  • Fixed the numberWithCommas function to handle null values and values smaller than a thousandths

v1.0.1

Fixes

  • Updated deployed package to not include the circleci config
  • Fixed typos in the documentation

v1.0.0

Features

  • Initial Release
  • Added the following functions: sortArray, toBase64, fromBase64, orderObject, objAreEquals, numberWithCommas, camelcaseToUnderscore, underscoreToCamelcase, underscoreToTitlecase, and titlecaseToCamelcase