@release-notes/changelog-parser
Advanced tools
+61
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
| # yarn lockfile v1 | ||
| "@release-notes/node@^0.3.0": | ||
| version "0.3.0" | ||
| resolved "https://registry.yarnpkg.com/@release-notes/node/-/node-0.3.0.tgz#7c833c9916ac3ae414e46c9bd983e0c42b867fab" | ||
| dependencies: | ||
| "@release-notes/schema" "^0.2.0" | ||
| ajv "^5.5.2" | ||
| js-yaml "^3.10.0" | ||
| "@release-notes/schema@^0.2.0": | ||
| version "0.2.0" | ||
| resolved "https://registry.yarnpkg.com/@release-notes/schema/-/schema-0.2.0.tgz#16b7f551f3f09397cec5b432a1e357334f986fe2" | ||
| ajv@^5.5.2: | ||
| version "5.5.2" | ||
| resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" | ||
| dependencies: | ||
| co "^4.6.0" | ||
| fast-deep-equal "^1.0.0" | ||
| fast-json-stable-stringify "^2.0.0" | ||
| json-schema-traverse "^0.3.0" | ||
| argparse@^1.0.7: | ||
| version "1.0.9" | ||
| resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" | ||
| dependencies: | ||
| sprintf-js "~1.0.2" | ||
| co@^4.6.0: | ||
| version "4.6.0" | ||
| resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | ||
| esprima@^4.0.0: | ||
| version "4.0.0" | ||
| resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804" | ||
| fast-deep-equal@^1.0.0: | ||
| version "1.0.0" | ||
| resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" | ||
| fast-json-stable-stringify@^2.0.0: | ||
| version "2.0.0" | ||
| resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" | ||
| js-yaml@^3.10.0: | ||
| version "3.10.0" | ||
| resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc" | ||
| dependencies: | ||
| argparse "^1.0.7" | ||
| esprima "^4.0.0" | ||
| json-schema-traverse@^0.3.0: | ||
| version "0.3.1" | ||
| resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" | ||
| sprintf-js@~1.0.2: | ||
| version "1.0.3" | ||
| resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" |
| # Contributor Covenant Code of Conduct | ||
| ## LT;DR | ||
| ## TL;DR | ||
@@ -5,0 +5,0 @@ * Everyone is welcome to be part of our community. |
+1
-1
@@ -5,3 +5,3 @@ # Contributing to Release Notes | ||
| ## LT;DR | ||
| ## TL;DR | ||
@@ -8,0 +8,0 @@ * Our mission is to build the best tooling around standardized release notes management. |
+3
-2
| { | ||
| "name": "@release-notes/changelog-parser", | ||
| "description": "Parse changelog and history markdown files into js objects.", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "author": "Alrik Zachert <alrik.zachert@gmail.com>", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
| ], | ||
| "homepage": "https://release-notes.com", | ||
| "license": "MIT", | ||
@@ -27,3 +28,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@release-notes/node": "^0.2.0" | ||
| "@release-notes/node": "^0.3.0" | ||
| }, | ||
@@ -30,0 +31,0 @@ "publishConfig": { |
+1
-1
@@ -30,3 +30,3 @@ # Release Notes Changelog Parser | ||
| The changelog parser returns an instance of [ReleaseNotes](https://github.com/release-notes/release-notes-node/lib/models/ReleaseNotes.js). | ||
| The changelog parser returns an instance of [ReleaseNotes](https://github.com/release-notes/release-notes-node/blob/develop/lib/models/ReleaseNotes.js). | ||
@@ -33,0 +33,0 @@ --- |
| title: Release notes of changelog-parser | ||
| description: > | ||
| The changelog parser reads changelog.md files and derivatives and converts them to | ||
| release notes objects with a standardized schema. | ||
| This allows further processing of changelog files and provides an unified access to information | ||
| on version and even atomic modification level. | ||
| https://release-notes.com | ||
| releases: | ||
| - version: 0.1.1 | ||
| date: 2017-12-17T22:02:46Z | ||
| added: | ||
| - Upgrade to `release-notes-node@0.3.0` | ||
| - version: 0.1.0 | ||
@@ -7,0 +15,0 @@ date: 2017-12-14 |
Sorry, the diff of this file is too big to display
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
-50%13116
-88.8%+ Added
+ Added
- Removed
- Removed
Updated