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

Improve round-trip #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2023

  1. test: add generative and round-trip tests

    Update .gitignore
    jeremyrsellars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    54538a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed855a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87353ce View commit details
    Browse the repository at this point in the history
  4. fix: Removing all items from collection

    fix(removals): Fix removing all items from set
    
    fix(patch): fix removing all elements
    
    Fix moving toward empty collections
    jeremyrsellars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d3449cf View commit details
    Browse the repository at this point in the history
  5. Add deps.edn

    jeremyrsellars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    58a0f4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92234e View commit details
    Browse the repository at this point in the history
  7. 0.4.0

    jeremyrsellars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2734e4c View commit details
    Browse the repository at this point in the history
  8. feat: Support records

    Don't throw when diffing/patching recursive structures containing records.  Treats records as atomic (does not subdivide records).
    Fix robinheghan#2
    jeremyrsellars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    17e0b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update README.md

    jeremyrsellars committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    792e05b View commit details
    Browse the repository at this point in the history