Freddylist Llama Versions Save

Luau Library for Immutable Data

v1.1.0

3 years ago

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!!!