Skip to content

Releases: abigailjs/abigail

v1.6.0-0

09 Apr 22:40
Compare
Choose a tag to compare
v1.6.0-0 Pre-release
Pre-release

Features

  • abigail-plugin-parse: add raw option (f8fc313)
  • dash: add run with arguments behavior (61702e5)

v1.5.0

09 Apr 13:33
Compare
Choose a tag to compare

Features

  • enable plugin using (subarg or dots syntax) (8275ade)

v1.5.0-1

09 Apr 13:08
Compare
Choose a tag to compare
v1.5.0-1 Pre-release
Pre-release

Features

  • log: follow the initialized lifecycle (37d6c7d)

v1.5.0-0

09 Apr 12:27
Compare
Choose a tag to compare
v1.5.0-0 Pre-release
Pre-release

Bug Fixes

Features

  • env: add builtin-plugin env (7ebc92d)
  • syntax: add subarg syntax (94a37a1)

v1.4.3

09 Apr 07:07
Compare
Choose a tag to compare

Bug Fixes

  • space-separated task(_) is not parsed correctly (1ac50e7)

v1.4.2

08 Apr 09:40
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

  • #14: remove utils.toPluginOptions

v1.4.1

08 Apr 08:34
Compare
Choose a tag to compare

Features

  • dash: run argument after dash(--) as a plug-in file (489d42a), closes #14

v1.4.0

08 Apr 06:51
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • parse: serial execution will support the right-comma only

v1.3.3

05 Apr 18:45
Compare
Choose a tag to compare

Bug Fixes

  • loadPlugins: package.json abigail/plugins field (d341b88)
  • replace ES6 methods (String.raw, Object.assign, arrow-functions) (a4e97cc), closes #11

Features

  • loadPlugins: change the plugin option only to object (e5a749d)
  • add resolvePluginOptions (9f29021)
  • parse: add --parse serial option (c209319)
  • watch: add lazy option (c3fcebc)

BREAKING CHANGES

  • loadPlugins: remove/add all specs of loadPlugins

v1.2.0

05 Apr 18:45
Compare
Choose a tag to compare

Bug Fixes

Features

  • rc: add value.default plugin option (00496a5)