Releases: mooeypoo/funcystr
Releases · mooeypoo/funcystr
Release list
v2.0
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
Initial working version.
- See readme for full documentation: https://github.com/mooeypoo/funcystr/blob/main/README.md
- See demo for functionality: https://mooeypoo.github.io/funcystr/
- Full Changelog: https://github.com/mooeypoo/funcystr/commits/v1.0