Skip to content

Latest commit

 

History

History
107 lines (58 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

107 lines (58 loc) · 4.28 KB

Changelog

6.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • update undici and require node >=18.17.0

🩹 Fixes

  • update pony-cause (328e80a)
  • update undici and require node >=18.17.0 (4e21206)

🧹 Chores

  • deps: update dev dependencies (3975965)
  • deps: update to neostandard based linting (7021bf8)
  • deps: update type dependencies (50f9e31)

5.0.0 (2023-10-29)

  • Breaking change: Now requires Node v18 (as v16 and older has reached end-of-life)
  • Internal: Updated dev dependencies to latest versions

4.0.0 (2023-05-10)

  • Breaking change: Now requires Node v16 (as v14 and older has reached end-of-life)
  • Breaking change: Is now an ESM module (see this)
  • Breaking change: Made private methods actually private
  • Improvements: Moved to undici from node-fetchand replaced nock with the MockAgent in undici
  • Improvements: Added 100% type coverage + generates type declarations for publishing

4.0.0-3 (2022-07-13)

  • Breaking change: Now requires Node v14.18
  • Improvements: Update pony-cause to version with ESM-module
  • Internal: Updated dev dependencies to latest versions

4.0.0-2 (2022-04-24)

  • Fix: Restore Node 14 compatibility: Replaced the fetch implementation from undici with its core request(), since it only supports fetch on Node 16 and later

4.0.0-1 (2022-04-24)

  • Breaking change: Now requires Node v14
  • Breaking change: Is now an ESM module (see this)
  • Breaking change: Made private methods actually private
  • Improvements: Moved to undici from node-fetchand replaced nock with the MockAgent in undici
  • Improvements: Added 100% type coverage + generates type declarations for publishing

4.0.0-0 (2020-04-28)

  • Breaking change: Now requires Node v12 (Twice the Node version!)

3.0.0 (2018-01-03)

  • Breaking change: Old retrieve() is now retrieveRaw() and new retrieve() returns mimicks publish() in that it returns the decoded content
  • Improvements: Updated dev dependencies
  • Improvements: Updated Travis test targets

2.0.0 (2016-10-23)

  • Breaking change: Now requires Node v6
  • Improvements: Updated dev dependencies and moved to a Grunt-less, semistandard-based setup through ESLint
  • Improvements: Updated Travis definition and test targets
  • Minor: Added yarn.lock to .gitignore as this is a library and libraries don't use lock files

1.1.0 (2015-07-21)

Features

  • main: allow custom commit messages (796a397c)

1.0.1 (2015-07-20)

Bug Fixes

  • main: explicitly support Buffers as input (c07bd364)

1.0.0 (2015-07-17)

Bug Fixes

  • main: limit the result of a retrieve (afd5d8c7)

Features

  • main: return the created sha on success (c215ac6d)

0.1.4 (2015-07-07)

0.1.3 (2015-07-07)

Features

  • main: retrieve + force publish capabilities (65186835)