Jordan Rastrick
Jordan Rastrick
1) What version of bluebird is the issue happening on? 3.5.0 2) What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node 6.11.0 3) Did this issue...
Because the `primaryAttributeKey` is [determined by side effects while looping](https://github.com/staylor/react-helmet-async/blob/e02564f41b9e69360789f30352c3388094107cb3/src/utils.js#L101-L130) over `Object.keys(tag)`, it matters what order those keys are generated in, which I don't think is going to be the...
(and occurring multiply) Currently a `req.path` containing */ (* is a valid URL character) will on recording terminate the headers' comment, leaving a broken tape. Similarly if a /* or...
Addresses [the issues raised here](https://github.com/release-it/conventional-changelog/issues/80). Two fixes to the functioning of `tagPrefix`: - If the `tagPrefix` option is explicitly given in settings, don't override it with the derived prefix from...
I have the following `.release-it.json`: ``` { "plugins": { "@release-it/conventional-changelog": { "path": ".", "infile": "CHANGELOG.md", "gitRawCommitsOpts": { "path": "." }, "preset": { "name": "conventionalcommits", "types": [ { "type": "feat", "section":...