Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.1 #382

Merged
merged 32 commits into from
Jun 15, 2022
Merged

Release v0.7.1 #382

merged 32 commits into from
Jun 15, 2022

Commits on Jun 6, 2022

  1. Remove rust-toolchain file

    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e53b5dd View commit details
    Browse the repository at this point in the history
  2. Fix some clippy warnings (ron-rs#330)

    * Fix some clippy warnings
    
    * Fix some more clippy warnings
    
    Co-authored-by: Rémi Lauzier <[email protected]>
    2 people authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    96a038c View commit details
    Browse the repository at this point in the history
  3. Merge pull request ron-rs#331 from MomoLangenstein/master

    Fix newtype variant unwrapping inside enum, seq and map
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    11cdae6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ron-rs#333 from MomoLangenstein/unwrap-newtypes-ser

    Enable `unwrap_newtypes` extension during serialization
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a0ad7f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    649c066 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ron-rs#342 from MomoLangenstein/struct-name-error

    Added improved `ExpectedStruct` error message
    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3411524 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ron-rs#344 from MomoLangenstein/enumerate-arrays-fix

    Fix ron-rs#289 enumerate_arrays comments
    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7a7bc30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15a9231 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d44242b View commit details
    Browse the repository at this point in the history
  10. Merge pull request ron-rs#349 from MomoLangenstein/compact-arrays

    Add compact arrays (ron-rs#299) and pretty inline separators
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    edddc94 View commit details
    Browse the repository at this point in the history
  11. docs(readme): cleanup & update

    Fixes #ron-rs#238
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2f50ff9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7961268 View commit details
    Browse the repository at this point in the history
  13. Added Changelog entry

    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bc626a2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request ron-rs#354 from MomoLangenstein/better-errors

    Add struct name mismatch error + better error messages
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    184fe04 View commit details
    Browse the repository at this point in the history
  15. Move option to emit struct names to PrettyConfig (ron-rs#329)

    * Move struct_names from Serializer to PrettyConfig
    
    * Update changelog
    cswinter authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    50da8b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    439bac9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cd3393e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f801615 View commit details
    Browse the repository at this point in the history
  19. Add code coverage CI step (ron-rs#366)

    * Add code coverage CI step
    
    * Added codecov badge to README
    
    * Exclude examples from codecov collection
    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b62b0c0 View commit details
    Browse the repository at this point in the history
  20. Fixed ron-rs#367 with eager implicit some

    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    14e73b3 View commit details
    Browse the repository at this point in the history
  21. Merge pull request ron-rs#343 from MomoLangenstein/ron-options

    Expose `Extensions` during ser+de through `ron::Options`
    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3c21904 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8fe116d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    586eadd View commit details
    Browse the repository at this point in the history
  24. Fixed serialization for floating point values less than EPSILON. (ron…

    …-rs#372)
    
    Co-authored-by: KirbyER <[email protected]>
    2 people authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    607b6b4 View commit details
    Browse the repository at this point in the history
  25. Increased coverage for unit tests (ron-rs#369)

    * Increased coverage for unit tests
    
    * Removed unused enum from empty set test
    juntyr authored and torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    aaabd8c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8935d27 View commit details
    Browse the repository at this point in the history
  27. Formatting

    torkleyy committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    0633f10 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Reintroduce struct_names field for Serializer

    This is temporary change that should be reverted once
    the next minor version gets released.
    It enables semver compatibility with the last release,
    and is necessary for the 0.7.1 release
    torkleyy committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1ba646f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f9847 View commit details
    Browse the repository at this point in the history
  3. Update changelog for 0.7.1

    torkleyy committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5f48fe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    e035468 View commit details
    Browse the repository at this point in the history
  2. Bump version

    torkleyy committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b3bef7f View commit details
    Browse the repository at this point in the history