-
Notifications
You must be signed in to change notification settings - Fork 38
/
CHANGELOG.txt
18 lines (17 loc) · 1.32 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
8.0.2
* Add getEmail() to User prototype
* Use jDrupal var if it already exists. Allows jd8 and jd7 to be on the same page.
* Add '?_format-json' to entity save requests.
* Add jDrupal.getResultFromRequest().
* Use longer lines for comments.c
* Simplify functionExists().
* Fix patch response check by @adam-clarey in https://github.com/signalpoint/jDrupal/pull/63
* Add user registration by @adam-clarey in https://github.com/signalpoint/jDrupal/pull/62
* postsave() fix by @adam-clarey in https://github.com/signalpoint/jDrupal/pull/65
* Added main option to bower.json for wiredep support by @jsheffers in https://github.com/signalpoint/jDrupal/pull/68
* Quick syntax error fix by @jsheffers in https://github.com/signalpoint/jDrupal/pull/69
* Created non-minified version for the main option based on bower spec by @jsheffers in https://github.com/signalpoint/jDrupal/pull/70
* Updated non 200 status to return full response for more flexibility. by @jsheffers in https://github.com/signalpoint/jDrupal/pull/73
* Updated resolve to include the req response data for saving entities by @jsheffers in https://github.com/signalpoint/jDrupal/pull/76
* Appent ?_format=json to post/patch entities by @hanoii in https://github.com/signalpoint/jDrupal/pull/80
* Use newer token session route by @hanoii in https://github.com/signalpoint/jDrupal/pull/84