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

Fix line folding #87

Merged
merged 11 commits into from
Jun 27, 2024
Merged

Fix line folding #87

merged 11 commits into from
Jun 27, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f3886e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46f402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c1695 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update changelog

    kekavc24 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    51cc41d View commit details
    Browse the repository at this point in the history
  2. Return null if strings cannot be encoded in desired ScalarStyle

    > Fix invalid encoding for string with trailing line breaks or white-space
    kekavc24 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c1a4d0a View commit details
    Browse the repository at this point in the history
  3. Clean up code

    > Update `_tryYamlEncodedPlain` to return null if string cannot be encoded
    > Make `_yamlEncodeFlowScalar` and `yamlEncodeBlockScalar` code concise
    kekavc24 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2a2952b View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary assertions and add docs

    > `_yamlEncodeFlowScalar` and `_yamlEncodeBlockScalar` always encode YamlScalars
    kekavc24 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    60f9ae5 View commit details
    Browse the repository at this point in the history
  5. Minor refactoring

    jonasfj authored and kekavc24 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    73af9d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df86c7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9b5f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update lib/src/strings.dart

    jonasfj authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    53d0641 View commit details
    Browse the repository at this point in the history