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 json escaping again #115

Merged
merged 5 commits into from
Apr 24, 2022
Merged

Commits on Apr 22, 2022

  1. Bump version

    istathar committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ebef5a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Implement uncons for Ropes

    istathar committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f260882 View commit details
    Browse the repository at this point in the history
  2. Add breakRope convenience helper

    This may well admit a more efficient implementation, but doing this in
    two passes will do quite well for now.
    istathar committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    abd61c5 View commit details
    Browse the repository at this point in the history
  3. Fix escaping of JSON strings

    Fix (again) the escaping of JSON strings, accounting this time for TABs
    other control characters. This is now fully spec compliant.
    
    Closes aesiniath#111.
    istathar committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4671849 View commit details
    Browse the repository at this point in the history
  4. Set dependency version

    istathar committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1dceb01 View commit details
    Browse the repository at this point in the history