summaryrefslogtreecommitdiff
path: root/lib/zambyte/meta/180.scm
Commit message (Collapse)AuthorAge
* Bring SRFI 180 up to feature parityRobby Zambito2023-02-21
| | | | | Record mutators may not mutate the record in place. Mutating an empty object should return a new object if it cannot be mutated.
* Use assoc symbols for keys instead of strings for objects.Robby Zambito2023-02-14
| | | | Update the test suite to be more compatible with SRFI 64.
* Remove all references to srfi 2Robby Zambito2023-02-13
|
* Fix error where false values may act like a key was missing.Robby Zambito2023-02-12
| | | | Tried to be too clever. Was not clever.
* Add json-object-contains-key?, json-list-length, and json-key-not-found.Robby Zambito2023-02-12
| | | | Update README accordingly and with add examples.
* Initial commitRobby Zambito2023-02-12