@weapnl/js-junction 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v0.2.0
6
+ - Added `data` propery to `delete` function of a Request to allow sending json data in the delete request.
7
+ - Added `extraData` property to `destroy` function of a Model to allow sending extra json data in the delete request.
8
+ - Now also sending custom parameters of a request in the `store`, `update` and `destroy` functions of a Model.
9
+
5
10
  ## v0.1.4
6
11
  - Added response in `onSuccess` and `onValidationError` callbacks.
7
12