8000 Releases · rusthon/Rusthon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rusthon/Rusthon

Alpha8

13 Nov 18:25
Compare
Choose a tag to compare

fixes to javascript backend

Alpha7

15 Oct 15:04
Compare
Choose a tag to compare

new transferable objects support for webworkers, and bug fixes.

Alpha6

03 Oct 05:43
Compare
Choose a tag to compare

various fixes to javascript backend.
new command line options: --v8-natives, and --ES6-module
new decorators:

Alpha5

24 Sep 06:39
Compare
Choose a tag to compare

optimized javascript backend

Alpha4

14 Sep 21:48
Compare
Choose a tag to compare

fixes to javascript backend

Alpha3

11 Sep 02:54
Compare
Choose a tag to compare

javascript backend: new syntax -> HTML DOM API shortcuts

Alpha2

05 Sep 19:48
Compare
Choose a tag to compare
  • fixed Rust backend
  • created DEB package for Debian
  • allow c++11 std::move and r-value types in function defs def f( a: string&& ):

Alpha1

03 Sep 01:16
Compare
Choose a tag to compare
  • fixed c++ backend
  • new attribute option to pull from git the source of an external javascript library, when not found in users home directory using a src url starting with ~. example: <script src="~/somelib/my.js" git="GIT_URL"></script>

beta5

29 Aug 18:48
Compare
Choose a tag to compare

fixed go backend.
static typed hash maps for javascript backend.
new literate unicode output --literate-unicode command line option for js backend.

beta4

31 Jul 02:28
Compare
Choose a tag to compare

new static type syntax for javascript backend, enables runtime type checking of function arguments.
http://rusthon-lang.blogspot.com/2015/07/javascript-backend-static-type-syntax.html

0