Skip to content

Releases: atahanyorganci/npm-registry-api

v0.3.0 - TSDoc Update

27 Jul 17:11
b2e5d88
Compare
Choose a tag to compare
v0.3.0 - TSDoc Update Pre-release
Pre-release

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Jul 15:28
1873110
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Full Changelog: v0.1.3...v0.2.0

v0.1.3

20 Jul 14:29
6246fa1
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

JSR is done, now it's npm's turn to be fixed.

v0.1.2

20 Jul 14:11
94d905c
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Update documentation and GitHub Actions workflows for publishing to npm and JSR registries.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Jul 13:20
bc6dca1
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Update documentation and GitHub Actions workflows for publishing to npm and JSR registries.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Jul 01:02
c5a1a83
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Replace legacy caching API with more ecosystem compatible one using unstorage and ohash.

v0.0.2...v0.1.0

v0.0.2

19 Jul 03:07
d8d559f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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.

  • refactor: replace url-join and query-string with modern URL 1ddaf75
  • refactor: replace validate-npm-package-name with zod implementation 073d99f

v0.0.1...v0.0.2

v0.0.1

18 Jul 01:36
dffce81
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Replace current implementation with ofetch to be able to run in browsers.