Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: asd-xiv/pluginus

v3.0.0

17 Apr 22:17
@andreidmt andreidmt

Choose a tag to compare

3.0.0 (2022年04月17日)

chore

BREAKING CHANGES

  • typo in prev commit didnt trigger major bump
Assets 2
Loading
dgilperez reacted with hooray emoji
1 person reacted

v2.5.0

17 Apr 22:01
@andreidmt andreidmt

Choose a tag to compare

2.5.0 (2022年04月17日)

Features

Loading
dgilperez reacted with hooray emoji
1 person reacted

v2.4.0

02 Jun 18:21
@andreidmt andreidmt

Choose a tag to compare

2.4.0 (2021年06月02日)

Features

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

v2.3.0

24 Feb 13:56
@andreidmt andreidmt

Choose a tag to compare

2.3.0 (2021年02月24日)

Features

  • Update packages, fix linting errors (9762c14)
Loading

v2.2.0

31 Jan 19:11
@andreidmt andreidmt

Choose a tag to compare

2.2.0 (2021年01月31日)

Bug Fixes

Features

Loading

v2.1.0

30 Dec 21:23
@andreidmt andreidmt

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)
Loading

v2.0.0

22 Oct 15:23
@andreidmt andreidmt

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 }) => { ... })
Loading

v1.3.0

03 Sep 12:17
@andreidmt andreidmt

Choose a tag to compare

1.3.0 (2020年09月03日)

Bug Fixes

  • Changes after packages update (f87610d)

Features

Loading

v1.2.0

17 Jul 18:24
@andreidmt andreidmt

Choose a tag to compare

1.2.0 (2020年07月17日)

Features

Loading

v1.1.0

24 Mar 22:03
@andreidmt andreidmt

Choose a tag to compare

1.1.0 (2020年03月24日)

Features

Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /