1# Change Log 2 3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 4 5<a name="2.0.2"></a> 6## [2.0.2](https://github.com/npm/libnpmsearch/compare/v2.0.1...v2.0.2) (2019-07-16) 7 8 9 10<a name="2.0.1"></a> 11## [2.0.1](https://github.com/npm/libnpmsearch/compare/v2.0.0...v2.0.1) (2019-06-10) 12 13 14### Bug Fixes 15 16* **opts:** support `opts.from` properly ([#2](https://github.com/npm/libnpmsearch/issues/2)) ([da6636c](https://github.com/npm/libnpmsearch/commit/da6636c)) 17* **standard:** standard --fix ([beca19c](https://github.com/npm/libnpmsearch/commit/beca19c)) 18 19 20 21<a name="2.0.0"></a> 22# [2.0.0](https://github.com/npm/libnpmsearch/compare/v1.0.0...v2.0.0) (2018-08-28) 23 24 25### Features 26 27* **opts:** added options for pagination, details, and sorting weights ([ff97eb5](https://github.com/npm/libnpmsearch/commit/ff97eb5)) 28 29 30### BREAKING CHANGES 31 32* **opts:** this changes default requests and makes libnpmsearch return more complete data for individual packages, without null-defaulting 33 34 35 36<a name="1.0.0"></a> 37# 1.0.0 (2018-08-27) 38 39 40### Features 41 42* **api:** got API working ([fe90008](https://github.com/npm/libnpmsearch/commit/fe90008)) 43