Skip to content

Releases: apibyexample/abe-json-builder

Mkdirp sync

14 Oct 10:01
Compare
Choose a tag to compare

Fixes a bug where it was building the folder path using an async command and should be done sync.

Dependency incorrect

26 Sep 12:02
Compare
Choose a tag to compare

mkdirp is a dependency

Error handling bugfix

26 Sep 11:39
Compare
Choose a tag to compare

When throwing an error, lodash.isUndefined would see null as defined and shouldn't enter the if. Also fixes a bug with when displaying error messages not to use colours (err.red) as colours only gets added to Strings.

Callback functionality

26 Sep 09:56
Compare
Choose a tag to compare

Adds functionality to have callbacks on completion of building JSON.

Closes Issue #4

Initial release of abe-json-builder

26 Sep 09:33
Compare
Choose a tag to compare
Merge pull request #3 from apibyexample/bug/recursive-create-directory

Fixes an issue where mkdir was unable to resursive create directories.