v2.1.0
robotlolita
released this
01 Jan 15:58
·
80 commits
to master
since this release
Install it through npm or download the attached zip.
$ npm install folktale@2.1.0
A special thank you to @diasbruno, @gvillalta99, @MichaelQQ, @stabbylambda, @floriansimon1, and @scotttrinh.
New features
nullableToResult
can now take a fallback value (PR #166 by @diasbruno)
Bug fixes
- Derived
.toString
methods can now handle objects without a.toString
method (though not yet circular objects). (PR #169)
Documentation
- Many typos were fixed (PR #151 by @gvillalta99; PR #165 by @MichaelQQ, PR #145 by @stabbylambda, PR #143 and PR #144 by @floriansimon1)
- Migration documentation on Task has been improved, and examples fixed (PR #160)
- Added notes on shims for older platforms (PR #161)
- Fixed some Validation examples (PR #154 by @scotttrinh)
DEPRECATED FEATURES
- Renamed
Future.recover
toFuture.orElse
.Future.recover
was deprecated. (PR #146)
Miscellaneous
- We've moved from Make to Furipota, so the build system is cross-platform now (PR #148)