All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- 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)
- constant name will be uppercase
- initial release
- 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)
- Initial implementation. (60fa7a3)
- initial release
- bin: updated bin path in package.json (187f262)
- added callback to async function to remove deprecation notice (dd09e99)
0.1.5 (2017-10-18)
- large files were truncated, using streams to properly get all the file content (49214ff)
0.1.4 (2017-04-15)
- Logging to console when folder does not exists instead of throwing error 0c02759
0.1.3 (2017-04-15)
- add unit test placeholder 1b02d60
- adding bin file cedc280
- adding files/folders to gitignore 42ccef1
0.1.2 (2017-04-15)
- adding bin file, moving argument configuration to its own file cedc280
0.1.1 (2017-04-13)
- add unit test placeholder 1b02d60
- Creating missing folders specified in the output folder 936d39c
- Initial basic implementation on generating ts files with constants a6ede87