Skip to content

Latest commit

 

History

History
128 lines (73 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

128 lines (73 loc) · 2.5 KB

Changelog

The changelog will no longer be maintained. Instead, the information will be available in the releases.

0.6.1

May 4, 2022

  • Fixes an issue with the custom formats that prevented new countries from being used (#38)

0.6.0

Apr 3, 2022

  • Implements a string parser for the node version, check the documentation for more information

0.5.0

Mar 28, 2022

  • Adds support for a full or partial preset state to be passed to the constructor

0.4.3

Mar 21, 2021

  • Marked the arguments in the output() method as optional

0.4.2

Jan 28, 2021

  • Fixes the exported typings (#17)

0.4.1

Jan 9, 2021

0.4.0

Nov 12, 2020

  • Added support for custom formats through the new API .addFormat()

0.3.0

Oct 18, 2020

  • Added transforms and definitions to append commas in certain formats (#8)

0.2.0

Aug 17, 2020

  • Added support for Method Chaining

0.1.0

Jul 26, 2020

  • Updated the dependencies to resolve some security vulnerabilities
  • Updated the directory structure
  • Added GitHub actions for CI/CD
  • Converted to TypeScript

0.0.7-2 (no release)

Aug 11, 2019

  • Added more tests to Jest
  • Added a to-do list
  • Updated the dependencies to resolve security vulnerabilities:

0.0.7

Jun 13, 2019

0.0.6

Sep 8, 2018

0.0.5

Jul 24, 2018

  • Removed the method setUseTransforms and added it as an option to setFormat
  • Added Jest for testing

0.0.4

Jul 8, 2018

  • Added an option to ignore transforms
  • Fixed documentation

0.0.3

Jul 8, 2018

  • Added a capitalization transform to some attributes

0.0.2

Jul 4, 2018

  • Publish to npm repository

0.0.1

Jul 1, 2018

  • Initial release