File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Habulara
2
2
3
+ ## 0.0.0.2 (2021-02-05)
4
+
5
+ Refactoring (or rewriting to be precise) the prototype.
6
+
7
+ Essentially:
8
+
9
+ - Entire implementation is based on a custom monad that spans across
10
+ the library and application.
11
+ - Processing is done in a streaming-fashion, based on [ conduit
12
+ library] ( https://hackage.haskell.org/package/conduit ) .
13
+ - CLI application is now based on sub-commands.
14
+
15
+ There are some functionality removed temporarily which will be added
16
+ later (such as some field value operators, file encoding handler,
17
+ etc).
18
+
19
+ Also, we have significant performance regression due to the new
20
+ underlying code architecture. This is not much worrying as
21
+ expressiveness and control over the program execution is much more
22
+ important at the moment.
23
+
24
+ ### Features
25
+
26
+ * ** app:** start proper CLI user experience, add "process" command ([ 2834a59] ( https://github.com/telostat/habulara/commit/2834a59a8f5e1ab4d137e53dacb371902be5908c ) )
27
+
3
28
## 0.0.0.1 (2020-12-22)
4
29
5
30
### Features
You can’t perform that action at this time.
0 commit comments