Skip to content

Commit

Permalink
chore: Preparing for first standard-version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jun 27, 2020
1 parent 792a087 commit 4ac9c5b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,26 @@ All notable changes to this project will be documented in this file. See [standa
### Chores

* Added more config to package.json and added standard-verison as a dev-dependencies. ([26c5d50](https://github.com/Anadian/extract-documentation-comments/commit/26c5d50220aa2b3ab694be6f099088b89ddfdb59))

## Old `CHANGES.md`
- 2020-04-12 v0.0.0 First commit.
- 2020-04-18 v0.0.1 Functional as an executable.
- 2020-04-18 v0.0.2 Added NPM-version badge to README.md.
- 2020-04-18 v0.0.3 Added public API.
- 2020-04-19 v0.0.4 Debugging jsdoc-to-markdown.
- 2020-04-19 v0.0.5 Cleaned up working tree, uninstalled jsdoc-to-markdown, added bin field to package.json.
- 2020-04-19 v0.0.6 Updated README.
- 2020-04-26 v0.0.7 Synchronising stuff.
- 2020-04-26 v0.0.8 Greatly improved README.md.
- 2020-04-26 v0.0.9 Fixed markup issues in the README and cleaned up the working tree's root directory.
- 2020-04-26 v0.0.10 Experimentally adding Travis CI and Coveralls.
- 2020-04-26 v0.0.11 Debugging Travis CI; removing `docs` directory; uninstalling jsdoc.
- 2020-04-26 v0.0.12 Correcting package.json.
- 2020-04-26 v0.0.13 Actually removed jsdoc this time and annotated main.js with istanbul ignores.
- 2020-04-26 v0.0.14 Improving test coverage.
- 2020-04-28 v0.1.0 docs(Made corrections in the README; reformatted the documentation comments in source/main.js; and created API.md)
- 2020-04-28 v0.1.1 docs(Fixed formatting errors in the documentation comments of source/main.js)
- 2020-04-28 v0.1.2 docs(README.md): Added more badges. fix(dependencies): Removed unused `ava` package from package.json.
- 2020-04-28 v0.1.3 docs(API.md): Added URL for life-cycle state keywords standard.
- 2020-05-01 v0.1.4 docs(API.md): Formatting fixes.
- 2020-05-02 v0.1.5 fix(source/main.js): Slightly improved coverage.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ExtractDocumentationComments = require('extract-documentation-comments');
```
See [API.md](API.md) for full API.
# Contributing
Changes are tracked in [CHANGES.md](CHANGES.md).
Changes are tracked in [CHANGELOG.md](CHANGELOG.md).
# License
MIT ©2020 Anadian

Expand Down
1 change: 1 addition & 0 deletions source/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Throws:
Status:
| version | change |
| --- | --- |
| 0.1.6 | Revamped the parsing logic. |
| 0.0.1 | Introduced |
*/
function getDocumentationStringFromSourceString( source_string, options = {} ){
Expand Down

0 comments on commit 4ac9c5b

Please sign in to comment.