Releases: informalsystems/quint
Releases · informalsystems/quint
v0.5.5
v0.5.5 -- 2023-02-03
Added
- Change the grammar to support multiple modules (#547)
- Change static analysis to support multiple modules (#559)
- Add an example that specifies the Solidity Coin contract (#576)
- A work-in-progress example on Solidity's Simple Auction (#573)
- Parse
100_000_000
and0xabcd
,0xAB_CD
as integers (#580)
Fixed
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.1 -- 2023-01-13
Fixed
- Fixed REPL output for maps (#497)
- REPL reporting a runtime error on
0^0
(#492) - Improved how documentation is produced for VSCode compatibility (#485)
- Enable access to builtin documentation parsed from
builtin.qnt
(#485) - The effect and mode checkers no longer complain about runs (#505)
- Fixed missing lodash dependency (#484)
Added
- A tutorial on integers (#495)
v0.5.0
v0.4.0
v0.4.0 -- 2022-12-22
Added
- Added beginner tutorial based around REPL (#400)
- Added API documentation for builtin operators (#386)
Changed
- Project renamed to
quint
(#458) - REPL can now receive input that includes its prompt (#430)
- Calling
quint
without an argument now starts the REPL (#445) - Renamed vscode plugin package to
quint-vscode
(#463) - Renamed
quint
package to@informalsystems/quint
, establishing it under the
informalsystems
organization.
Fixed
V0.3.0
This is our initial published (but not publicized) release. Our release process is still taking shape.
Highlights
- An effect system has been implemented to statically check for some invalid changes of state.
- The components of the type system are completed.
- A REPL has been added to run simulations, and it is approaching total coverage.
- The syntax has been reworked and refined.