Skip to content

Releases: Igmat/baset

v0.7.0

17 Sep 10:11
Compare
Choose a tag to compare

0.7.0 (2018-02-09)

Features

  • reader-babel: initial implementation of babel reader (44980f7), closes #7

v0.6.0

17 Sep 10:11
Compare
Choose a tag to compare

0.6.0 (2018-02-08)

Bug Fixes

  • solution: correct dependecies versions (f272f03)
  • vm: adding missing chdir to vm process (32babe4)
  • vm: adding missing process-uptime function (fd66e73)
  • vm: removing readonly contextifying in order to support e2e (11bbd17)

Features

  • core: compiler and context arguments for plugins (b2e4a67)
  • core: inital support for different envs (73ee117)
  • env-browser: initial implementation with jsdom (6f0f1f2)
  • vm: add baset-vm package (forked from vm2) (0d6046b)

v0.5.1

17 Sep 10:11
Compare
Choose a tag to compare

0.5.1 (2018-01-29)

Bug Fixes

  • core: replace all line endings with LF and trim baseline (3d75a3e), closes #32
  • plugin-ts: adding support for paths from tsconfig (864ffdd), closes #33

v0.5.0

17 Sep 10:11
Compare
Choose a tag to compare

0.5.0 (2018-01-26)

Bug Fixes

  • plugin-export: correct logic for transpiled files (e68d09b)
  • plugin-ts: correct handling of inline options (f0be6bd)
  • plugin-ts: using ts-node instead of manual tsc calls (5292042), closes #6

Features

  • plugin-ts: initial implementation of baset-plugin-ts (2b041ee)
  • solution: plugins architecture initial implementation (92f598c), closes #5

v0.4.1

17 Sep 10:11
Compare
Choose a tag to compare

0.4.1 (2018-01-24)

Note: Version bump only for package root

v0.4.0

17 Sep 10:11
Compare
Choose a tag to compare

0.4.0 (2018-01-24)

Features

  • Core: Recursivly check exports to work with promises and functions (fbf5eb0)

v0.3.0

17 Sep 10:11
Compare
Choose a tag to compare

0.3.0 (2018-01-23)

Bug Fixes

  • baset/bin: fix unix encoding (ca67708)
  • CLI: Non-zero exit code for fail and more informative message (1aaff03), closes #2

Features

  • CLI: Supporting config files and package.json section (3eb8017), closes #4

v0.2.2

17 Sep 10:11
Compare
Choose a tag to compare

0.2.2 (2018-01-22)

Bug Fixes

  • Core: Adding beautifier for JSON output and using relative pathes in console (bc81077)

v0.2.1

17 Sep 10:11
Compare
Choose a tag to compare

0.2.1 (2018-01-18)

Bug Fixes

  • Core: Removing temp files after accepting new baseline (cb13be3)

v0.2.0

17 Sep 10:11
Compare
Choose a tag to compare

0.2.0 (2018-01-17)

Features

  • Core, CLI: Adding two different commands (test and accept), also introducing yargs to parse ar (2d98352)