Skip to content

v2.1.0

Compare
Choose a tag to compare
@robotlolita 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

Bug fixes

  • Derived .toString methods can now handle objects without a .toString method (though not yet circular objects). (PR #169)

Documentation

DEPRECATED FEATURES

  • Renamed Future.recover to Future.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)