We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9de399 + c3c4151 commit 608ac37Copy full SHA for 608ac37
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Stipulate Changelog
2
3
+## 0.0.3
4
+
5
+- Stipulate no longer requires the environment to provide `Array.prototype.includes`. [#7](https://github.com/yola/stipulate/pull/7)
6
7
## 0.0.2
8
9
- Fixes an issue where Stipulate would fail to bundle with consumers that use Browserify. [#5](https://github.com/yola/stipulate/pull/5)
package.json
@@ -1,6 +1,6 @@
{
"name": "stipulate",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "A module extending the Fetch API with some useful default error handling and hooks.",
"main": "src/stipulate.js",
"scripts": {
0 commit comments