- Fixed `reads` and `writes` -> `reader` and `writer` (renamed) - Added `chars` and `unchars` - Added `_d`, functional form of deque constructor - Added `guard`, assertion as an expression
0.2.2
- Fixed `choice`: support sampling from probability lists
0.2.1
- Fix `ff_` - Added `rand`, `randn`, renamed `randint` - Added a few of symbolic operators - Added functional contructors: `_t`, `_l`, `_s` and `_r`
0.2.0
- Added `uncurry` - Simplified lazy operation: `lazy` and `force`. - Fix `repeat` and `replicate` and they support callable object - Imporved: `random_int`, `ls`, and `apply`
0.1.12
- Fix `ls` by adding recursive-search and regex filter - Added `reads` and `writes` - Removed `fread` and `fwrite`