Skip to content

v1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wzrdtales wzrdtales released this 08 Jun 13:23
· 146 commits to master since this release
v1.0.0-beta.0
2f276dd

1.0.0-beta.0 (2019-06-08)

Bug Fixes

  • cwd: addition of cwd missed function definition (7c238a4)
  • plugin: handle non existent dependencies and improve UX (91b9da9), closes #628
  • plugin: respect options cwd (#618) (3a8a09f)
  • reset: regression introduced in check functionality (61ca5bb), closes #552
  • scope: new scoping errored out when using templates (b2421e3)
  • utils: resolve when returned null (68361fe)
  • walker: rename interface to Interface (6234d42)

Features

  • chain: add step chaining (8203c55)
  • error handling: added advanced error handling and rollback (aa13a35)
  • learning: add db learning (d5c9aa1)
  • migration: add support for first basic options on new schema (d891628)
  • schemav2: add foreignKey support on tables (3dd7158)
  • state: add state manager and adjust driver functions (10c3f1a)
  • statemanager: add first edition of state manager (6dc4d3b), closes #538