-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
bab9290
commit 1fb8911
Showing
1 changed file
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
v0.2.0 - June 19, 2014 | ||
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. |