Skip to content

v0.11.2

Compare
Choose a tag to compare
@wzrdtales wzrdtales released this 05 Sep 12:37
· 211 commits to master since this release
8ee7ec1

0.11.2 (2018-09-05)

Bug Fixes

  • check: fix check via API not passing results to the callback (b743696)
  • ci: add ignores for backported features (21c3eb9)
  • db: wrong reference to connect causes db:create to fail (991ee76), closes #520
  • exitCode: wrong check for existence fixed (3c6fc33)
  • exitCode: wrong exit code on db methods (486cb78), closes #534
  • insert: add missing insert entry to interface (7ca2f56), closes #542
  • Update dependency rc to latest version (b343add)
  • log: error ended up in unreadable errors (16512f6), closes #524 #521
  • progamableApi: cmdOptions get passed into setDefaultArgv now (cb88b58)
  • reset: regression introduced in check functionality (b94db96), closes #552
  • switchDatabase: no error was thrown on scope switch (392d88c), closes #470
  • update vulnerable pack 'deep-extend' and OOD deps (8e13c7f)

Features

  • check: add check functionality to determine migrations to run (56acdb9)
  • contribution: enrich contribution instructions (2cd0578), closes #549
  • contribution: enrich contribution instructions, issues (5ee386b)
  • issuetemplate: added a github issue template (3c0fcbf)
  • progamableApi: CMD options can be passed programatically now (fd8562e)
  • progamableApi: using const now (d761ebf)