Closed isocroft closed 5 years ago
Please, how soon can this be published to npm ? I really need it for my AdonisJS project. This new version (v3.0.0) does not change the functionality of ally v2.1.2
Also, Thanks for a wonderful package as this
ally package version now at 2.2.0
Proposed changes
This PR adds a change to the version of the got library used by ally to make requests from v8.3.2 to v9.3.2. v9.3.2 is more stable and has a smaller install size (248kB) all the way from (578kB). see: Releases Page for got. I believe this is a great reason to release a new version of ally with got v9.3.2 (latest version). This introduces a breaking change (NodeJS v8 is no longer supported with got v9.x) so i have to bump up the major version to 3 for ally
Types of changes
A New Feature that leads to a smaller package requirements size.
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...