@@ -8,16 +8,29 @@ Deoplete completion will be maintained on
88- [x] Autocommand
99- [x] Implement Go To Symbol v1
1010- [x] Same Project
11+
12+ #0.2 API Stabilization
13+
1114- [x] Stable API
15+ - [x] Implement commands as extensible structures
16+ - [x] Implement handlers as extensible structures
17+ - [x] Add logging to session handler
18+ - [x] Add logging to messages handler
19+ - [x] Add an opt-in variable for logging ->` acid_log_messages `
20+
21+ #0.3 Refactoring
1222
13- #0.2 Refactoring
23+ ## Will implement
1424
1525- [ ] Docs
1626- [ ] Implement Go To Symbol v2
1727- [ ] Different project with local source
1828- [ ] Warn about different version
1929- [ ] Different project with no source (open jar)
2030- [ ] Add missing require/import
31+
32+ ##Can possibly be outsourced
33+
2134- [ ] Convert chained fns to threads
2235- [ ] Convert threads back to fns
2336- [ ] Extract variables
@@ -33,7 +46,7 @@ Deoplete completion will be maintained on
3346- [ ] To` map `
3447- [ ] To` set `
3548
36- #0.3 Static
49+ #0.4 Static
3750
3851- [ ] Add lein static analysis
3952- [ ] [ kibit] ( https://github.com/jonase/kibit )