dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

CHANGELOG.md (884B)


      1 # 1.1.0 (2022-02-07)
      2 
      3 - [#11](https://github.com/clojure-emacs/parseedn/pull/11) Support a default-data-reader for tagged literals
      4 - Via parseclj: support bigint
      5 
      6 # 1.0.6 (2021-10-13)
      7 
      8 - Make sure parseedn and parseclj versions are in sync
      9 
     10 # 1.0.5 (2021-10-13)
     11 
     12 - [#10](https://github.com/clojure-emacs/parseedn/pull/10) Replace `cl-case` with `cond`
     13 
     14 # 1.0.4 (2021-09-30)
     15 
     16 - Drop use of (map-merge 'alist) for older Emacsen
     17 
     18 # 1.0.3 (2021-09-29)
     19 
     20 - Follow upstream parseclj versioning
     21 
     22 # 1.0.2 (2021-09-29)
     23 
     24 - Follow upstream parseclj versioning
     25 
     26 # 1.0.0 (2021-09-27)
     27 
     28 ## Added
     29 
     30 - Added print handler for `#uuid` and `#inst`
     31 
     32 # 0.2.0 (2020-09-09 / d25ebc5)
     33 
     34 ## Added
     35 
     36 - Add support for alist, plist and an explicit error for unsupported dotted pair notation.
     37 
     38 ## Fixed
     39 
     40 - Fix printing of hash-maps with multiple entries.
     41 
     42 # 0.1.0 (2019-03-31 / ddf824b)
     43 
     44 Initial release of parseedn