Releases: se-buw/fm-playground
Releases · se-buw/fm-playground
v2.4.0
- ✨ Alloy- added support for atoms and skolems when parsing expressions
- 🐛 Alloy- unified creation of instances for initial and next instances (fixed tabular output)
- 🐛 Alloy- fixed alloy instance is not updating immediately
- 🐛 Alloy- fixed evaluator cleared up when switching tabs
- 🐛 Alloy- fixed URL encoding
- ♻️ Alloy- refactored setup to avoid duplication of controller subclass
- 📌 Bump nanoid 3.3.7 -> 3.3.8
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
Added
- ⚡️Added caching mechanism for z3, nuXmv, and Spectra with Redis
- ✨ New api for getting metadata
Changed
- 💥 Separated nuxmv, alloy, and z3 api
- 💥 Merged VAL and QBF are merged into SAT
- 🔥 Remove tool specific api
- 🔥 Remove check type for permalink lookup
- 🔥 Remove dark mode (temporarily)
- ♻️ Migrated backend to Flask 3 and poetry
- ♻️ Populating tools dropdown from fmp.conf
- ♻️ Fixed wasm fallback api
- 🎨 Added issue link on error modals
- 🐛Fixed-creating new spec not reseting the editor
v1.5.0
Added
- ✨ Limboole in editor language support (browser worker)
- ✨ Store playground version for future reference
- ✨New examples for SAT, SMT, and Alloy
- ✨Introduction in YouTube Playlist
Changed
- ⚡Migrated from JavaScript to TypeScript
- ♻️Merged some duplicate API endpoints