Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.0.0 #294

Merged
merged 26 commits into from
Aug 15, 2022
Merged

Release 10.0.0 #294

merged 26 commits into from
Aug 15, 2022

Conversation

js2me
Copy link
Member

@js2me js2me commented Sep 20, 2021

No description provided.

EvgenBabenko and others added 3 commits September 24, 2021 02:46
* fix(reject): fix reject and exit with code 1 if error
Co-authored-by: rcatoio <rcatoio@doubletrade.com>
…ot true (#297)

Co-authored-by: rcatoio <rcatoio@doubletrade.com>
Co-authored-by: Sergey S. Volkov <js2me@outlook.com>
@js2me js2me changed the title Release 9.2.1 Next release Oct 4, 2021
@cipchk
Copy link
Contributor

cipchk commented Oct 14, 2021

@js2me When will it be released, is looking forward to prettier config

@js2me
Copy link
Member Author

js2me commented Oct 22, 2021

@cipchk released ( 9.3.0)

@js2me js2me changed the title Next release Release 9.3.0 Oct 22, 2021
@jeking3
Copy link

jeking3 commented Oct 25, 2021

This release appears to have bumped the minimum node version from 12 to 14, whether intentionally or inadvertently, and for a couple projects I use it in the lack of a dependency on axios forced me to add it myself. Additionally the release on GitHub is 9.2.0 but on npm it is 9.3.0, so that is a bit confusing. I linked to someone else's open issue that ran into this as well.

@jeking3
Copy link

jeking3 commented Oct 28, 2021

Seems like an impedance mismatch between this PR, this repo's releases, and what's on npm. A little more automation with GitHub Actions might help align them.

@hedgepigdaniel
Copy link
Contributor

Merging this PR would be a good start? If this branch is already released to NPM, then why is the default branch master in a different version?

@js2me js2me changed the title Release 9.3.0 Release 9.4.0 Aug 15, 2022
js2me and others added 7 commits August 15, 2022 11:37
Co-authored-by: MarcinFilipek <filipekmarcin180@gmail.com>
…changes (#350)

* fix pick format
allow for file array in form data requests

* fixed code review suggestions

Co-authored-by: Daniele De Matteo <daniele@kuama.net>
Co-authored-by: Sergey S. Volkov <js2me@outlook.com>
* Pass through required properties to allOf children

* extend fix to anyOf and oneOf

* fix: account for children making parent fields required

Co-authored-by: Anders Cassidy <anders.cassidy@dailypay.com>
Co-authored-by: Daniel Playfair Cal <dcal@atlassian.com>
Co-authored-by: Sergey S. Volkov <js2me@outlook.com>
* Update api.eta

* Update index.d.ts

* Update index.js

* Update index.js

* Update config.js

Co-authored-by: Sergey S. Volkov <js2me@outlook.com>
@js2me js2me changed the title Release 9.4.0 Release 10.0.0 Aug 15, 2022
@js2me js2me merged commit a6f16d7 into master Aug 15, 2022
@js2me js2me deleted the next branch August 15, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type errors when compiling with the --axios option Request falls if FormData attachment is File instance