You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.2.1.
Bug fixes:
- Use jget* recursively to not ignore deeply nested structure errors.
- Make sure jbind/jmatch work well with NIL-valued properties.
- Remove :around methods for increased patcheability.
- Increase the usefulness of no-key messages.
- Simplify jget slightly.
Version 1.2.0.
Additions:
- Add a no-key condition for absent key indexing.
- Enable it in jget*, a stricter version of jget.
- Introduce a jerror superclass to all the errors.
Bug fixes:
- Make empty list match object instead of false in jbind/jmatch.
Version 0.2.4.
Changes:
- Stop pushing :njson to *features*.
- Merge njson/aliases ASDF system into njson one (packages intact).
- njson/aliases will be removed in the next minor version.
Version 0.2.2.
Changes:
- Export the right set of extensible methods.
- Push :njson to *features*.
- Add more aliases and fix the missing (setf j:get) alias.