All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oc-json.4.1.2.source-code.ChangeLog.wiki Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
#summary Change log of phloc-json
= Change log =
This content is generated. Do not modify!
DateActionCategoryIncompatible?Description
5/21/14_Release *2.5.4*_
5/21/14changetechPrepared for Maven central release
2/28/14_Release *2.5.3*_
2/28/14updatetechUpdated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.3
1/26/14_Release *2.5.2*_
1/26/14updatetechUpdated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.2
11/29/13_Release *2.5.1*_
11/29/13updatetechUpdated to [http://code.google.com/p/phloc-json phloc-json2] 1.0.1
10/30/13_Release *2.5.0*_
10/30/13changetechExtracted [http://code.google.com/p/phloc-json phloc-json2] into a separate project.
10/28/13addapiAdded method in JsonWriter than closes the passed Writer
10/26/13_Release *2.4.6*_
10/26/13fixtechFixed error in JsonArray.getSubArray
10/26/13_Release *2.4.5*_
10/26/13addapiExtended IJsonArray and IJsonObject API
10/8/13_Release *2.4.4*_
10/8/13updatetechMade IJson serializable
10/6/13_Release *2.4.3*_
10/6/13addapiAdded new class JsonValueSerializerRegistry
10/6/13removeapiRemoved JsonConfig as well as JsonValue.create(Object)
10/5/13addapiAdded IJsonValue.getCastedValue and getConvertedValue
10/4/13_Release *2.4.2*_
10/4/13addapiAdded missing getter in IJsonArray and IJsonObject :)
10/3/13_Release *2.4.1*_
10/3/13fixtechAvoiding double wrapping of IJson in JsonConverter.convertToJson
10/3/13addapiAdded new interface IJsonProvider
10/2/13_Release *2.4.0*_
10/2/13addapiAdded a more lightweight version of a JSON domain model in package com.phloc.json2
10/2/13updatetechAdded masking of the 0-character as "\u0000"
9/25/13_Release *2.3.11*_
8/29/13updatetechUpdated to Jackson 2.2.3
6/3/13_Release *2.3.10*_
6/3/13updatetechUpdated to Jackson 2.2.2
5/25/13updatetechUpdated to Jackson 2.2.1
5/7/13_Release *2.3.9*_
5/7/13updatetechUpdated to Jackson 2.2.0
4/17/13updatetechUpdated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.3
3/7/13_Release *2.3.8*_
3/5/13updatetechUpdated to Jackson 2.1.4
1/22/13updatetechUpdated to Jackson 2.1.3
12/24/12_Release *2.3.7*_
12/14/12updatetechUpdated to Jackson 2.1.2
11/20/12updatetechUpdated to Jackson 2.1.1
10/10/12_Release *2.3.6*_
10/10/12updatetechUpdated to Jackson 2.1.0
10/1/12addapiExtended IJSONObject with isEmpty and getPropertyCount
9/20/12updateperformancePerformance improvement by using [http://code.google.com/p/phloc-commons phloc-commons] 3.8.4
9/6/12_Release *2.3.5*_
9/6/12updatetechUpdated to [http://code.google.com/p/phloc-commons phloc-commons] 3.8.0
9/6/12_Release *2.3.3*_
9/6/12updatetechUpdated to Jackson 2.0.6
8/28/12_Release *2.3.2*_
8/28/12changeapiFixed @Nonnull/@Nullable annotations for properties and property values
8/28/12changeapiMade IJSONObject API fluent, so that an easy concatenation is possible
8/2/12_Release *2.3.1*_
8/1/12changeapi*yes*All parsing methods now throw JSONParsingException
8/1/12_Release *2.3.0*_
8/1/12changeapi*yes*The generic parameters of IJSONPropertyValueList were changed
8/1/12addfeatureNow arrays with different child types can easily be parsed
8/1/12removeapiDeprecated JSONPropertyValueJSONObject as IJSONObject can be used directly
8/1/12updatetechUsing checked exception JSONParsingException more careful
8/1/12changeapi*yes*Moved JSONObject.fromJSONNode and JSONPropertyValueList.fromJSONNode to JSONReader.convertObject and JSONReader.convertArray for easier recursing
7/30/12updatetechUpdated to Jackson 2.0.5
7/13/12_Release *2.2.8*_
6/27/12updatetechUpdated to Jackson 2.0.4
5/16/12_Release *2.2.7*_
5/15/12updatetechUpdated to Jackson 2.0.2
5/3/12_Release *2.2.6*_
4/26/12changetechUnified implementations of factory methods in numeric JSONPropertyValue`*` classes
4/25/12updatetechUpdated to Jackson 2.0.1
4/23/12_Release *2.2.5*_
4/23/12updatetech*yes*Updated to [http://code.google.com/p/phloc-commons phloc-commons] 3.5.0
4/16/12_Release *2.2.2*_
4/16/12addapiAdded new method IJSONObject.containsNotParsableProperty
4/15/12addapiAdded 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/12addapiAdded the method setFunctionPrebuildProperty(String,String) to the IJSONObject interface
4/3/12_Release *2.2.1*_
4/3/12changeapiAdded the method setProperty(String,Object,boolean) to the IJSONObject interface
4/3/12removeapiRemoved deprecated method JSONObject.addProperty
3/28/12_Release *2.2.0*_
3/28/12updatetechUpdated to Jackson 2.0.0
3/27/12_Release *2.1.7*_
3/27/12updatetechUpdated to Jackson 1.9.6
3/26/12_Release *2.1.6*_
3/22/12addapiAdded new setProperty method with an optional flag to use the TypeConverter - disabled by default
3/15/12_Release *2.1.5*_
3/15/12addapiAdded new method JSONOject.getData overriding method from super class
3/15/12_Release *2.1.4*_
3/15/12addapiAdded new method IJSONObject.setProperty to set an arbitrary object
3/15/12_Release *2.1.3*_
3/15/12addapiAdded new base class AbstractJSONPropertyValueNumeric for numeric property values
3/14/12changetechAdded some fallbacks when retrieving simple values within JSONObject
3/14/12_Release *2.1.2*_
2/28/12updatetechUpdated to Jackson 1.9.5
2/6/12updateapiAdded missing methods in IJSONObject that are implemented in JSONObject
2/6/12addapiAdded in-between interface IJSONPropertyValueComplex for complex property values
2/4/12_Release *2.1.1*_
2/4/12addapiExtended API of JSONObject and added some annotations
2/3/12_Release *2.1.0*_
1/31/12_Release *2.0.8*_
1/26/12changeapiExtracted JacksonHelper for public JSon reading
1/21/12_Release *2.0.7*_
1/21/12updatetechUpdated to Jackson 1.9.4
12/22/11_Release *2.0.6*_
12/19/11updatetechUpdated to Jackson 1.9.3
11/6/11_Release *2.0.5*_
11/6/11updatetechUpdated to Jackson 1.9.2
11/1/11updatetechUpdated to Jackson 1.9.1
10/11/11_Release *2.0.4*_
10/5/11updatetechImproved formatted serialization of JSON objects
10/7/11_Release *2.0.3*_
10/5/11updatetechUpdated to Jackson 1.9.0
8/21/11_Release *2.0.2*_
8/21/11changetechChanged package structure - one package level less
8/6/11updatetechUpdated to Jackson 1.8.5




© 2015 - 2025 Weber Informatics LLC | Privacy Policy