Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Releases: freddylist/llama

v.1.1.0

22 Feb 21:12
d38c66e
Compare
Choose a tag to compare

This is the first release of Llama!

Changes since 1.0.0

  • Removed get from Llama.Dictionary and Llama.List (it's completely useless)
  • Removed flatMap from Llama.Dictionary and Llama.List in favor of composing flatten and map
  • Better type validation with Osyris's t
  • Renamed intersect to intersection for consistency with union
  • Added plural versions of removeX for Llama.Dictionary and Llama.List
  • Added isSuperset and isSubset to Llama.Set
  • Added concat and concatDeep and made join and joinDeep aliases in Llama.List
  • Added merge and mergeDeep and made join and joinDeep aliases in Llama.Dictionary
  • Added first and last to Llama.List
  • Added create to Llama.List
  • Added fromList to Llama.Set
  • Added filter and map to Llama.Set
  • Added option to specify depth to flatten in Llama.Dictionary and Llama.List
  • Documentation!!!