fxa-conventional-changelog
Advanced tools
Comparing version 1.0.0 to 1.1.0
11
index.js
@@ -7,3 +7,3 @@ 'use strict'; | ||
var semver = require('semver'); | ||
var _ = require('lodash'); | ||
var map = require('lodash.map'); | ||
@@ -25,2 +25,7 @@ function presetOpts() { | ||
transform: function(commit) { | ||
if (commit.type === null) { | ||
// It's probably a merged branch or PR, so skip this commit. | ||
return; | ||
} | ||
if (commit.type === 'feat') { | ||
@@ -36,4 +41,2 @@ commit.type = 'Features'; | ||
commit.type = 'Refactor'; | ||
} else { | ||
return; | ||
} | ||
@@ -53,3 +56,3 @@ | ||
_.map(commit.notes, function(note) { | ||
map(commit.notes, function(note) { | ||
if (note.title === 'BREAKING CHANGE') { | ||
@@ -56,0 +59,0 @@ note.title = 'BREAKING CHANGES'; |
{ | ||
"name": "fxa-conventional-changelog", | ||
"version": "1.0.0", | ||
"description": "Conventional Changelog Template for FxA", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha tests/" | ||
}, | ||
"author": "", | ||
"license": "MPL-2.0", | ||
"version": "1.1.0", | ||
"author": "vladikoff", | ||
"dependencies": { | ||
"compare-func": "1.3.1", | ||
"lodash": "3.10.1", | ||
"mocha": "2.3.2", | ||
"lodash.map": "3.1.4", | ||
"semver": "5.0.1" | ||
@@ -19,4 +13,11 @@ }, | ||
"assert": "1.3.0", | ||
"mocha": "2.3.2", | ||
"tap": "1.4.1" | ||
}, | ||
"license": "MPL-2.0", | ||
"main": "index.js", | ||
"repository": "vladikoff/fxa-conventional-changelog", | ||
"scripts": { | ||
"test": "mocha tests/" | ||
} | ||
} |
@@ -6,1 +6,6 @@ ## fxa-conventional-changelog | ||
Based on the Angular.js template | ||
## Changelog | ||
1.1.0 - Allow for all types of commit messages to be in the changelog | ||
1.0.0 - Released |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3
2
11
4479
3
8
71
+ Addedlodash.map@3.1.4
+ Addedlodash._arraymap@3.0.0(transitive)
+ Addedlodash._basecallback@3.3.1(transitive)
+ Addedlodash._baseeach@3.0.4(transitive)
+ Addedlodash._baseisequal@3.0.7(transitive)
+ Addedlodash._bindcallback@3.0.1(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.istypedarray@3.0.6(transitive)
+ Addedlodash.keys@3.1.2(transitive)
+ Addedlodash.map@3.1.4(transitive)
+ Addedlodash.pairs@3.0.1(transitive)
- Removedlodash@3.10.1
- Removedmocha@2.3.2
- Removedacorn@1.2.22.7.0(transitive)
- Removedacorn-globals@1.0.9(transitive)
- Removedalign-text@0.1.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasap@1.0.0(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedcenter-align@0.1.3(transitive)
- Removedcharacter-parser@1.2.1(transitive)
- Removedclean-css@3.4.28(transitive)
- Removedcliui@2.1.0(transitive)
- Removedcommander@2.3.02.6.02.8.1(transitive)
- Removedconstantinople@3.0.2(transitive)
- Removedcss@1.0.8(transitive)
- Removedcss-parse@1.0.4(transitive)
- Removedcss-stringify@1.0.5(transitive)
- Removeddebug@2.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedglob@3.2.3(transitive)
- Removedgraceful-fs@2.0.3(transitive)
- Removedgraceful-readlink@1.0.1(transitive)
- Removedgrowl@1.8.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-promise@1.0.12.2.2(transitive)
- Removedjade@1.11.0(transitive)
- Removedjstransformer@0.0.2(transitive)
- Removedkind-of@3.2.2(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedlodash@3.10.1(transitive)
- Removedlongest@1.0.1(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.5.0(transitive)
- Removedmocha@2.3.2(transitive)
- Removedms@0.6.2(transitive)
- Removedoptimist@0.3.7(transitive)
- Removedpromise@2.0.06.1.0(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedright-align@0.1.3(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsource-map@0.1.430.4.40.5.7(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedtransformers@2.1.0(transitive)
- Removeduglify-js@2.2.52.8.29(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedvoid-elements@2.0.1(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwith@4.0.3(transitive)
- Removedwordwrap@0.0.20.0.3(transitive)
- Removedyargs@3.10.0(transitive)