File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 1.0.5 (2021-10-13)
2
2
3
3
- [ #34 ] ( https://github.com/clojure-emacs/parseclj/pull/34 ) Replace ` cl-case ` with ` cond `
4
4
5
- ## 1.0.4 (2021-09-30)
5
+ # 1.0.4 (2021-09-30)
6
6
7
7
- Provide parseclj-alist-merge, since we can't use ` (map-merge 'alist) ` yet in Emacs 25/26.
8
8
9
- ## 1.0.3 (2021-09-29)
9
+ # 1.0.3 (2021-09-29)
10
10
11
11
- Remove remaining a.el usage (this time for real)
12
12
13
- ## 1.0.1 (2021-09-27)
13
+ # 1.0.1 (2021-09-27)
14
14
15
15
- Remove remaining a.el usage
16
16
17
- ## 1.0.0 (2021-09-27)
17
+ # 1.0.0 (2021-09-27)
18
18
19
19
- Added a ` :read-one ` option to read/parse a single form at a time
20
20
- Support more reader dispatch macro forms: eval (` #= ` ), shebang (` #! ` ),
21
21
symbolic value (` ##NaN ` )
22
22
23
- ## 0.2.0 (2020-10-12)
23
+ # 0.2.0 (2020-10-12)
24
24
25
25
- raise error on unmatched closing paren/brace
26
26
27
- ## 0.1.0 (2018-05-27)
27
+ # 0.1.0 (2018-05-27)
28
28
29
29
Initial release.
You can’t perform that action at this time.
0 commit comments