Skip to content

Releases: Igmat/baset

v0.14.8

10 Oct 15:13
Compare
Choose a tag to compare

0.14.8 (2018-10-10)

Bug Fixes

  • baseliner-json: normalize stack trace for error data type (bdb1b10)

v0.14.7

10 Oct 14:19
Compare
Choose a tag to compare

0.14.7 (2018-10-10)

Bug Fixes

  • baseliner-json: handle exceptions data type (b181417)
  • baseliner-md: handle function level exceptions (2746f3b)
  • core: execute functions if they are exported directly (4d64a8d)

v0.14.6

09 Oct 14:30
Compare
Choose a tag to compare

0.14.6 (2018-10-09)

Bug Fixes

  • core: proper plugin options resolving (20e92ff)

v0.14.5

09 Oct 13:30
Compare
Choose a tag to compare

0.14.5 (2018-10-09)

Bug Fixes

  • cli: replace only first 'at' in stacktrace (094f6e9)
  • reader-babel: option to include node modules in transpilation (6b8a186)
  • reader-babel: proper work with possibly undefined options (393f284)

v0.14.4

07 Oct 16:10
Compare
Choose a tag to compare

0.14.4 (2018-10-07)

Bug Fixes

  • cli: get mocks option from config (4ecf64c)
  • core: pass mock options to vm (b114f69)
  • vm: implement mocks as reference to filename (d58576a)

v0.14.3

07 Oct 14:01
Compare
Choose a tag to compare

0.14.3 (2018-10-07)

Bug Fixes

  • baseliner-md: add errors as type of baseline output (6333c31)
  • cli: handle errors properly for tap output (f83e47a)
  • core: add better handling for errors in tests (91f2825)
  • vm: change file path to be consistent with os (27dfba4)

v0.14.2

17 Sep 19:10
Compare
Choose a tag to compare

0.14.2 (2018-09-17)

Bug Fixes

  • packages/baset-cli/package.json to reduce vulnerabilities (769230f)
  • tests/tsx-babel-project/package.json to reduce vulnerabilities (#105) (55df73c)

v0.14.1

17 Sep 10:11
Compare
Choose a tag to compare

0.14.1 (2018-09-04)

Note: Version bump only for package root

v0.14.0

17 Sep 10:11
Compare
Choose a tag to compare

0.14.0 (2018-09-04)

Features

  • resolver-react: using react-test-render instead of react-dom (1703b43)

v0.13.7

17 Sep 10:11
Compare
Choose a tag to compare

0.13.7 (2018-08-30)

Bug Fixes

  • core: changes for working with reworked vm (d30224f)
  • core: minor performance and compile time bugfixes (ea46ea8)
  • env-browser: changes for work with reworked vm (748b5b1)
  • resolver-pixi: changes for work with reworked vm (749501b)
  • vm: correct global for vm without broken function constructor (1405c53), closes #58