Skip to content

Releases: Jozty/Fae

Release v1.1.1

05 Jul 13:02
09c85d8
Compare
Choose a tag to compare

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

29 Jun 20:39
813f6c7
Compare
Choose a tag to compare
  • fix: dissocPath not returning cloned object when path length is 0 (#55)
  • BREAKING refactor: refined the types for flip function (#66)
  • BREAKING feat: remove unnecessary signature types from all functions (#53)
  • examples: add examples for logical functions (#65)

1.0.0

29 Jan 18:16
Compare
Choose a tag to compare

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

14 Sep 05:07
Compare
Choose a tag to compare

Fixes

0.6.0

30 Jun 21:03
cb70719
Compare
Choose a tag to compare

Refined Types

  • Separate types for each function
  • Automatic type inference from the parameters passed
  • Automatic type inference for the function overloads

0.5.0

12 Jun 18:16
a657064
Compare
Choose a tag to compare

Added

  • andThen
  • head
  • groupWith
  • indexOf

0.4.0

10 Jun 11:52
5f648af
Compare
Choose a tag to compare

Added

  • pluck
  • allPass
  • anyPass
  • and
  • both
  • or
  • either
  • empty
  • isEmpty

0.3.0

05 Jun 13:59
b799838
Compare
Choose a tag to compare

Added

  • defaultTo
  • eqProps
  • pathOr
  • propEq
  • propIs
  • propOr
  • propSatisfies

0.2.0

04 Jun 13:39
d879264
Compare
Choose a tag to compare

Added

  • any
  • aperture
  • endsWith
  • find
  • findLast
  • findLastIndex
  • fromPairs
  • takeLast

0.1.0

03 Jun 12:08
8a60376
Compare
Choose a tag to compare

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