UNPKG

1.23 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [Unreleased]
9
10- None
11
12## [2.0.0] - 2021-03-09
13
14### Added
15
16- Export named functions to query the npm registry
17 - getDailyPackageDownloads()
18 - getDailyRegistryDownloads()
19 - getPackageDownloads()
20 - getPackageManifest()
21 - getPackument()
22 - getRawPackageManifest()
23 - getRawPackument()
24 - getRegistryDownloads()
25 - getRegistryMetadata()
26 - searchPackages()
27- This package can now be used in a browser environment
28- BREAKING CHANGE: Added export map to `package.json`
29
30### Changed
31
32- Updated typing of registry responses
33- Updated normalization of custom properties on `Packument` and `PackageManifest` interfaces
34- Updated and reduced number of dependencies
35
36### Removed
37
38- BREAKING CHANGE: Removed `Registry` class; use the exported functions instead
39
40[unreleased]: https://github.com/velut/node-query-registry/compare/v2.0.0...HEAD
41[2.0.0]: https://github.com/velut/node-query-registry/compare/v1.2.0...v.2.0.0