forked from doberkofler/PLSQL-JSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
20 lines (17 loc) · 928 Bytes
/
CHANGELOG
File metadata and controls
20 lines (17 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
v0.3.0 - December 15, 2014
* 0.3.0 (Dieter Oberkofler)
* Improved the performance of object_to_clob and array_to_clob by up to 400%. (Dieter Oberkofler)
* Added a few special values tests. (Dieter Oberkofler)
v0.2.0 - June 19, 2014
* 0.2.0 (Dieter Oberkofler)
* Now using 3 individual parse methods in json_parser allowing to parse an object, an array or any of the two. (Dieter Oberkofler)
* Added a new constructor to json_array allowing to parse a JSON string representing an array. Proposed by matthias-oe. (Dieter Oberkofler)
* Added a new constructor to json_value allowing to parse a JSON string representing an object or an array. (Dieter Oberkofler)
* Added unit tests for the new functionality. (Dieter Oberkofler)
v0.1.0 - April 26, 2014
* 0.1.0 (Dieter Oberkofler)
* Added support for DATE types.
* Added support for JSONP.
v0.0.1 - September 24, 2013
* 0.0.1 (Dieter Oberkofler)
* Initial release of plsql_json.