Merge pull request #57 from media-io/skip_serializing_if

bump to 0.3.13
This commit is contained in:
Marc-Antoine ARNAUD 2020-03-25 20:04:21 +01:00 committed by GitHub
commit 61f600926a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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] **rename**: be able to rename a field
- [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
## Custom De/Ser-rializer

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde"
version = "0.3.12"
version = "0.3.13"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization library"
keywords = ["Serialization", "Deserialization", "XML"]

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde_derive"
version = "0.3.12"
version = "0.3.13"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization macros"
keywords = ["Serialization", "Deserialization"]