6.0.0 (2024-06-25)
- update undici and require node >=18.17.0
- deps: update dev dependencies (3975965)
- deps: update to neostandard based linting (7021bf8)
- deps: update type dependencies (50f9e31)
- Breaking change: Now requires Node v18 (as v16 and older has reached end-of-life)
- Internal: Updated dev dependencies to latest versions
- 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
fromnode-fetch
and replacednock
with theMockAgent
inundici
- Improvements: Added 100% type coverage + generates type declarations for publishing
- Breaking change: Now requires Node v14.18
- Improvements: Update
pony-cause
to version with ESM-module - Internal: Updated dev dependencies to latest versions
- Fix: Restore Node 14 compatibility: Replaced the
fetch
implementation fromundici
with its corerequest()
, since it only supportsfetch
on Node 16 and later
- 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
fromnode-fetch
and replacednock
with theMockAgent
inundici
- Improvements: Added 100% type coverage + generates type declarations for publishing
- Breaking change: Now requires Node v12 (Twice the Node version!)
- Breaking change: Old
retrieve()
is nowretrieveRaw()
and newretrieve()
returns mimickspublish()
in that it returns the decoded content - Improvements: Updated dev dependencies
- Improvements: Updated Travis test targets
- 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
- main: allow custom commit messages (796a397c)
- main: explicitly support Buffers as input (c07bd364)
- main: limit the result of a retrieve (afd5d8c7)
- main: return the created sha on success (c215ac6d)
- main: retrieve + force publish capabilities (65186835)