Skip to content

Releases: mageowl/bean-script

Rust Version 0.1

14 Mar 20:44
Compare
Choose a tag to compare

I re-wrote the entire thing in Rust 😅.

Dynamic Dot operator

22 Dec 21:47
Compare
Choose a tag to compare

bunch o changes!

TypeScript and Scope Functions

18 Oct 14:26
Compare
Choose a tag to compare

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

24 Dec 19:19
Compare
Choose a tag to compare

I have now added a on(event) -> then method to the web module, as well as some fixes

Fixes

24 Dec 16:11
Compare
Choose a tag to compare

I have a new patch for setting variables to elements.

Null and HTMLElementScopeLiterals

24 Dec 15:48
Compare
Choose a tag to compare

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

24 Dec 15:22
Compare
Choose a tag to compare

Added [null] (null value) and exists(value) among other things.

Bug fixes

24 Dec 02:39
Compare
Choose a tag to compare

I have made a bunch of bug fixes.

Web module bug fixes

24 Dec 02:09
Compare
Choose a tag to compare
Web module bug fixes Pre-release
Pre-release

I fixed bugs.

Major Web module update and other

23 Dec 23:36
Compare
Choose a tag to compare

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.