# 0.5.0
20200323
- start using version 0.8.0 of first-class-families
- a documentation fix
# 0.4.0
20200216
- add Para
- add Histo
- add NatF
- and examples
- correct the Text Length example
- NatMap (mimick IntMap)
# 0.3.0
20200209
- a separate Sort module
- add possibility to sort a list of lists
- a Text module
- several list functions (And, Or, All, Any, ..)
- IsProperSubsetOf, IsSubsetOf in Set
- add new example that uses MapC and Text
# 0.2.0
- remove the methods that can be found from fcf 0.7.0
- fix the examples that didn't work with ghc 8.8.1 test-doc
- add Fcf.Data.Symbol module (comparison + other functions)
- change some of the examples from using Eval to use =<< operator
(less parenthesis and easier to read this way)
- format the documentation a bit
- add PowerSet and ToList into Set-module
- add new test module
# 0.1.0
Initial version on 20200129. The next version probably comes out quickly after
this one.