Skip to content

Latest commit

 

History

History
126 lines (59 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

126 lines (59 loc) · 3.06 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2018-12-12)

Bug Fixes

  • added callback to async function to remove deprecation notice (dd09e99)
  • bin: updated bin path in package.json (187f262)
  • updated main file used for bin, to have #!/usr/bin/env node at the top (f23bf55)

Features

  • constant name will be created as uppercase by default (75a28f7)
  • Initial implementation. (60fa7a3)

BREAKING CHANGES

  • constant name will be uppercase
  • initial release

1.0.0 (2017-12-18)

Bug Fixes

  • added callback to async function to remove deprecation notice (dd09e99)
  • bin: updated bin path in package.json (187f262)
  • updated main file used for bin, to have #!/usr/bin/env node at the top (f23bf55)

Features

  • Initial implementation. (60fa7a3)

BREAKING CHANGES

  • initial release

0.3.0 (2017-12-18)

Bug Fixes

  • bin: updated bin path in package.json (187f262)

0.2.0 (2017-12-15)

Bug Fixes

  • added callback to async function to remove deprecation notice (dd09e99)

0.1.5 (2017-10-18)

Bug Fixes

  • large files were truncated, using streams to properly get all the file content (49214ff)

0.1.4 (2017-04-15)

Bug Fixes

  • Logging to console when folder does not exists instead of throwing error 0c02759

0.1.3 (2017-04-15)

Bug Fixes

  • add unit test placeholder 1b02d60
  • adding bin file cedc280
  • adding files/folders to gitignore 42ccef1

0.1.2 (2017-04-15)

Bug Fixes

  • adding bin file, moving argument configuration to its own file cedc280

0.1.1 (2017-04-13)

Bug Fixes

  • add unit test placeholder 1b02d60

0.1.0 (2017-04-13)

Features

  • Creating missing folders specified in the output folder 936d39c
  • Initial basic implementation on generating ts files with constants a6ede87