grug / data-mocks

Library to mock local data requests using Fetch or XHR
MIT License
63 stars 12 forks source link

added support for the http patch method #65

Closed Dinosys closed 4 years ago

Dinosys commented 4 years ago

Not quite sure what went wrong with the greeting step, but hope the rest is ok @grug ?

grug commented 4 years ago

Haha how odd! Thanks for raising this PR! I'll do a release with these changes today!

grug commented 4 years ago

Once again, thank you so much for your contribution. Out of curiosity, may I ask how you heard about data-mocks @Dinosys

mpoelstra commented 4 years ago

Once again, thank you so much for your contribution. Out of curiosity, may I ask how you heard about data-mocks @Dinosys

Well, we saw your presentation @ Angular Connect in London and soon after we started using your tool and told people like @Dinosys about it :) Now we're using it a lot in several apps. Nice work!

Dinosys commented 4 years ago

Quite right, loving this tool for local development. We use it in angular

grug commented 4 years ago

That's awesome 👍

I've just published version 4.0.2!

krzysiekpiasecki commented 4 years ago

This is the API extension. You should bump minor version and reset the patch, instead of bumping patch version. BTW This is great tool, which I use in my daily routine (also saw it for the first time on YT #AngularConnect).