Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Updated version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
residuum committed May 24, 2015
1 parent 2001666 commit 6637a4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
18 changes: 10 additions & 8 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
---------
1.3.0:
- [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

1.2.0:
- [oauth]: PATCH, TRACE and OPTIONS request implemented

Expand All @@ -11,14 +21,6 @@ Changelog
-- [json-encode]: differentiate between float and integer values
- unit tests for [json-decode], [json-encode], [urlparams]

1.1.0:
- [rest]: HEAD, PATCH, TRACE and OPTIONS request implemented
- [oauth]: HEAD request implemented
- Bug fixes:
-- [rest] and [oauth]: Mac OS X needs cacert.pem
-- [json-encode]: differentiate between float and integer values
- unit tests for [json-decode], [json-encode], [urlparams]

1.0.0:
- Info for users while loading object
- Bug fixes in [json-encode]:
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
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

Expand Down
2 changes: 1 addition & 1 deletion purest_json-meta.pd
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6637a4c

Please sign in to comment.