Skip to content

Commit

Permalink
Prep 7.0.6 release and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
signalpoint committed Jan 12, 2022
1 parent 30fd08a commit 1af9760
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
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.

7.0.5

...

7.0.4

- Improve entity local storage expiration
- Allow multiple entities to be loaded

7.0.3

...

7.x-1.0-rc1 => 7.x-1.0-rc2

Added local storage caching for entities. Intelligently adds/removes based on
Expand All @@ -9,4 +46,3 @@
the service resources success function has been called. Rename any of your
implementations of hook_services_request_postprocess_alter() to
hook_services_request_pre_postprocess_alter().

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdrupal",
"version": "7.0.5",
"version": "7.0.6",
"homepage": "https://github.com/signalpoint/jDrupal",
"authors": [
"Tyler Frankenstein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdrupal",
"version": "7.0.5",
"version": "7.0.6",
"description": "A JavaScript library for Drupal 7 Services.",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 1af9760

Please sign in to comment.