Skip to content

Releases: signalpoint/jDrupal

8.0.2

12 Jan 18:43
Compare
Choose a tag to compare

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

Full Changelog: 8.0.1...8.0.2

7.0.6

12 Jan 15:32
Compare
Choose a tag to compare
  • 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

04 Jan 14:39
Compare
Choose a tag to compare
Update binary.

7.0.5

15 Aug 20:47
Compare
Choose a tag to compare
Update tag number for bower and npm.

7.0.4

08 Apr 02:56
Compare
Choose a tag to compare
  • Improve entity local storage expiration
  • Allow multiple entities to be loaded

8.0.0

22 Jan 16:13
Compare
Choose a tag to compare

First release for Drupal 8!

7.0.3

22 Jan 17:55
Compare
Choose a tag to compare

Latest release for Drupal 7.