Releases: marpple/FxTS
Releases · marpple/FxTS
v0.3.0
What's Changed
- feat: add
joinfunction by @6h15m in #15 - feat: add
dropWhilefunction 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
pluckfunction by @ppeeou in #29 - feat: add zipWith function by @ppeeou in #32
- feat: add
curryfunction by @jbl428 in #38 - feat: add
isNilfunction 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
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- fix: typo javascript -> JavaScript by @hg-pyun in #4
- feat: add overloading type of 'filter' function by @jbl428 in #10
- feat: add type predicate overloading of 'filter' function by @jbl428 in #11
- fix: missed signature in reduce function by @6h15m in #14
- fix: pass missing 'concurrent' as parameter to async-iterable's 'next by @ppeeou in #16
New Contributors
- @hg-pyun made their first contribution in #4
- @ppeeou made their first contribution in #5
- @sang-w0o made their first contribution in #7
- @jbl428 made their first contribution in #10
- @dongheeleeme made their first contribution in #9
- @6h15m made their first contribution in #14
Full Changelog: v0.1.4...v0.2.0