Skip to content

Releases: erg-lang/erg

v0.5.8

08 Oct 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

07 Oct 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

03 Oct 02:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...v0.5.6

v0.5.5

30 Sep 01:43
77084aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...0.5.5

v0.5.4

27 Sep 12:26
Compare
Choose a tag to compare

d.er syntax has been implemented. This allows Python scripts to be typed, but the validity of the typing is not currently checked.

Other changes

Full Changelog: v0.5.0...v0.5.4

v0.5.0

22 Sep 06:00
Compare
Choose a tag to compare

With this release, traits and user-defined modules are now available.

Other Changes

Full Changelog: v0.4.6...v0.5.0

v0.5.0-beta.0

18 Sep 16:04
Compare
Choose a tag to compare
v0.5.0-beta.0 Pre-release
Pre-release

Trait syntax is now available.

code

v0.4.2

14 Sep 02:28
Compare
Choose a tag to compare

This release fixes bugs in the parser and enhances type inference for projection-types.

Other changes

Full Changelog: v0.4.1...v0.4.2

v0.4.0

10 Sep 16:16
Compare
Choose a tag to compare

Class syntax is added in this release.

Other Changes

Full Changelog: v0.3.2...v0.4.0

v0.4.0 (beta)

08 Sep 05:15
Compare
Choose a tag to compare
v0.4.0 (beta) Pre-release
Pre-release

Class syntax is experimental in this release.