Merge pull request #57 from media-io/skip_serializing_if
bump to 0.3.13
This commit is contained in:
@@ -32,7 +32,7 @@ This library will support XML de/ser-ializing with all specific features.
|
|||||||
- [x] **namespace**: defines the namespace of the field
|
- [x] **namespace**: defines the namespace of the field
|
||||||
- [x] **rename**: be able to rename a field
|
- [x] **rename**: be able to rename a field
|
||||||
- [x] **root**: rename the based element. Used only at the XML root.
|
- [x] **root**: rename the based element. Used only at the XML root.
|
||||||
- [ ] **skip_serializing_if**: Skip the serialisation for this field if the condition is true
|
- [x] **skip_serializing_if**: Skip the serialisation for this field if the condition is true
|
||||||
- [x] **text**: this field match to the text content
|
- [x] **text**: this field match to the text content
|
||||||
|
|
||||||
## Custom De/Ser-rializer
|
## Custom De/Ser-rializer
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yaserde"
|
name = "yaserde"
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
||||||
description = "Serialization and deserialization library"
|
description = "Serialization and deserialization library"
|
||||||
keywords = ["Serialization", "Deserialization", "XML"]
|
keywords = ["Serialization", "Deserialization", "XML"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yaserde_derive"
|
name = "yaserde_derive"
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
|
||||||
description = "Serialization and deserialization macros"
|
description = "Serialization and deserialization macros"
|
||||||
keywords = ["Serialization", "Deserialization"]
|
keywords = ["Serialization", "Deserialization"]
|
||||||
|
|||||||
Reference in New Issue
Block a user