oc-json.4.1.2.source-code.ChangeLog.wiki Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phloc-json Show documentation
Show all versions of phloc-json Show documentation
Library for read and writing JSON objects in a typesafe manner
#summary Change log of phloc-json
= Change log =
This content is generated. Do not modify!
Date Action Category Incompatible? Description
5/21/14 _Release *2.5.4*_
5/21/14 change tech Prepared for Maven central release
2/28/14 _Release *2.5.3*_
2/28/14 update tech Updated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.3
1/26/14 _Release *2.5.2*_
1/26/14 update tech Updated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.2
11/29/13 _Release *2.5.1*_
11/29/13 update tech Updated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.1
10/30/13 _Release *2.5.0*_
10/30/13 change tech Extracted [http://code.google.com/p/phloc-json phloc-json2] into a separate project.
10/28/13 add api Added method in JsonWriter than closes the passed Writer
10/26/13 _Release *2.4.6*_
10/26/13 fix tech Fixed error in JsonArray.getSubArray
10/26/13 _Release *2.4.5*_
10/26/13 add api Extended IJsonArray and IJsonObject API
10/8/13 _Release *2.4.4*_
10/8/13 update tech Made IJson serializable
10/6/13 _Release *2.4.3*_
10/6/13 add api Added new class JsonValueSerializerRegistry
10/6/13 remove api Removed JsonConfig as well as JsonValue.create(Object)
10/5/13 add api Added IJsonValue.getCastedValue and getConvertedValue
10/4/13 _Release *2.4.2*_
10/4/13 add api Added missing getter in IJsonArray and IJsonObject :)
10/3/13 _Release *2.4.1*_
10/3/13 fix tech Avoiding double wrapping of IJson in JsonConverter.convertToJson
10/3/13 add api Added new interface IJsonProvider
10/2/13 _Release *2.4.0*_
10/2/13 add api Added a more lightweight version of a JSON domain model in package com.phloc.json2
10/2/13 update tech Added masking of the 0-character as "\u0000"
9/25/13 _Release *2.3.11*_
8/29/13 update tech Updated to Jackson 2.2.3
6/3/13 _Release *2.3.10*_
6/3/13 update tech Updated to Jackson 2.2.2
5/25/13 update tech Updated to Jackson 2.2.1
5/7/13 _Release *2.3.9*_
5/7/13 update tech Updated to Jackson 2.2.0
4/17/13 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.3
3/7/13 _Release *2.3.8*_
3/5/13 update tech Updated to Jackson 2.1.4
1/22/13 update tech Updated to Jackson 2.1.3
12/24/12 _Release *2.3.7*_
12/14/12 update tech Updated to Jackson 2.1.2
11/20/12 update tech Updated to Jackson 2.1.1
10/10/12 _Release *2.3.6*_
10/10/12 update tech Updated to Jackson 2.1.0
10/1/12 add api Extended IJSONObject with isEmpty and getPropertyCount
9/20/12 update performance Performance improvement by using [http://code.google.com/p/phloc-commons phloc-commons] 3.8.4
9/6/12 _Release *2.3.5*_
9/6/12 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 3.8.0
9/6/12 _Release *2.3.3*_
9/6/12 update tech Updated to Jackson 2.0.6
8/28/12 _Release *2.3.2*_
8/28/12 change api Fixed @Nonnull/@Nullable annotations for properties and property values
8/28/12 change api Made IJSONObject API fluent, so that an easy concatenation is possible
8/2/12 _Release *2.3.1*_
8/1/12 change api *yes* All parsing methods now throw JSONParsingException
8/1/12 _Release *2.3.0*_
8/1/12 change api *yes* The generic parameters of IJSONPropertyValueList were changed
8/1/12 add feature Now arrays with different child types can easily be parsed
8/1/12 remove api Deprecated JSONPropertyValueJSONObject as IJSONObject can be used directly
8/1/12 update tech Using checked exception JSONParsingException more careful
8/1/12 change api *yes* Moved JSONObject.fromJSONNode and JSONPropertyValueList.fromJSONNode to JSONReader.convertObject and JSONReader.convertArray for easier recursing
7/30/12 update tech Updated to Jackson 2.0.5
7/13/12 _Release *2.2.8*_
6/27/12 update tech Updated to Jackson 2.0.4
5/16/12 _Release *2.2.7*_
5/15/12 update tech Updated to Jackson 2.0.2
5/3/12 _Release *2.2.6*_
4/26/12 change tech Unified implementations of factory methods in numeric JSONPropertyValue`*` classes
4/25/12 update tech Updated to Jackson 2.0.1
4/23/12 _Release *2.2.5*_
4/23/12 update tech *yes* Updated to [http://code.google.com/p/phloc-commons phloc-commons] 3.5.0
4/16/12 _Release *2.2.2*_
4/16/12 add api Added new method IJSONObject.containsNotParsableProperty
4/15/12 add api Added new base interface IJSONPropertyValueNotParsable to indicate property values that can only be written but not be parsed by JSON but only by JavaScript
4/13/12 add api Added the method setFunctionPrebuildProperty(String,String) to the IJSONObject interface
4/3/12 _Release *2.2.1*_
4/3/12 change api Added the method setProperty(String,Object,boolean) to the IJSONObject interface
4/3/12 remove api Removed deprecated method JSONObject.addProperty
3/28/12 _Release *2.2.0*_
3/28/12 update tech Updated to Jackson 2.0.0
3/27/12 _Release *2.1.7*_
3/27/12 update tech Updated to Jackson 1.9.6
3/26/12 _Release *2.1.6*_
3/22/12 add api Added new setProperty method with an optional flag to use the TypeConverter - disabled by default
3/15/12 _Release *2.1.5*_
3/15/12 add api Added new method JSONOject.getData overriding method from super class
3/15/12 _Release *2.1.4*_
3/15/12 add api Added new method IJSONObject.setProperty to set an arbitrary object
3/15/12 _Release *2.1.3*_
3/15/12 add api Added new base class AbstractJSONPropertyValueNumeric for numeric property values
3/14/12 change tech Added some fallbacks when retrieving simple values within JSONObject
3/14/12 _Release *2.1.2*_
2/28/12 update tech Updated to Jackson 1.9.5
2/6/12 update api Added missing methods in IJSONObject that are implemented in JSONObject
2/6/12 add api Added in-between interface IJSONPropertyValueComplex for complex property values
2/4/12 _Release *2.1.1*_
2/4/12 add api Extended API of JSONObject and added some annotations
2/3/12 _Release *2.1.0*_
1/31/12 _Release *2.0.8*_
1/26/12 change api Extracted JacksonHelper for public JSon reading
1/21/12 _Release *2.0.7*_
1/21/12 update tech Updated to Jackson 1.9.4
12/22/11 _Release *2.0.6*_
12/19/11 update tech Updated to Jackson 1.9.3
11/6/11 _Release *2.0.5*_
11/6/11 update tech Updated to Jackson 1.9.2
11/1/11 update tech Updated to Jackson 1.9.1
10/11/11 _Release *2.0.4*_
10/5/11 update tech Improved formatted serialization of JSON objects
10/7/11 _Release *2.0.3*_
10/5/11 update tech Updated to Jackson 1.9.0
8/21/11 _Release *2.0.2*_
8/21/11 change tech Changed package structure - one package level less
8/6/11 update tech Updated to Jackson 1.8.5
© 2015 - 2025 Weber Informatics LLC | Privacy Policy