Releases: mageowl/bean-script
Releases · mageowl/bean-script
Rust Version 0.1
Dynamic Dot operator
bunch o changes!
TypeScript and Scope Functions
I have transferred the code base to TypeScript and created interfaces, so it should be more readable now.
The "obj" function will now create a function that returns the scope, so it should be the same as writing
def(<bongoObj>) -> {
...
}
obj(<bongoObj>) -> bongoObj
Full Changelog: v1.0.9...v1.1.0
Few more fixes and events
I have now added a on(event) -> then
method to the web module, as well as some fixes
Fixes
Null and HTMLElementScopeLiterals
I have renamed [null]
to just null
. HTMLElementScopes (from web
) are now considered a node (so you can set a variable to them).
Small things
Added [null]
(null value) and exists(value)
among other things.
Bug fixes
Web module bug fixes
I fixed bugs.
Major Web module update and other
UPDATE: This release is buggy. Please use v1.0.7-b
I have majorly update the web module. A documentation should hopefully be coming soon.
I have also renamed scope
to obj
.