Skip to content

v0.0.0.2

Compare
Choose a tag to compare
@vst vst released this 05 Feb 03:05

Refactoring (or rewriting to be precise) the prototype.

Essentially:

  • Entire implementation is based on a custom monad that spans across the library and application.
  • Processing is done in a streaming-fashion, based on conduit library.
  • CLI application is now based on sub-commands.

There are some functionality removed temporarily which will be added later (such as some field value operators, file encoding handler, etc).

Also, we have significant performance regression due to the new underlying code architecture. This is not much worrying as expressiveness and control over the program execution is much more important at the moment.

Features

  • app: start proper CLI user experience, add "process" command (2834a59)