Releases: atahanyorganci/npm-registry-api
v0.3.0 - TSDoc Update
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.3...v0.2.0
v0.1.3
JSR is done, now it's npm's turn to be fixed.
v0.1.2
Update documentation and GitHub Actions workflows for publishing to npm and JSR registries.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Update documentation and GitHub Actions workflows for publishing to npm and JSR registries.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Replace legacy caching API with more ecosystem compatible one using unstorage
and ohash
.
v0.0.2
Forked implementation had a dependency on node:modules
via validate-npm-package-name
. Dependencies url-join
and query-string
can be replaced with Node.js and browser compatible URL
implementation. Commits for these changes are as follows.
v0.0.1
Replace current implementation with ofetch
to be able to run in browsers.