All Versions
15
Latest Version
Avg Release Cycle
84 days
Latest Release
1832 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.8 Changes
July 03, 2017 -
v0.11.7 Changes
June 26, 2017 -
v0.11.6 Changes
March 15, 2017- ๐ Fixes reading out of bounds issue #106.
-
v0.11.5 Changes
January 21, 2017Object
struct now implementsIndex
andIndexMut
on it's own. Thanks to @hobofan for #105.- ๐ Fixed a rare SIGSEGV that could occur during serialization or iteration over objects due to invalid lifetimes being applied on unsafe code. Reduced the amount of unsafe code around to increase maintainability of the project, more to come.
-
v0.11.4 Changes
January 02, 2017- ๐ To allow for custom implementators of
From<T> for JsonValue
to benefit from automatic conversions, the trait implementations are now using generics instead of macros internally (see #101).
- ๐ To allow for custom implementators of