Skip to content

Releases: mooeypoo/funcystr

Release list

v2.0

Choose a tag to compare

@mooeypoo mooeypoo released this 15 May 18:18
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

v1.0

Choose a tag to compare

@mooeypoo mooeypoo released this 04 May 15:34

Initial working version.