ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.44k stars 244 forks source link

Would love a release of the latest commits! #280

Closed tjefferson08 closed 3 years ago

tjefferson08 commented 4 years ago

Hey! I see there are a few commits on master since the last release (1.18.2)

Here's the diff: https://github.com/ctimmerm/axios-mock-adapter/compare/v1.18.2...master

I'd really appreciate a new npm release (1.18.3?); I'm especially excited to get onNoMatch: 'throwException'

For anyone else wanting the latest, it seems that you can install this package straight from the github master branch and it all works nicely (I guess because there's no bundling/minification, etc)

npm install ctimmerm/axios-mock-adapter#master
ctimmerm commented 3 years ago

https://github.com/ctimmerm/axios-mock-adapter/releases/tag/v1.19.0 released.

tjefferson08 commented 3 years ago

@ctimmerm thank you! 🙏