Releases: NodeSecure/npm-registry-sdk
Releases · NodeSecure/npm-registry-sdk
v3.0.0
What's Changed
- chore: using dependabot groups by @fabnguess in #127
- chore(deps): bump the github-actions group with 4 updates by @dependabot in #132
- chore(deps-dev): bump the development-dependencies group with 1 update by @dependabot in #133
- chore(deps): bump the dependencies group with 1 update by @dependabot in #134
- fix(packument): add missing properties for NPM provenance by @fraxken in #135
- Use NodeSecure npm types by @fraxken in #144
Breaking changes
This release use @nodesecure/types
instead of @npm/types
. This break type compatibility (V3 should be a more precise reflect of what the registry return).
Full Changelog: v2.1.1...v3.0.0
v2.1.1
What's Changed
- chore(LICENSE): update licensing year by @fabnguess in #124
- feat(PackumentVersion): add missing homepage field by @PierreDemailly in #125
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- user api by @kishore881 in #114
- docs: add kishore881 as a contributor for code, test, and doc by @allcontributors in #115
- chore(deps): bump @myunisoft/httpie from 2.0.3 to 3.0.0 by @dependabot in #113
New Contributors
- @kishore881 made their first contribution in #114
Full Changelog: v2.0.0...v2.1.0
v2.0.0
⚠️ Breaking Changes⚠️
This releases re-implement new TypeScript interfaces for Packument and PackumentVersion (more accurate/complet than before).
What's Changed
- docs: add banner & center badges by @fraxken in #93
- remove duplicate mit badge by @fabnguess in #106
- refactor: re-implement Packument and PackumentVersion by @fraxken in #110
- update deps by @fraxken in #109
- ci: Drop Node.js 16
- Improve readme and export NPM types by @fraxken in #111
Full Changelog: v1.6.1...v2.0.0
v1.6.1
What's Changed
- docs: add PierreDemailly as a contributor for code, doc, and test by @allcontributors in #77
- chore: update license badge by @fabnguess in #78
- fix(httpAgent): make it MockAgent friendly by @PierreDemailly in #79
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- fix: commit activity link by @PierreDemailly in #58
- feat(http): allow to use custom agent by @PierreDemailly in #76
- chore(deps): bump github/codeql-action from 2.2.5 to 2.3.5 by @dependabot in #73
- chore(deps): bump step-security/harden-runner from 2.2.0 to 2.4.0 by @dependabot in #72
- chore(deps): bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot in #66
- chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #59
New Contributors
- @PierreDemailly made their first contribution in #58
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- fix: support date ranges in download function by @privatenumber in #50
- docs: add privatenumber as a contributor for code by @allcontributors in #52
- Update dependabot frequency by @fabnguess in #51
- docs: add fabnguess as a contributor for maintenance by @allcontributors in #53
- chore(deps): bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #54
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- feat: improve
SearchResult
type by @privatenumber in #49 - fix(search): return
SearchResult
type by @privatenumber in #48
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- [Snyk] Upgrade @myunisoft/httpie from 1.9.2 to 1.10.0 by @snyk-bot in #30
- Setup Node.js Github action ci by @fraxken in #31
- Maintenance security by @fraxken in #32
- Updating security policy and badges by @fabnguess in #33
- refactor: improve API readability by @fraxken in #34
- chore: remove permanently package-lock.json by @fraxken in #36
- chore(StepSecurity): Apply security best practices by @step-security-bot in #37
- chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #39
- chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.1.2 by @dependabot in #38
- fix: make SearchCriteria properties optional by @privatenumber in #47
- chore(deps): bump github/codeql-action from 2.1.39 to 2.2.4 by @dependabot in #44
- chore(deps): bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #45
New Contributors
- @fraxken made their first contribution in #31
- @fabnguess made their first contribution in #33
- @step-security-bot made their first contribution in #37
- @dependabot made their first contribution in #39
- @privatenumber made their first contribution in #47
Full Changelog: v1.4.1...v1.5.0