Releases: matteopolak/quasi
Releases · matteopolak/quasi
v0.3.0 🎉
🚀 Features
- feat: separate error for unknown functions and variables by matteopolak
- feat: add wasm support by matteopolak
- feat: version 0.3.0 by matteopolak
📄 Documentation
- docs: add fizzbuzz example by matteopolak
🧹 Chores
- chore: move quasi to crate by matteopolak
v0.2.0 🎉
🚀 Features
- feat: add return statements, functions as expressions by matteopolak
- feat: add unary ops ! and - by matteopolak
- feat: add better error messages by matteopolak
📄 Documentation
- docs: update readme usage by matteopolak
- docs: update function example by matteopolak
🧪 Tests
- ci: remove postgres in build by matteopolak
v0.1.0 🎉
- no changes