4.0.0
Rumor has been completely rehauled in this release. It now features...
- Simplified syntax
- Simplified engine API (it no longer requires the use of a coroutine)
- Stronger type checking
...among many other changes which will soon be described in detail on the wiki.
Some features have been lost in the rehaul. Specifically:
- You can no longer bind any function you want; they can only use the types
bool
double
andstring
(this will likely never be re-added). - You can no longer serialize the state (this will be fixed in a future release).