Skip to content

Releases: brython-dev/brython

Brython-3.0.1

13 Dec 12:19
Compare
Choose a tag to compare

This is mostly a bugfix release

Brython-3.0.0rc0

11 Oct 08:13
Compare
Choose a tag to compare

The main change is a strict separation of Javascript and Brython namespace.
Names defined in the global Javascript namespace are no longer available in
the Brython namespace : they must be referenced by

from browser import window
brython_obj = window.javascript_obj

This is achieved by managing all the names in the Brython code as attributes
of block-specific objects

Brython-3.0.0

04 Nov 20:13
Compare
Choose a tag to compare

Final release of Brython 3.0.0

Brython-2.2.1

15 Sep 18:58
Compare
Choose a tag to compare

Change Github site to brython-dev/brython

Brython-2.2.0

15 Sep 19:13
Compare
Choose a tag to compare

First release on Github - Focus on speed improvement