Skip to content

Releases: jgsmarques/dateformat-converter

v2.0.1

06 Aug 22:43

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-08-06)

Bug Fixes

v2.0.0

06 Aug 21:57

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-08-06)

Bug Fixes

  • webpack: fix webpack entry point (18d8061a)

Features

  • dateformat-converter: module rebuilt to implement loadConfig and redo convert (34861f11)

Breaking Changes

  • Configurations can no longer be provided to the convert method. They must first be
    loaded and then the name is passed to the convert method

(34861f11)

v1.1.0

05 Aug 19:39

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-08-05)

Features

  • main: implement the rest of built-in patterns (2b4ded41)

v1.0.0

05 Aug 18:30

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-08-05)

Features

  • main: change default export method to named export (3159fab4)

Breaking Changes

  • the previous import method no longer works

(3159fab4)

v0.4.2

05 Aug 18:11

Choose a tag to compare

<a name"0.4.2">

0.4.2 (2017-08-05)

Bug Fixes

  • main: fix export method to use module.exports instead of export default (44e18951)

v0.4.1

05 Aug 17:48

Choose a tag to compare

<a name"0.4.1">

0.4.1 (2017-08-05)

Bug Fixes

  • package.json: fix project main file (f526feda)

v0.4.0

05 Aug 17:32

Choose a tag to compare

<a name"0.4.0">

0.4.0 (2017-08-05)

Features

  • main: add built-in momentjs pattern (144f6e58)

v0.3.2

05 Aug 16:59

Choose a tag to compare

<a name"0.3.2">

0.3.2 (2017-08-05)

Bug Fixes

  • README: fix NPM badge in README to point to correct project (39359988)

v0.3.1

05 Aug 16:47

Choose a tag to compare

<a name"0.3.1">

0.3.1 (2017-08-05)

Bug Fixes

  • project: implement correct UMD export with webpack build (4c358788)

v0.3.0

05 Aug 15:59

Choose a tag to compare

<a name"0.3.0">

0.3.0 (2017-08-05)

Features

  • Converter: properties not present in the destination configuration are formatted as empty (342a264d)
  • main: check that all properties from source configuration exist in destination (c4aaa6a4)