Skip to content

Releases: clojure-emacs/parseedn

Make sure parseclj and parseedn's versions are in sync

13 Oct 04:54
Compare
Choose a tag to compare

Replace modern macros with their old-school counterparts

13 Oct 04:50
Compare
Choose a tag to compare

Due to user reports of issues with cl-case and seq-doseq on certain emacs builds we replaced these calls with cond and mapcar.

v1.0.4

30 Sep 05:45
Compare
Choose a tag to compare

Continuing cleaning up the fallout of dropping a.el, which was necessary for CIDER to be included in ELPA. This patch in particular should make us compatible again with Emacs 25/26.

v1.0.2

29 Sep 14:36
Compare
Choose a tag to compare
  • Added print handler for #uuid and #inst
  • Update parseclj dependency to 1.0.2
  • Add support for alist, plist and an explicit error for unsupported dotted pair notation.
  • Fix printing of hash-maps with multiple entries.