diff --git a/History.txt b/History.txt index 0d3143de..10ff48c6 100644 --- a/History.txt +++ b/History.txt @@ -2,5 +2,25 @@ ====================== team: "" -date: "$Date$" -revision: "$Revision$" \ No newline at end of file +date: "2011-07-06" +revision: "0.3.0" + + ++++++++++++++++++++++Important Changes since 0.2.0 version++++++++++++++++++++++++++++++++++++++++++++++ + +*Updated skip_white_spaces, now check %U and %T codes + +*Undo changes to is_a_valid_number, because it's doesn't follow the +JSON spec. Tests : fail13.json, fail29.json and fail30.json are valid +with this implementation, so we go back to the previous +implementation. + +*Added autotest test suite + +*Added getest based test program + +*Updated Eiffel configuration file, updated to the new clusters + +*Added converters and factory classes + +*Added new top level directories; library, test, build and example \ No newline at end of file diff --git a/Readme.txt b/Readme.txt index 2810189a..bd8ce28d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,7 +1,7 @@ Readme file for eJSON ===================== -team: "Javier Velilla,Berend DeBoer, Jocelyn Fiat, Paul Cohen" +team: "Javier Velilla,Jocelyn Fiat, Paul Cohen" date: "$Date$" revision: "$Revision$" @@ -70,7 +70,7 @@ installation. Directory Description --------- ----------- -doc Contains the eclop.pdf documentation file. +doc Contains the eJSON.pdf documentation file. examples Contains the two example programs. ejson Contains the actual eJSON library classes. test Contains a test program for eJSON. @@ -92,6 +92,6 @@ history.txt. Version Date Description ------- ---- ----------- -0.3.0 2010-??-?? JSON Factory Converters ?? +0.3.0 2011-07-06 JSON Factory Converters 0.2.0 2010-02-07 Adapted to EiffelStudio 6.4 or later, supports void-safety 0.1.0 2010-02-07 First release, Adapted to SmartEiffel 1.2r7 and EiffelStudio 6.2 or previous \ No newline at end of file