Skip to content

Releases: Wizcorp/component-builder-x

v0.1.3

20 Nov 06:07

Choose a tag to compare

  • Put concurrency limits back in.
  • Actually cache the json so we don't read the same file over and over and over again.
  • Don't buildAliases for components you've already built aliases for.
  • Updated readme to refer to component-builder-x in the instructions.

v0.1.2

20 Nov 06:07

Choose a tag to compare

  • Dropped node v0.8 support by changing setTimeout to setImmediate.
  • Removed concurrency limits in batch as they don't seem necessary.
  • Replaced map and reduce with simple iterators.
  • Added explanation in the readme as to what is special about component-builder-x.

v0.1.1

20 Nov 06:05

Choose a tag to compare

  • When a json file cannot be parsed, we return an error instead of throwing. (Fixes #1)
  • Added unit tests.

v0.1.0

20 Nov 06:05

Choose a tag to compare

  • Initial Release