Commit Graph

  • 62da5f17f2
    Merge pull request #66 from media-io/fix_default_namespace_prefix Marc-Antoine ARNAUD 2020-04-06 15:48:19 +0200
  • 468d645e5b update Travis CI Marc-Antoine Arnaud 2020-04-06 14:53:56 +0200
  • 2c632fe0ee Merge branch 'master' of github.com:media-io/yaserde into fix_default_namespace_prefix Marc-Antoine Arnaud 2020-04-06 14:42:33 +0200
  • 137af01ad0
    Merge pull request #65 from DmitrySamoylov/fix-issue-51 Marc-Antoine ARNAUD 2020-04-06 14:36:55 +0200
  • a93d70831f use rust 2018 syntax, remove unused headers Marc-Antoine Arnaud 2020-04-06 14:04:12 +0200
  • 39185ffd03 Fix issue #51 Dmitry Samoylov 2020-04-06 18:55:59 +0700
  • d262bc998f Refactor reader Dmitry Samoylov 2020-04-06 18:12:17 +0700
  • 7de831f27c format code Marc-Antoine Arnaud 2020-04-06 12:16:55 +0200
  • 515cec5ba7 remove prefix for default namespace Marc-Antoine Arnaud 2020-04-06 12:12:54 +0200
  • 7dc5ee975c
    Merge pull request #61 from Dgame/master Marc-Antoine ARNAUD 2020-03-30 09:31:43 +0200
  • c05e822865 Added explicit use log::debug Dgame 2020-03-29 20:36:30 +0200
  • aa2442f2d4 bumpt to 0.3.14 Marc-Antoine Arnaud 2020-03-25 20:05:57 +0100
  • 61f600926a
    Merge pull request #57 from media-io/skip_serializing_if Marc-Antoine ARNAUD 2020-03-25 20:04:21 +0100
  • ad32dd8762
    Merge pull request #50 from DmitrySamoylov/fix-issue-12 Marc-Antoine ARNAUD 2020-03-24 16:10:27 +0100
  • b3d9ea0744 Fix issue 12 for attributes Dmitry Samoylov 2020-03-24 17:39:16 +0700
  • 92cdc838e8 bump to 0.3.13 Marc-Antoine Arnaud 2020-02-25 15:34:44 +0100
  • 077b2f51e3
    Merge pull request #48 from media-io/skip_serializing_if Marc-Antoine ARNAUD 2020-02-25 14:31:52 +0100
  • 8c771af4a6 use right prefix on test files Marc-Antoine Arnaud 2020-02-25 13:38:07 +0100
  • 4e03b57723 start to support skip serializing if feature issue #43 Marc-Antoine Arnaud 2020-02-25 13:35:13 +0100
  • 1a67c4907d
    Merge pull request #47 from media-io/default_namespace Marc-Antoine ARNAUD 2020-02-25 08:11:14 +0100
  • 8f9ce81ffe remove blank line Marc-Antoine Arnaud 2020-02-24 19:08:50 +0100
  • a79da97a46 add some documentation Marc-Antoine Arnaud 2020-02-24 18:42:09 +0100
  • 13d6db9280 add unit tests to parse attributes Marc-Antoine Arnaud 2020-02-24 18:41:49 +0100
  • dc79806128 add default_namespace attribute issue #45 Marc-Antoine Arnaud 2020-02-24 14:47:18 +0100
  • 389077e17c
    Merge pull request #46 from DmitrySamoylov/fix-nested-namespaces Marc-Antoine ARNAUD 2020-02-18 10:47:36 +0100
  • 4aadc78fc1 Fix (de)serialization for elements with nested namespaces Dmitry Samoylov 2020-02-18 15:56:09 +0700
  • 1cda7cda70 fix format Marc-Antoine Arnaud 2020-02-16 11:55:43 +0100
  • 9272a5a684 bump to 0.3.12 Marc-Antoine Arnaud 2020-02-16 11:53:49 +0100
  • c15e289fec
    Merge pull request #40 from DmitrySamoylov/refactoring Marc-Antoine ARNAUD 2020-02-16 11:25:25 +0100
  • c22427fc57
    Merge pull request #44 from media-io/DmitrySamoylov-fix-element-clashes Marc-Antoine ARNAUD 2020-02-16 11:24:45 +0100
  • c122b66052
    Merge pull request #41 from DmitrySamoylov/fix-element-clashes Marc-Antoine ARNAUD 2020-02-16 11:24:21 +0100
  • 617c940020 complete unit test Marc-Antoine Arnaud 2020-02-16 11:22:57 +0100
  • 1f3de44a98 Add skipping of unrecognized elements (fixes #12) Dmitry Samoylov 2020-02-13 19:34:47 +0700
  • 476fd3790e Put struct and simple_type visitors close to each other Dmitry Samoylov 2020-02-12 19:38:02 +0700
  • 20d7db6d73 Remove mem::transmute (closes #39) Dmitry Samoylov 2020-02-12 19:09:07 +0700
  • 3e08dee3f4 Simplify de visitor generation Dmitry Samoylov 2020-02-12 18:37:42 +0700
  • df674965f8
    Merge pull request #38 from DmitrySamoylov/feature-attribute-option Marc-Antoine ARNAUD 2020-02-12 11:36:04 +0100
  • cad7f88c4e Add support for Option<struct> in 'attribute' fields Dmitry Samoylov 2020-02-12 15:45:30 +0700
  • 264fa06b8b
    Merge pull request #37 from DmitrySamoylov/bump-version-0.3.11 Marc-Antoine ARNAUD 2020-02-06 15:16:34 +0100
  • fd8257e047 Bump version to 0.3.11 Dmitry Samoylov 2020-02-06 18:01:26 +0700
  • 8cc97f90ef
    Merge pull request #36 from DmitrySamoylov/feature-flatten Marc-Antoine ARNAUD 2020-02-06 10:25:42 +0100
  • c58fee0df1 Update readme Dmitry Samoylov 2020-02-06 15:55:38 +0700
  • 6063ff393a Implement flatten (ser) Dmitry Samoylov 2020-02-06 15:52:09 +0700
  • cc7cf76a45 Implement flatten (de) Dmitry Samoylov 2020-02-06 15:07:27 +0700
  • 6cf86c4e8e
    add new rust versions (1.40 and 1.41) Marc-Antoine ARNAUD 2020-02-04 14:38:27 +0100
  • 1595d3c641
    Merge pull request #35 from DmitrySamoylov/refactoring Marc-Antoine ARNAUD 2020-02-04 14:37:27 +0100
  • f9e8d91590 Use actual spans instead of Span::call_site() Dmitry Samoylov 2020-02-04 19:56:22 +0700
  • 65838ced80 Reduce code duplication when handling simple types Dmitry Samoylov 2020-02-04 19:08:05 +0700
  • 5a0f0e55a7 Remove unneeded Option's and unsafe's Dmitry Samoylov 2020-02-04 17:50:16 +0700
  • 703a238d02 Simplify tokenstream folding Dmitry Samoylov 2020-02-04 17:47:14 +0700
  • d68a924bdb
    Merge pull request #34 from DmitrySamoylov/fix-dots-in-names Marc-Antoine ARNAUD 2020-02-04 10:49:15 +0100
  • 688ab0b160 Fix compilation errors when element name contains dots Dmitry Samoylov 2020-02-04 15:18:09 +0700
  • 6bbb9676d0
    Merge pull request #33 from DmitrySamoylov/fix-unnamed-enum-namespace-prefix Marc-Antoine ARNAUD 2020-01-20 16:48:14 +0100
  • f1c7818656 Fix unnamed enum variants serialized ignoring namespace prefix Dmitry Samoylov 2020-01-20 17:55:51 +0700
  • f8ffe8c88e
    Merge pull request #32 from DmitrySamoylov/fix-custom-serializer Marc-Antoine ARNAUD 2020-01-16 09:18:26 +0100
  • 042d6fd33b Fix warnings Dmitry Samoylov 2020-01-15 18:24:51 +0700
  • 553e309a0f Add examples for custom (de)serialization (#25) Dmitry Samoylov 2020-01-15 18:24:28 +0700
  • 7d8923a785 Make custom serializer be called only once (#25) Dmitry Samoylov 2020-01-15 18:23:29 +0700
  • 4b5a28f80e Merge branch 'master' of github.com:media-io/yaserde Marc-Antoine Arnaud 2020-01-09 09:08:18 +0100
  • 1bdc7200ff bump to 0.3.10 Marc-Antoine Arnaud 2020-01-09 09:07:41 +0100
  • 4f9057ee40
    Merge pull request #31 from media-io/MarcAntoine-Arnaud-patch-1 Marc-Antoine ARNAUD 2020-01-08 15:14:00 +0100
  • 3e84b322c9
    Update README.md Marc-Antoine ARNAUD 2020-01-08 12:23:37 +0100
  • 3771a95feb
    Merge pull request #30 from DmitrySamoylov/feature-complex-enum Marc-Antoine ARNAUD 2020-01-08 12:21:41 +0100
  • 8079f00415 Fix more clippy warnings superuzir 2019-12-31 14:58:28 +0700
  • 9bc1cfd5ea Fix clippy warning superuzir 2019-12-31 14:40:49 +0700
  • a68bbd81b9 Add more test cases to de_complex_enum(#8) superuzir 2019-12-31 13:25:04 +0700
  • 95f826b41f Add serialization for enums with unnamed fields (#8) Dmitry Samoylov 2019-12-30 22:38:45 +0700
  • d277d5137b Add deserialization for enums with values (#8) Dmitry Samoylov 2019-12-27 20:37:56 +0700
  • a2bf70c5bd bump to 0.3.9 Marc-Antoine Arnaud 2019-12-15 12:44:20 +0100
  • 90f19a3a5e
    Merge pull request #29 from DmitrySamoylov/fix-name-issue Marc-Antoine ARNAUD 2019-12-10 10:04:25 +0100
  • 85f461573b Allow struct fields be named as 'name' (issue #21) Dmitry Samoylov 2019-12-10 13:16:28 +0700
  • 2a3716c828
    Merge pull request #28 from media-io/update_dependencies Marc-Antoine ARNAUD 2019-12-05 09:42:25 +0100
  • 9af780cb6b update dependencies Marc-Antoine Arnaud 2019-12-05 09:15:31 +0100
  • f0036849f3
    Merge pull request #26 from DmitrySamoylov/feature-multisegment-types Marc-Antoine ARNAUD 2019-12-05 09:06:33 +0100
  • 5a81a5add8 Fix formatting Dmitry Samoylov 2019-12-05 14:29:20 +0700
  • cc3f37cbc4
    Merge pull request #27 from media-io/new_version_of_rust Marc-Antoine ARNAUD 2019-12-04 21:58:04 +0100
  • f6904a38a6
    Support rust 1.39 Marc-Antoine ARNAUD 2019-12-04 19:58:55 +0100
  • ab03d32cfb Add support for field types with multiple PathSegment's Dmitry Samoylov 2019-12-04 20:52:21 +0700
  • bb36546d2e
    Merge pull request #23 from media-io/update_rust Marc-Antoine ARNAUD 2019-10-08 12:14:21 +0200
  • 2b701262ac fix clippy feedbacks and format code Marc-Antoine Arnaud 2019-10-08 10:19:50 +0200
  • 943abf4296 update config Marc-Antoine Arnaud 2019-10-08 09:53:08 +0200
  • 29e6736d8d format code Marc-Antoine Arnaud 2019-10-08 09:04:29 +0200
  • dd5ca6df6b update dependencies with 1.0 releases Marc-Antoine Arnaud 2019-10-08 09:04:00 +0200
  • 64122a9e64 update check tools Marc-Antoine Arnaud 2019-10-08 08:29:55 +0200
  • 14094c0fa8 Merge remote-tracking branch 'origin/master' into update_rust Marc-Antoine Arnaud 2019-10-08 08:12:07 +0200
  • 779bddf40a be able to contructor a serializer with output configuration Marc-Antoine Arnaud 2019-10-08 08:10:18 +0200
  • e11deedccb update rust versions Marc-Antoine Arnaud 2019-10-08 08:09:46 +0200
  • 7512976429 remove rust 1.29, incompatible with missing edition version Marc-Antoine Arnaud 2019-07-15 21:21:19 +0200
  • 879e3e66ba add rust versions Marc-Antoine Arnaud 2019-07-15 20:59:38 +0200
  • 0566b6e773 remove rust 1.29, incompatible with missing edition version Marc-Antoine Arnaud 2019-07-15 21:21:19 +0200
  • 5158f9ae34 add rust versions Marc-Antoine Arnaud 2019-07-15 20:59:38 +0200
  • 3c1bee33b6 gitignore: allow target to be a symlink Ben Boeckel 2019-02-27 17:02:22 -0500
  • 54cf32c26d release v0.3.7 Marc-Antoine Arnaud 2019-01-12 11:57:16 +0100
  • ae3f873d69 fix check namespace Marc-Antoine Arnaud 2018-12-29 14:13:50 +0100
  • d398fa47d6 fix namespace test Marc-Antoine Arnaud 2018-12-21 18:49:31 +0100
  • 7255e85925 improve error message for incorrect namespace item Marc-Antoine Arnaud 2018-12-21 14:04:21 +0100
  • 381dd59ea0 bump to 0.3.6 Marc-Antoine Arnaud 2018-12-13 13:33:39 +0100
  • 28c13f5861 skip serialization if value equals to default Marc-Antoine Arnaud 2018-12-07 10:21:59 +0100
  • 9f19057353 update tarpaulin version Marc-Antoine Arnaud 2018-12-06 09:33:14 +0100
  • 2ef7ecb4c3 remove warns from clippy Marc-Antoine Arnaud 2018-12-06 09:33:00 +0100