This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
This is the first release of Llama!
Changes since 1.0.0
- Removed
get
fromLlama.Dictionary
andLlama.List
(it's completely useless) - Removed
flatMap
fromLlama.Dictionary
andLlama.List
in favor of composingflatten
andmap
- Better type validation with Osyris's t
- Renamed
intersect
tointersection
for consistency withunion
- Added plural versions of
removeX
forLlama.Dictionary
andLlama.List
- Added
isSuperset
andisSubset
toLlama.Set
- Added
concat
andconcatDeep
and madejoin
andjoinDeep
aliases inLlama.List
- Added
merge
andmergeDeep
and madejoin
andjoinDeep
aliases inLlama.Dictionary
- Added
first
andlast
toLlama.List
- Added
create
toLlama.List
- Added
fromList
toLlama.Set
- Added
filter
andmap
toLlama.Set
- Added option to specify depth to
flatten
inLlama.Dictionary
andLlama.List
- Documentation!!!