UNPKG

683 BMarkdownView 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
10None
11
12## [0.2.0] - 2021-04-23
13
14### Added
15
16- Skip API extraction from packages with `skipAPIExtraction` option in `analyzeRegistryPackage`
17
18## [0.1.0] - 2021-04-20
19
20### Added
21
22- Initial release
23
24[unreleased]: https://github.com/jsdocs-io/extractor/compare/v0.2.0...HEAD
25[0.2.0]: https://github.com/jsdocs-io/extractor/compare/v0.1.0...v0.2.0
26[0.1.0]: https://github.com/jsdocs-io/extractor/releases/tag/v0.1.0