Vlad

Results 8 issues of Vlad

I've received this message from GH: In the `github-release-notes`, `github-api 3.0.0` is used, which uses `axios "^0.15.2"`, which causes this warning to appear

We have 22 issues in the current milestone. When I run `gren changelog --override` it includes only the first 20 of them. Is there some logic behind this? What can...

We have a file `.grenrc.js` generated from `gren int` After adding a template object it looks like this: ``` module.exports = { "dataSource": "milestones", "prefix": "n", "groupBy": "label", "milestoneMatch": "{{tag_name}}",...

`componentWillMount` is deprecated, was straightforward to remove. There is also deprecated `componentWillReceiveProps` in the library. It contains some obscure logic, so I left it untouched.

After upgrading to node v12.1.0 returns this error: ``` fs.js:27 const { Math, Object, Reflect } = primordials; ^ ReferenceError: primordials is not defined ```

Is it possible to omit a field when generating a validation object?