Skip to content

Releases: se-buw/fm-playground

v2.5.3

01 Apr 08:09
Compare
Choose a tag to compare
  • added allowed hosts in the vite config file

Full Changelog: v2.5.2...v2.5.3

v.2.5.2

01 Apr 07:10
Compare
Choose a tag to compare
  • 📌 Migrated to Vite 6
  • 📌 Updated Python dependencies

v2.5.1

31 Mar 17:57
Compare
Choose a tag to compare
  • Added materials for spectra
  • Added current variant of (spectra) pattern names, keeping old for backwards compatibility

v2.5.0

25 Feb 06:05
Compare
Choose a tag to compare
  • ✨ Updated SMT language support with cross-ref and code completion
  • ♻️ Enabled language support by default for SMT and Limboole

v2.4.1

20 Feb 08:57
Compare
Choose a tag to compare
  • 🔍️ Updated description for Google search

v2.4.0

16 Dec 09:38
Compare
Choose a tag to compare
  • ✨ 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

04 Dec 09:54
Compare
Choose a tag to compare
  • ✨ Added alloy evaluator
  • 🎨 Improved the visualization of alloy text and tabular format
  • ⚡️ Switched deprecated method in Java

v2.2.2

03 Dec 11:03
Compare
Choose a tag to compare

⚡️Using sat4j for alloy
📌Bump python dependencies

v2.2.1

26 Nov 10:54
Compare
Choose a tag to compare

Changed

⚡️Set alloy memory usage limit; restart if exceeded
⚡️Using minisat for alloy
🐛Handle label on alloy commands
📌Bump cross-spawn to 7.0.6

v2.2.0

20 Nov 11:58
Compare
Choose a tag to compare

Added

  • ✨ Added typo validation in Limboole by @azaddima
  • ✨ Storing language support check as metadata

Changed

  • 🐛 Fixed issue with ASCII char recognition
  • 🐛 Fixed Limboole syntax highlighting
  • ♻️ Refactored error messages
  • 📝 Added issue template for bug