Releases: rejchev/sm-jansson
Releases · rejchev/sm-jansson
v-1.7.3
v-1.7.2
Whats changed
- Invalid behavior on building path fixed
- Invalid state on
JsonObject.Set
fixed - Added building on ubuntu 20.04
- Err
glibcxx_3.4.29 not found
fixed
Full Changelog: v-1.6.3...1.7.2
v-1.6.3
Whats changed?
- Memory leak on dumping fixed (
IJansson
major version increased) - Params logic fixed on native
JsonObject.GetString
(but I definitely remember doing it earlier...) - Calling a methods containing
freeHandle
params guaranteed to free up memory now - Support
null
viapush/set
recovered
Full Changelog: v-1.6.1...v-1.6.3
v-1.6.1
What's Changed
- exceptions call changed on error messages call
- now memory allocation is last step
Full Changelog: v-1.6.0...v-1.6.1
v-1.6.0
What's Changed
- [
public/IJansson
]IJansson.close
added - [
public/IJson
]IJson.equal
memory leak fixed - [
pawn
]int64
support recovered - [
pawn
] all parts of include file in one now - [
pawn
]JSON_MAX_INDENT
onJsonMaxIndent
changed - [
pawn
]JSON_INDENT
onJsonPretty
changed - [
pawn
]JSON_REAL_PRECISSION
onJsonFloatPrecision
changed - [
pawn
]JsonBuilder
is not included by default (use#define JSON_INCLUDE_BUILDER
)
Full Changelog: v-1.5.4...v-1.6.0
v-1.5.4b
What's Changed
- Fixed memory leak
- [SMExt-API]
IJsonError
changed onJsonError_t
- [SMExt-API]
IJansson.createp
changed onIJansson.create
- [SMExt-API]
IJsonObject.keys(JsonType, size_t)
return type changed onIJsonArray*
- [SMExt-API] identifiers names edits
- [SP-API]
JsonError
type removed - [SP-API]
Json.Error
prop changed onJson.Value
prop - [SP-API]
JsonObject.Remove
method added - [SP-API]
JsonObjectKeyIterator
finally removed - [SP-API]
JsonObject.Size
prop added - [SP-API]
JsonArray.Size
prop added
Full Changelog: v-1.5.2...v-1.5.4
v-1.5.2b
What's Changed
- [SP-API]:
JsonObjectKeyIterator JsonObject.Keys()
changed onArrayList JsonObject.Keys
Full Changelog: v-1.5.1...v-1.5.2
v-1.5.1b
What's Changed
- Memory leak fixed
- [API]:
IJansson::createp(path, flags)
added - [API]:
IJson::dump(path, flags)
added
Full Changelog: v-1.5.0...v-1.5.1