Changelog of @hackage/fcf-containers 0.3.0

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.