Skip to content

v2.0

Latest

Choose a tag to compare

@mooeypoo mooeypoo released this 15 May 18:18
· 8 commits to main since this release
766b062

This is a breaking change release that changes the way FuncyStr is being called; instead of expecting a response of a simple string, FuncyStr process now returns a promise. This change allows users to add async functions to the processing mechanism, which opens the door to much more robust options.

Since this is change means changing the expectation of calling FuncyStr, the version is bumped to full major change. Welcome to FuncyStr 2.0!

See the documentation site for more information: https://mooeypoo.github.io/funcystr/

Changelog

What's Changed

  • Redo the demo docs with vitepress by @mooeypoo in #1
  • [BREAKING CHANGE] Add the ability to work with async functions by @mooeypoo in #2

Full Changelog: v1.0...v2.0