Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Oct 2, 2016
1 parent 18ce067 commit 7f8698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-mock",
"version": "5.4.0",
"version": "5.5.0",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"main": "src/server.js",
"browser": "es5/client.js",
Expand Down

4 comments on commit 7f8698e

@camwest
Copy link

@camwest camwest commented on 7f8698e Oct 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wheresrhys is there a changelog I can see? What's different between 5.1.5 and 5.5.0 for instance?

@wheresrhys
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend not to keep a changelog of non-breaking changes - extra overhead of maintaining the module. You can compare release dates against the commit history if you like

If memory serves correctly, it's the once() method and related functionality, the spy() method and support for running in a service worker

@wheresrhys
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Various bug fixes and tweaking of edge cases too

@camwest
Copy link

@camwest camwest commented on 7f8698e Oct 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK thanks!

Please sign in to comment.