Releases: Jozty/Fae
Releases · Jozty/Fae
Release v1.1.1
What's Changed
- feat: remove Example ran successful message #69
- style use deno lint and fmt for formatting purposes #71
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
1.0.0
1.0.0 / 2021.01.29
- style: format the whole code base using prettier
- remove:
where
function - BREAKING: remove all overloads with all arguments of type placeholder
0.6.2
Fixes
- fix breaking changes due to enable of
importsNotUsedAsValues
https://github.com/denoland/deno/releases/tag/v1.4.0 (#32)
0.6.0
Refined Types
- Separate types for each function
- Automatic type inference from the parameters passed
- Automatic type inference for the function overloads
0.5.0
Added
- andThen
- head
- groupWith
- indexOf
0.4.0
Added
- pluck
- allPass
- anyPass
- and
- both
- or
- either
- empty
- isEmpty
0.3.0
Added
- defaultTo
- eqProps
- pathOr
- propEq
- propIs
- propOr
- propSatisfies
0.2.0
Added
- any
- aperture
- endsWith
- find
- findLast
- findLastIndex
- fromPairs
- takeLast
0.1.0
Added
- add
- addIndex
- adjust
- all
- always
- ap
- append
- assoc
- assocPath
- chain
- clamp
- comparator
- complement
- compose
- concat
- contains
- crossProduct
- curry
- dec
- dissoc
- dissocPath
- divide
- drop
- dropLast
- dropLastWhile
- dropRepeats
- dropRepeatsWith
- dropWhile
- equals
- filter
- findIndex
- flip
- identity
- inc
- insert
- join
- lens
- lensIndex
- lensPath
- lensProp
- lift
- liftN
- map
- max
- mean
- median
- min
- multiply
- not
- nth
- over
- path
- paths
- pipe
- prepend
- prop
- props
- range
- rangeUntil
- reduce
- reject
- reverse
- set
- slice
- sort
- subtract
- sum
- tail
- take
- tap
- transduce
- trim
- typ
- update
- view
- when
- where
- whereAll
- whereAny
- whereEq
- xor
- zip
- zipObj
- zipWith