We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eced53f commit cf37ed5Copy full SHA for cf37ed5
Changelog.md
@@ -1,5 +1,10 @@
1
# next version
2
3
+# v0.1.3
4
+
5
+- Route objects are exported on the library entrpoint. In some cases, it was
6
+ not possible to create new valid Route objects after the initial setup.
7
8
# v0.1.2
9
10
Re-release of 0.1.1 because something failed during the npm publishing.
package.json
@@ -1,6 +1,6 @@
{
"name": "@efrane/vuex-json-api",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "A Vuex library for interfacing with Json:Api endpoints",
"license": "MIT",
"authors": [
0 commit comments