Skip to content

Releases: pmowrer/semantic-release-plugin-decorators

v4.0.0

17 Jan 04:27
b73805f

Choose a tag to compare

4.0.0 (2024-01-17)

Features

BREAKING CHANGES

  • Requires semantic-release 20 or above.

Thanks to @w4rlock for doing all the work to get this done and also adding some additional structure to the repo. Much appreciated!

v3.0.3

17 Jan 00:23
a29cbdf

Choose a tag to compare

3.0.3 (2024-01-17)

Bug Fixes

  • deps: Limit semantic-release peer-dep to <20 (b38ced7)

v3.0.2

16 Jan 21:15
301e957

Choose a tag to compare

3.0.2 (2024-01-16)

Bug Fixes

  • keep global config through the plugin (58b6a31)
  • Upgrade dependencies using yarn upgrade (005747e)

v3.0.1

05 Jan 16:48
d68fe61

Choose a tag to compare

3.0.1 (2021-01-05)

Bug Fixes

  • better errors when pluginName isn't a string (8ad63d8)
  • upgrade dependencies (5aad3e1)

v3.0.0

05 Apr 19:19
f2de00c

Choose a tag to compare

3.0.0 (2020-04-05)

chore

  • remove deprecated wrapping functions (3f81209)

Features

  • allow defining name of wrapper fns (33e1d57)

BREAKING CHANGES

  • Deprecated wrapping functions appendMultiPlugin, resolvePluginsFromDefinition, wrapPlugin and wrapMultiPlugin were removed.
  • Function signatures of wrapStep and appendStep changed.

v2.1.2

05 Apr 17:59
22d64f9

Choose a tag to compare

2.1.2 (2020-04-05)

Bug Fixes

  • each plugin's options weren't being passed (55995e4)

v2.1.1

04 Mar 16:39
86844e3

Choose a tag to compare

2.1.1 (2020-03-04)

Bug Fixes

  • wasn't accounting for plugin configs (e1de885), closes #9

v2.1.0

03 Feb 19:16
1510726

Choose a tag to compare

2.1.0 (2020-02-03)

Features

  • create appendStep and wrapStep utilities (996aa79)

v2.0.1

24 Jan 17:36
f1ba756

Choose a tag to compare

2.0.1 (2020-01-24)

Bug Fixes

  • bump lodash to address security warning (017c41c)

v2.0.0

07 Sep 02:10
fe1cc25

Choose a tag to compare

2.0.0 (2018-09-07)

Code Refactoring

  • simplify plugin resolution functions (a0e02c5)

Features

  • add appendMultiPlugin wrapper (ee97de1)
  • allow defaultDefinition to support all plugin formats (20e9725)

BREAKING CHANGES

    • Removed pluginFromTypeConfig export.
  • Renamed pluginsFromTypeConfig export as resolvePluginsFromDefinition.