baset

Testing tool for baseline strategy

MIT License

Downloads
768
Stars
26
Committers
9

Bot releases are hidden (Show)

baset - https://github.com/Igmat/baset/releases/tag/v0.14.8 Latest Release

Published by Igmat about 6 years ago

0.14.8 (2018-10-10)

Bug Fixes

  • baseliner-json: normalize stack trace for error data type (bdb1b10)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.7

Published by Igmat about 6 years ago

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)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.6

Published by Igmat about 6 years ago

0.14.6 (2018-10-09)

Bug Fixes

  • core: proper plugin options resolving (20e92ff)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.5

Published by Igmat about 6 years ago

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)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.4

Published by Igmat about 6 years ago

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)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.3

Published by Igmat about 6 years ago

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)
baset - https://github.com/Igmat/baset/releases/tag/v0.14.2

Published by Igmat about 6 years ago

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)
baset - https://github.com/Igmat/baset/releases/tag/v0.13.2

Published by Igmat about 6 years ago

0.13.2 (2018-06-07)

Note: Version bump only for package root

baset - https://github.com/Igmat/baset/releases/tag/v0.2.1

Published by Igmat about 6 years ago

0.2.1 (2018-01-18)

Bug Fixes

  • Core: Removing temp files after accepting new baseline (cb13be3)
baset - https://github.com/Igmat/baset/releases/tag/v0.13.4

Published by Igmat about 6 years ago

0.13.4 (2018-06-08)

Note: Version bump only for package root

baset - https://github.com/Igmat/baset/releases/tag/v0.10.0

Published by Igmat about 6 years ago

0.10.0 (2018-03-07)

Bug Fixes

  • cli: terminate process after accept is done (6cf04ff)
  • core: don't dispose env because it happens to early (ef3b5fa)

Features

  • core: abstract environment api (f37f42f)
  • env-browser: using new api and providing server for statics (36b9103)
baset - https://github.com/Igmat/baset/releases/tag/v0.11.1

Published by Igmat about 6 years ago

0.11.1 (2018-03-15)

Bug Fixes

  • cli: filter content from node_modules to avoid redundant tests (1c18533)
baset - https://github.com/Igmat/baset/releases/tag/v0.1.0

Published by Igmat about 6 years ago

0.1.0 (2018-01-17)

Features

  • Core: Added simple comparison between temp and existing baseline (f0a775b)
baset - https://github.com/Igmat/baset/releases/tag/v0.13.5

Published by Igmat about 6 years ago

0.13.5 (2018-06-08)

Note: Version bump only for package root

baset - https://github.com/Igmat/baset/releases/tag/v0.7.5

Published by Igmat about 6 years ago

0.7.5 (2018-02-27)

Bug Fixes

  • env-browser: setting jsdom window as prototype of global (a79c38d), closes #42
baset - https://github.com/Igmat/baset/releases/tag/v0.7.1

Published by Igmat about 6 years ago

0.7.1 (2018-02-09)

Bug Fixes

  • core: reverse hook order, so transformation will go right (c9c89f8), closes #9
baset - https://github.com/Igmat/baset/releases/tag/v0.7.2

Published by Igmat about 6 years ago

0.7.2 (2018-02-12)

Bug Fixes

  • vm: allow usage of native modules in vm (5d17b49)
baset - https://github.com/Igmat/baset/releases/tag/v0.9.0

Published by Igmat about 6 years ago

0.9.0 (2018-03-03)

Bug Fixes

  • baseliner-md: less strict image match - skips AA pixels (cfe9550)
  • core: adding context and sandbox object to resolvers (a56d1b1)
  • core: moving responsibility for comparison to baseliners (4f6c260)
  • core: selecting baseline ext by baseliner (b68a4b9)
  • core: shared data-types for resolver/baseliner interaction (48816d5)
  • env-browser: better support for external resources (c354f44)
  • resolver-pixi: explicit colorType set (28722bc)
  • resolver-pixi: save images in rgb without a-channel (dfe511d)
  • resolver-pixi: use of pngjs for correct base64 strings (1ed4e34)
  • resolver-pixi: using data-type for resolver pixi images (4f8a270)
  • resolver-react: using html data type for beautified baseline (36369eb)
  • vm: more correct proxy for sandboxed object (b31a8de)

Features

  • baseliner-md: add comparison for json, html and images in md (832f3c9)
  • baseliner-md: initial implementation of md baseliner (61bac7f)
  • baseliner-md: using code block for html data type (a12595f)
  • core: adding data type for html resolving (8689b29)
  • core: api for resolvers that may work with different value types (f8ddd23)
  • resolver-pixi: initial implementation for pixi resolver (dd82794)
  • resolver-react: initial implementation for react resolver (43aea7a)
baset - https://github.com/Igmat/baset/releases/tag/v0.11.0

Published by Igmat about 6 years ago

0.11.0 (2018-03-08)

Bug Fixes

  • cli: readable output for scaffold command (d5350db)
  • core: duplicated methods in scaffolder (bd52c7b)

Features

  • cli: scaffold command for cli (4bb4534)
  • core: generating and writing scaffolded specs (7f68128)
  • core: initial scaffolder implementation (be067e4)
baset - https://github.com/Igmat/baset/releases/tag/v0.13.6

Published by Igmat about 6 years ago

0.13.6 (2018-06-10)

Bug Fixes

  • cli: better initial output (cff1126)
Package Rankings
Top 8.41% on Npmjs.org
Badges
Extracted from project README
Become a patron License BCH compliance CodeFactor Known Vulnerabilities npm badge Donate me
Related Projects