Releases: signalpoint/jDrupal
Releases · signalpoint/jDrupal
8.0.2
What's Changed
- 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 #63
- Add user registration by @adam-clarey in #62
- postsave() fix by @adam-clarey in #65
- Added main option to bower.json for wiredep support by @jsheffers in #68
- Quick syntax error fix by @jsheffers in #69
- Created non-minified version for the main option based on bower spec by @jsheffers in #70
- Updated non 200 status to return full response for more flexibility. by @jsheffers in #73
- Updated resolve to include the req response data for saving entities by @jsheffers in #76
- Appent ?_format=json to post/patch entities by @hanoii in #80
- Use newer token session route by @hanoii in #84
New Contributors
- @adam-clarey made their first contribution in #63
- @jsheffers made their first contribution in #68
- @hanoii made their first contribution in #80
Full Changelog: 8.0.1...8.0.2
7.0.6
- Comment out many try catch clauses to prevent jDrupal from swallowing
important JS Console messages. - Only overwrite Drupal variable if it doesn't exist, that way jDrupal will work
on Drupal 7 front end too. - Rename Drupal JS object to jDrupal
- #78 Send along empty POST data with System Connect.
- Send error stack to console during system connect errors.
- #61 Trim potential whitespace with retrieved CSRF token.
- #60 Support entity update for Services Entity.
- #60 Add support for Services Entity within entity_save().
- Add fieldSetItem().
- #60 Add support for Services Entity.
- by @jacobembree
- date(): Support M and h tokens
- #58 Remove unused duplicate entity_delete().
- date(): Add leading zero to seconds
- Support 's' and '' in date()
- Add is_array(). Stop using jQuery.isArray(). jDrupal is now pure JavaScript.
- Replace usage of drupalgap_module_load() with module_load().
- #54 Add entity field item helper functions.
- #51 #52 Handle ERR_CONNECTION_REFUSED and support timeout and ontimeout.
8.0.1
Update binary.
7.0.5
Update tag number for bower and npm.
7.0.4
- Improve entity local storage expiration
- Allow multiple entities to be loaded
8.0.0
First release for Drupal 8!
7.0.3
Latest release for Drupal 7.