Commit Graph

79 Commits

Author SHA1 Message Date
Dmitry Samoylov
4aadc78fc1 Fix (de)serialization for elements with nested namespaces 2020-02-18 15:56:09 +07:00
Marc-Antoine Arnaud
1cda7cda70 fix format 2020-02-16 11:55:43 +01:00
Marc-Antoine Arnaud
9272a5a684 bump to 0.3.12 2020-02-16 11:53:49 +01:00
Marc-Antoine Arnaud
617c940020 complete unit test 2020-02-16 11:22:57 +01:00
Dmitry Samoylov
1f3de44a98 Add skipping of unrecognized elements (fixes #12) 2020-02-13 19:34:47 +07:00
Dmitry Samoylov
cad7f88c4e Add support for Option<struct> in 'attribute' fields 2020-02-12 15:45:30 +07:00
Dmitry Samoylov
fd8257e047 Bump version to 0.3.11 2020-02-06 18:01:26 +07:00
Dmitry Samoylov
6063ff393a Implement flatten (ser) 2020-02-06 15:52:09 +07:00
Dmitry Samoylov
cc7cf76a45 Implement flatten (de) 2020-02-06 15:50:35 +07:00
Dmitry Samoylov
688ab0b160 Fix compilation errors when element name contains dots 2020-02-04 15:18:09 +07:00
Dmitry Samoylov
f1c7818656 Fix unnamed enum variants serialized ignoring namespace prefix 2020-01-20 17:55:51 +07:00
Dmitry Samoylov
042d6fd33b Fix warnings 2020-01-15 18:24:51 +07:00
Dmitry Samoylov
553e309a0f Add examples for custom (de)serialization (#25) 2020-01-15 18:24:28 +07:00
Marc-Antoine Arnaud
1bdc7200ff bump to 0.3.10 2020-01-09 09:07:41 +01:00
superuzir
a68bbd81b9 Add more test cases to de_complex_enum(#8) 2019-12-31 13:25:04 +07:00
Dmitry Samoylov
95f826b41f Add serialization for enums with unnamed fields (#8) 2019-12-30 22:38:45 +07:00
Dmitry Samoylov
d277d5137b Add deserialization for enums with values (#8) 2019-12-27 20:37:56 +07:00
Marc-Antoine Arnaud
a2bf70c5bd bump to 0.3.9 2019-12-15 12:44:20 +01:00
Dmitry Samoylov
85f461573b Allow struct fields be named as 'name' (issue #21) 2019-12-10 13:16:28 +07:00
Marc-Antoine Arnaud
9af780cb6b update dependencies 2019-12-05 09:15:31 +01:00
Dmitry Samoylov
ab03d32cfb Add support for field types with multiple PathSegment's 2019-12-04 20:52:21 +07:00
Marc-Antoine Arnaud
2b701262ac fix clippy feedbacks and format code 2019-10-08 10:19:50 +02:00
Marc-Antoine Arnaud
943abf4296 update config 2019-10-08 09:53:08 +02:00
Marc-Antoine Arnaud
29e6736d8d format code 2019-10-08 09:04:29 +02:00
Marc-Antoine Arnaud
dd5ca6df6b update dependencies with 1.0 releases 2019-10-08 09:04:00 +02:00
Marc-Antoine Arnaud
779bddf40a be able to contructor a serializer with output configuration 2019-10-08 08:10:18 +02:00
Marc-Antoine Arnaud
54cf32c26d release v0.3.7 2019-01-12 11:57:16 +01:00
Marc-Antoine Arnaud
ae3f873d69 fix check namespace 2018-12-29 14:13:50 +01:00
Marc-Antoine Arnaud
d398fa47d6 fix namespace test 2018-12-21 18:49:31 +01:00
Marc-Antoine Arnaud
381dd59ea0 bump to 0.3.6 2018-12-13 13:33:39 +01:00
Marc-Antoine Arnaud
28c13f5861 skip serialization if value equals to default 2018-12-07 10:21:59 +01:00
Marc-Antoine Arnaud
2ef7ecb4c3 remove warns from clippy 2018-12-06 09:33:00 +01:00
Marc-Antoine Arnaud
23d8d1fa05 add unit test for attribute 2018-12-06 08:33:03 +01:00
Marc-Antoine Arnaud
37e26b29d1 add unit tests
issue #9
2018-12-06 00:22:57 +01:00
Marc-Antoine Arnaud
2e74682880 bump to 0.3.5 2018-11-20 14:24:41 +01:00
Marc-Antoine Arnaud
04885c6605 bump to 0.3.4 2018-11-20 14:12:12 +01:00
Marc-Antoine Arnaud
20aae33c80 fix de-ser of option of struct 2018-11-20 14:11:37 +01:00
Marc-Antoine Arnaud
342dc3930d bump to 0.3.3 2018-11-20 12:49:22 +01:00
Marc-Antoine Arnaud
461b30b03c be able to use Option of struct and String 2018-11-20 12:48:26 +01:00
Marc-Antoine Arnaud
d90c14c2b8 bump to 0.3.2 2018-11-20 08:47:46 +01:00
Marc-Antoine Arnaud
69a54eebcf format code 2018-11-05 17:17:27 +01:00
Marc-Antoine Arnaud
96bac71db5 serialize Vec and Option<Vec>
fix #5
2018-11-05 17:02:37 +01:00
Marc-Antoine Arnaud
e420a0a5ac return error instead of panic 2018-11-05 16:53:00 +01:00
Marc-Antoine Arnaud
9c683a2e83 bump to 0.3.1 2018-05-30 12:38:48 +02:00
Marc-Antoine Arnaud
0fbec59173 fix dependencies to yaserde_derive 2018-05-30 11:18:30 +02:00
Marc-Antoine Arnaud
6990d5e177 bump to 0.3.0 2018-05-30 11:17:22 +02:00
Marc-Antoine Arnaud
f1a8e5a54f remove unused dependency regex 2018-05-29 16:40:53 +02:00
Marc-Antoine Arnaud
266b77428b support Option type value 2018-05-29 16:20:18 +02:00
Marc-Antoine Arnaud
ef37615458 add floating point de/ser-ialization 2018-05-28 17:40:00 +02:00
Marc-Antoine Arnaud
e691fba686 update dependencies 2018-05-25 09:43:15 +02:00