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

Edition2018 #274

Merged
merged 14 commits into from Aug 10, 2021
Merged

Edition2018 #274

merged 14 commits into from Aug 10, 2021

Commits on Aug 10, 2021

  1. add try_attribute function

    tafia committed Aug 10, 2021
    Copy the full SHA
    5848e78 View commit details
    Browse the repository at this point in the history
  2. convert to rust edition 2018

    tafia committed Aug 10, 2021
    Copy the full SHA
    391e42f View commit details
    Browse the repository at this point in the history
  3. rust fmt

    tafia committed Aug 10, 2021
    Copy the full SHA
    ca582c5 View commit details
    Browse the repository at this point in the history
  4. add Writer::write_nested_event

    tafia committed Aug 10, 2021
    Copy the full SHA
    a03943e View commit details
    Browse the repository at this point in the history
  5. rust fmt

    tafia committed Aug 10, 2021
    Copy the full SHA
    5b106ec View commit details
    Browse the repository at this point in the history
  6. fix html5 test on linux

    tafia committed Aug 10, 2021
    Copy the full SHA
    afd7acb View commit details
    Browse the repository at this point in the history
  7. update github actions

    tafia committed Aug 10, 2021
    Copy the full SHA
    179f033 View commit details
    Browse the repository at this point in the history
  8. update changelog

    tafia committed Aug 10, 2021
    Copy the full SHA
    0930665 View commit details
    Browse the repository at this point in the history
  9. fix check fmt

    tafia committed Aug 10, 2021
    Copy the full SHA
    76cc8bb View commit details
    Browse the repository at this point in the history
  10. Add a high level API for writing XML

    Add an API that simplifies writing basic tag pairs and small amounts of
    content nesting in a more declarative fashion.
    dralley authored and tafia committed Aug 10, 2021
    Copy the full SHA
    7c9ba88 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c56a0e9 View commit details
    Browse the repository at this point in the history
  12. Add a function for partially escaping element text

    Quote characters (", ') are not strictly disallowed inside of element
    text. Provide a variant of the escape function which allows these
    characters.
    dralley authored and tafia committed Aug 10, 2021
    Copy the full SHA
    c094748 View commit details
    Browse the repository at this point in the history
  13. Add partial_escape to API

    dralley authored and tafia committed Aug 10, 2021
    Copy the full SHA
    748e069 View commit details
    Browse the repository at this point in the history
  14. fix import error

    tafia committed Aug 10, 2021
    Copy the full SHA
    e35cbdc View commit details
    Browse the repository at this point in the history