Skip to content

Releases: asd-xiv/pluginus

v3.0.0

17 Apr 22:17
Compare
Choose a tag to compare

3.0.0 (2022-04-17)

chore

BREAKING CHANGES

  • typo in prev commit didnt trigger major bump

v2.5.0

17 Apr 22:01
Compare
Choose a tag to compare

2.5.0 (2022-04-17)

Features

v2.4.0

02 Jun 18:21
Compare
Choose a tag to compare

2.4.0 (2021-06-02)

Features

  • add semantic-release config, lintstaged, commitlint, git hooks and update packages (bc0902d)

v2.3.0

24 Feb 13:56
Compare
Choose a tag to compare

2.3.0 (2021-02-24)

Features

  • Update packages, fix linting errors (9762c14)

v2.2.0

31 Jan 19:11
Compare
Choose a tag to compare

2.2.0 (2021-01-31)

Bug Fixes

Features

v2.1.0

30 Dec 21:23
Compare
Choose a tag to compare

2.1.0 (2020-12-30)

Features

  • Update packages (515937e)
  • Update packages, update Babel target node version to 12 (047e1d7)

v2.0.0

22 Oct 15:23
Compare
Choose a tag to compare

2.0.0 (2020-10-22)

Features

  • Allow plugin to explicitly set it's name, rename "files" param to "source". (67d5f97)

BREAKING CHANGES

  • Input parameter renamed to source. Right now pluginus only accepts
    file paths, next version will allow also objects with plugin definitions.
// old
pluginus({
  files: ["path-to-plugin1", "path-to-plugin2"],
}).then(({ Plugin1, LoremIpsum }) => { ... })

// new
pluginus({
  source: ["path-to-plugin1", "path-to-plugin2"],
}).then(({ Plugin1, LoremIpsum }) => { ... })

v1.3.0

03 Sep 12:17
Compare
Choose a tag to compare

1.3.0 (2020-09-03)

Bug Fixes

  • Changes after packages update (f87610d)

Features

v1.2.0

17 Jul 18:24
Compare
Choose a tag to compare

1.2.0 (2020-07-17)

Features

v1.1.0

24 Mar 22:03
Compare
Choose a tag to compare

1.1.0 (2020-03-24)

Features