Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.51 KB

Changelog

key

Changelog entries are classified using the following labels (from keep-a-changelog):

  • added: for new features
  • changed: for changes in existing functionality
  • deprecated: for once-stable features removed in upcoming releases
  • removed: for deprecated features removed in this release
  • fixed: for any bug fixes

Added

1.0.0 - 2019-06-17

Major refactor to update code to latest standards and fix issues with deprecated NPM services.

Changed

  • Use NPM's search api endpoint to get list of maintainer repositories instead of the deprecated byUser view from the old skimdb.npmjs.com/registry endpoint.
  • Internal code refactored to use native async/await promise functionality instead of co generators and yield.

Removed

  • Anything related to caching results in some type of data store (data-store, firebase, or in memory). Instead some results are cached on a local instance cache using a Map object. Recommended to cache results in our own persisted database or file system.

[0.4.13] - 2019-06-17

Fixed

  • Pass 'all' to this.package() to ensure all versions are pulled when searching for a specific version.