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

Commit 6637a4c

Browse files
committed
Updated version to 1.3.0
1 parent 2001666 commit 6637a4c

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

Changelog.txt

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
---------
3+
1.3.0:
4+
- [json-encode] and [urlparams]: optimisation of logic
5+
- [rest] and [oauth]: HTTP streaming enabled
6+
- Rewrite of manual
7+
- Bug fix:
8+
-- [oauth]: unitialised object does not request data
9+
- Refactoring of source code:
10+
-- moved source to subfolders
11+
-- static analysis of source code
12+
313
1.2.0:
414
- [oauth]: PATCH, TRACE and OPTIONS request implemented
515

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

14-
1.1.0:
15-
- [rest]: HEAD, PATCH, TRACE and OPTIONS request implemented
16-
- [oauth]: HEAD request implemented
17-
- Bug fixes:
18-
-- [rest] and [oauth]: Mac OS X needs cacert.pem
19-
-- [json-encode]: differentiate between float and integer values
20-
- unit tests for [json-decode], [json-encode], [urlparams]
21-
2224
1.0.0:
2325
- Info for users while loading object
2426
- Bug fixes in [json-encode]:

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
pd-purest-json (1.3.0) UNRELEASED; urgency=low
2+
* [json-encode] and [urlparams]: optimisation of logic
3+
* [rest] and [oauth]: HTTP streaming enabled
4+
* Rewrite of manual
5+
* Bug fix:
6+
- [oauth]: unitialised object does not request data
7+
* Refactoring of source code:
8+
- moved source to subfolders
9+
- static analysis of source code
10+
11+
-- Thomas Mayer <[email protected]> Mon, 25 May 2015 02:00:00 +0200
12+
113
pd-purest-json (1.2.0) UNRELEASED; urgency=low
214
* [oauth]: PATCH, TRACE and OPTIONS request implemented
315

purest_json-meta.pd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#N canvas 44 51 420 300 META 0;
33
#X text 10 25 AUTHOR [email protected];
44
#X text 10 41 NAME purest_json;
5-
#X text 10 10 VERSION 1.2.0;
5+
#X text 10 10 VERSION 1.3.0;
66
#X restore 10 10 pd META;

0 commit comments

Comments
 (0)