Skip to content

Commit cfd2a87

Browse files
committed
chore(release): 0.0.0.2
1 parent f531b6a commit cfd2a87

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ChangeLog.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog for Habulara
22

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+
328
## 0.0.0.1 (2020-12-22)
429

530
### Features

0 commit comments

Comments
 (0)