This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
pd-purest-json (1.3.0) UNRELEASED; urgency=low | ||
* [json-encode] and [urlparams]: optimisation of logic | ||
* [rest] and [oauth]: HTTP streaming enabled | ||
* Rewrite of manual | ||
* Bug fix: | ||
- [oauth]: unitialised object does not request data | ||
* Refactoring of source code: | ||
- moved source to subfolders | ||
- static analysis of source code | ||
|
||
-- Thomas Mayer <[email protected]> Mon, 25 May 2015 02:00:00 +0200 | ||
|
||
pd-purest-json (1.2.0) UNRELEASED; urgency=low | ||
* [oauth]: PATCH, TRACE and OPTIONS request implemented | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
#N canvas 44 51 420 300 META 0; | ||
#X text 10 25 AUTHOR [email protected]; | ||
#X text 10 41 NAME purest_json; | ||
#X text 10 10 VERSION 1.2.0; | ||
#X text 10 10 VERSION 1.3.0; | ||
#X restore 10 10 pd META; |