Skip to content

Commit

Permalink
Prep for 8.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
signalpoint committed Jan 12, 2022
1 parent 501093f commit 862868d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,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().
- Updated resolve to include the req response data.
- Updated non 200 status to return full response for more flexibility.

by @adam-clarey
- postsave() fix
- Fix patch response check
- Add user registration

by @hanoii
- Use newer token session route
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": "8.0.0",
"version": "8.0.2",
"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": "8.0.0",
"version": "8.0.2",
"description": "Application Development Tools for Drupal 8 REST",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 862868d

Please sign in to comment.