This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
Releases: ikatyang/types-ramda
Releases · ikatyang/types-ramda
types-ramda@0.24.3
Bug Fixes
- generated: fix
Cannot find name 'K'
forR.dissoc
andR.pick
(560e6e3) - templates:
R.splitWhen
- should return array of array (#86) (c21564a)
Features
- templates: replace returned
any
withT
(#85) (24f531a) - templates:
R.both
-like - allow variadic predicate (#91) (96bece0) - templates:
R.lens
-like - support PseudoLens (lensIndex, lensProp) (#99) (cec493c) - tempaltes:
R.path
- no regression from npm-ramda (#84) (92656be) - templates:
R.unless
- support predicate (#87) (4f613d7) - temlpates:
R.where
- make it less strict (#98) (0460185)
types-ramda@0.24.2
🚀 New Feature
- template: constrain non-null-parameter with
{}
(#54) (34f6488) - template: R.append-like - allow different type (#37) (65738c5)
- template: R.filter-like - return Partial for objects (#45) (9eaa862)
- template: R.merge-like - improve using type-level operation (#55) (df7af44)
- template: R.pipeP-like - allow non-PromiseLike as fn return type (#44) (9bd79dd)
- template: R.splitAt-like - should return tuple (#43) (1b8a157)
types-ramda@0.24.1
🚀 New Feature
- template: improve tuple in R.head (efc2ea7)
- template: improve
Ordered
type (#16) (d622766) - utils: sort signatures using ascending order (9ed1f42)
🐛 Bug Fix
- template: add missing export modifiers (7076781)
- tempalte: R.append-like operations should not affect types (12988ac)
- template: R.concat is not compatible with List (b9fc8cb)
- template: R.cond should accept multi-args (#24) (77a78e6)
- template: R.head and R.last should return string type if input is a string (64cd511)
- template: remove unnecessary importing placeholder (90af411)
- utils: placeholders should be the frontest (cff4d79)
- utils: remove unnecessary generated generics (#8) (39770d3)
- utils: support CurriedFunctionN multi-version building (f846073)
types-ramda@0.24.0
🚀 New Feature
- Release first version