From 1af9760137c262dd25993463652ff0f7945929b6 Mon Sep 17 00:00:00 2001 From: Tyler Frankenstein Date: Wed, 12 Jan 2022 10:29:37 -0500 Subject: [PATCH] Prep 7.0.6 release and changelog --- CHANGELOG.txt | 38 +++++++++++++++++++++++++++++++++++++- bower.json | 2 +- package.json | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d48ccc0..ebd1401 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 @@ -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(). - diff --git a/bower.json b/bower.json index 84ccab0..e5f6469 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jdrupal", - "version": "7.0.5", + "version": "7.0.6", "homepage": "https://github.com/signalpoint/jDrupal", "authors": [ "Tyler Frankenstein " diff --git a/package.json b/package.json index aeedd51..a5f0828 100644 --- a/package.json +++ b/package.json @@ -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": {