Releases: marpple/FxTS
Releases · marpple/FxTS
v0.6.1
v0.6.0
What's Changed
- feat: add
takeRight
function by @lifeisegg123 in #144 - fix: minimum length to be possible from 0 by @shine1594 in #146
- feat: add
isUndefined
function by @ppeeou in #150 - feat: lt, gt, lte, gte by @sunrabbit123 in #152
- Fix/unicode by @shine1594 in #149
New Contributors
- @lifeisegg123 made their first contribution in #144
- @sunrabbit123 made their first contribution in #152
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: add
fromEntries
function by @Kuhave in #137 - fix: fix return type in Curry type by @degurii in #140
- feat: add
dropRight
function by @ppeeou in #135 - fix: fix incorrect type inference of flat and flatMap functions by @shine1594 in #143
New Contributors
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
- feat: add
keys
,values
andentries
functions (#119) c31aa30 - feat: add
average
function (#118) b265bd3 - feat: add
sortBy
function (#117) 742b573 - feat: add
compress
function (#116) bbf70e4 - feat: add concurrent function to
slice
d6bba0a - feat: add
slice
function 0983a83 - feat: add
scan
function ce3eea7 - test: add test about type of the
evolve
function 7b09974 - feat: add implementaion of the function 75c747d
- Merge pull request #109 from marpple/feature/intersection b030c3f
- Merge pull request #108 from marpple/feature/intersectionBy f826a1f
- fix: export file form index 25d95b4
- fix: export file from index c671088
- fix: separate the type into a separate file 859f45e
- feat: implement the function 9bf8b0e
- Merge pull request #112 from marpple/fix/reverse 3ab9b04
- feat: handle
reverse
function concurrcency 71993ee - fix: change evaluation method to lazy evaluation 13953c9
- Merge pull request #111 from marpple/feature/sum 33f838d
- fix: handle sum type error 3bb3ea4
- feat: add
sum
function 2d96d51 - feat: add
size
function 356d5d4 - feat: add
intersection
function 4f7432a - feat: add
intersectionBy
function 4f8cff8 - feat: add
add
function 7ae41be - feat: add
isNumber
function 8433c61 - Merge pull request #103 from marpple/feature/reverse 2738b9a
- Merge pull request #102 from marpple/feature/max-min fa43a3e
- Merge pull request #101 from marpple/feature/differenceBy 68e0077
- fix: remove verbose line 0f9062e
- fix: when min/max iterable is empty using Infinity 11dcab2
- feat: add
reverse
function b276443 - feat: add
min
function 07375f1 - feat: add
max
function 85d1c69 - fix: apply differenceBy uniq 1f60773
- Merge pull request #99 from marpple/feature/repeat a75bc7c
- Merge pull request #98 from marpple/feature/diffence f1b56dd
- Merge pull request #96 from marpple/feature/differenceBy 3bb550c
- feat: add
repeat
function 3689279 - feat: add
difference
function 5d193ca - Merge pull request #97 from timgates42/bugfix_typo_inferred 31226c6
- feat: add
differenceBy
function d007186 - feat: add
cycle
function 1d87ad5 - fix: format code style with prettier 11fdd43
- fix: change wrong pattern for test 0934152
- feat: add
isEmpty
function 0cbd025 - fix: fix typo in
apply
function description f7e66d8 - feat: implement 'apply' function 2b9e0c8
- feat: add
consume
function 70ee715 - feat: add
noop
function 0f4bfa1 - feat: fix
Awaited
type as changed in typescript 4.5.3 e8c1fa8
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- feat: add
join
function by @6h15m in #15 - feat: add
dropWhile
function by @ppeeou in #23 - feat: add split function by @ppeeou in #27
- feat: add dropUntil function by @ppeeou in #25
- Feature/20 by @shine1594 in #30
- feat: add
pluck
function by @ppeeou in #29 - feat: add zipWith function by @ppeeou in #32
- feat: add
curry
function by @jbl428 in #38 - feat: add
isNil
function by @ppeeou in #44 - feat: add findIndex function by @ppeeou in #42
- feat: add nth function by @ppeeou in #50
- feat: add includes function by @ppeeou in #48
- Feature/45 by @shine1594 in #53
- feat: add 'isObject' function by @shine1594 in #55
- fix: every type by @ppeeou in #57
- feat: add 'sort' function by @ppeeou in #54
- fix: handle tap async by @ppeeou in #58
Full Changelog: v0.2.3...v0.3.0