dotemacs

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

CHANGELOG.md (836B)


      1 # 1.1.0 (2022-02-07)
      2 
      3 - [#36](https://github.com/clojure-emacs/parseclj/pull/36) Add support for bigint
      4 
      5 # 1.0.6 (2021-10-13)
      6 
      7 - Make sure parseedn and parseclj versions are in sync
      8 
      9 # 1.0.5 (2021-10-13)
     10 
     11 - [#34](https://github.com/clojure-emacs/parseclj/pull/34) Replace `cl-case` with `cond`
     12 
     13 # 1.0.4 (2021-09-30)
     14 
     15 - Provide parseclj-alist-merge, since we can't use `(map-merge 'alist)` yet in Emacs 25/26.
     16 
     17 # 1.0.3 (2021-09-29)
     18 
     19 - Remove remaining a.el usage (this time for real)
     20 
     21 # 1.0.1 (2021-09-27)
     22 
     23 - Remove remaining a.el usage
     24 
     25 # 1.0.0 (2021-09-27)
     26 
     27 - Added a `:read-one` option to read/parse a single form at a time
     28 - Support more reader dispatch macro forms: eval (`#=`), shebang (`#!`),
     29   symbolic value (`##NaN`)
     30 
     31 # 0.2.0 (2020-10-12)
     32 
     33 - raise error on unmatched closing paren/brace
     34 
     35 # 0.1.0 (2018-05-27)
     36 
     37 Initial release.