Wes Todd
Wes Todd
To move the discussion of this forward (from #14) I thought I would open a new issue. The way I would see this implemented it as a plugin. We could...
When running with `commitAll` but also skipping `bump` and `changelog` steps, the commit is skipped. This change gives what I assume is the expected behavior.
Started as a `5.x` PR, this is the deprecation version for the `4.x` branch. See: #3218 The only thing I am worried about this this is that the `app.settings` object...
Moved this functionality to a separate module so I could use it in my other package. It appears no tests were originally written, so I added some in the module....
This is based on what was discussed at the last TC meeting for a good "first step" in abstracting out parts of core than can be shared. The changes here...
This is VERY MUCH A WIP, but the idea is that we move the code as is out of the repo. I did it by publishing temp packages under my...
**Note:** So I am sorry if this is a duplicate of something else, but most of the issues I found relating to this are not all that helpful. Using the...
Similar to what lodash does with its publishing, I think it would be nice if modernizr published each feature detect as a stand alone module. For example, I would really...
The security and performance recommendations were a bit out of date. While I was reading through it I felt like we really had a ton of things in here for...
Prior work: - https://github.com/pillarjs/send/pull/69 - https://github.com/pillarjs/send/pull/82 - https://github.com/pillarjs/send/pull/171 - https://github.com/TimBarham/send/tree/transform-0.15 Adds a `transform` option. Allows users to transform inflight requests. Things to note: 1. As discussed in previous threads, when...