Skip to content

Latest commit

 

History

History
152 lines (86 loc) · 7.42 KB

HISTORY.md

File metadata and controls

152 lines (86 loc) · 7.42 KB

History

v6.5.0 2023 December 30

v6.4.0 2023 December 6

v6.3.0 2023 November 25

v6.2.0 2023 November 21

v6.1.0 2023 November 20

v6.0.0 2023 November 20

  • Retry failed requests, in case of timeouts or other issues
  • Drop semver dependency for version-range which is a lightweight alternative, with better ecosystem support. This might change some version resolution behaviour, especially with 0.x and -prerelease versions, hence the major version bump.
  • Updated dependencies, base files, and editions using boundation

v5.2.0 2023 November 15

v5.1.0 2023 November 14

v5.0.0 2023 November 1

  • Updated dependencies, base files, and editions using boundation
  • Updated license from MIT to Artistic-2.0
  • Minimum required node version changed from node: >=10 to node: >=18 to keep up with mandatory ecosystem changes
  • Now uses the Node.js fetch builtin
  • Now skips pre-release versions, such as docpad-plugin-eco@2.8.0-next.1606022411.1ad0d24d5425e9b8b4ba6a37099d974e6f5b12ad

v4.13.0 2020 September 10

  • Add requirements option which plugins must meet
  • Tests no longer need to be adapted for each successive DocPad release
  • Updated dependencies, base files, and editions using boundation

v4.12.0 2020 August 4

v4.11.0 2020 July 22

v4.10.0 2020 June 25

v4.9.0 2020 June 22

v4.8.0 2020 June 21

v4.7.0 2020 June 20

v4.6.0 2020 June 11

v4.5.0 2020 June 10

v4.4.0 2020 May 22

v4.3.0 2020 May 21

v4.2.0 2020 May 21

v4.1.0 2020 May 11

v4.0.0 2019 December 18

v3.1.0 2019 December 10

v3.0.0 2019 December 9

  • Converted to TypeScript
  • Result of getPlugins no longer changes .version to .compatibility.installVersion, use .compatibility.installVersion if that is what you want
  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=0.8 to node: >=10 to keep up with mandatory ecosystem changes

v2.1.0 2019 September 11

v2.0.0 2018 July 12

  • API updated to use promises instead
  • Minimum supported node version is now version 8, due to the usage of async/await
  • Updated dependencies

v1.2.0 2017 February 27

  • Fixed registry requests failing as the default registry URL that was used no longer works, so updated to one that does
  • Updated dependencies
  • Added API docs

v1.1.0 2016 May 27

v1.0.3 2015 December 10

  • Updated internal conventions

v1.0.2 2015 September 5

v1.0.1 2015 September 5

  • Initial working release with prefixes

v1.0.0 2015 September 4

  • Initial working release