File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ### Added
11+ - Support for serialization into slices
12+ - Support for serializing and deserializing unit types, newtypes and variants
13+
14+ ### Changed
15+ - Changed deserializations to return the number of bytes used
16+ - Changed deserializer and serializer to handle escaped strings
17+ - Changed deserializer to handle whitespaces before sequence
18+
1019## [ v0.1.0] - 2019-11-17
1120
1221### Added
13-
1422- support for floats and tuple structs
1523
1624### Changed
17-
1825- [ breaking-change] The ` heapless ` dependency has been bumped to v0.5.0
19-
2026- This crate now compiles on stable (MSRV = 1.31)
2127
2228## v0.0.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ keywords = ["serde", "json"]
88license = " MIT OR Apache-2.0"
99name = " serde-json-core"
1010readme = " README.md"
11- repository = " https://japaric. github.io/ serde-json-core/serde_json_core "
11+ repository = " https://github.com/rust-embedded-community/ serde-json-core"
1212version = " 0.1.0"
1313
1414[dependencies ]
@@ -24,6 +24,3 @@ serde_derive = "1.0.80"
2424[features ]
2525custom-error-messages = []
2626std = [" serde/std" ]
27-
28- [badges ]
29- maintenance = { status = " looking-for-maintainer" }
You can’t perform that action at this time.
0 commit comments