diff --git a/README.md b/README.md index 17b5806..00bff2b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index 01308ee..134b0ee 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.3.12" +version = "0.3.13" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index d21d806..42135e8 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.3.12" +version = "0.3.13" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]