WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: rubiojr/rsx

v0.7.0

29 Apr 14:18

Choose a tag to compare

  • Fix cross platform builds when using GOOS and GOARCH different from the current platform
  • Bump Risor to main/HEAD to include some recent Risor fixes

Changelog

v0.6.2

31 Jan 19:21

Choose a tag to compare

Changelog

  • e6daa64 Friendlier error message when evaluating code
  • 0c129e5 Improve rsx help output
  • 1670d6c bump version to v0.6.2

v0.6.1

28 Jan 11:42

Choose a tag to compare

Changelog

  • dab53ee Add --tags support to rsx build
  • 30c7ca9 Add related projects
  • 1d97f24 Adds support for aliasing custom modules
  • 0acf813 Merge pull request #4 from rubiojr/aliases-for-modules
  • f548c08 Remove unused code
  • 0c8d72f Update README to mention custom module aliases
  • 2cf0c11 bump version to v0.6.1

v0.6.0

26 Oct 16:30

Choose a tag to compare

Changelog

v0.5.5

25 Oct 12:29

Choose a tag to compare

Changelog

v0.5.4

15 Oct 18:42

Choose a tag to compare

Changelog

  • 225bdb0 Bump sched module to get some small fixes
  • 6eddec1 bump version to v0.5.4

v0.5.3

15 Oct 13:24

Choose a tag to compare

Changelog

v0.5.2

14 Oct 21:22

Choose a tag to compare

Changelog

v0.5.1

13 Oct 22:39

Choose a tag to compare

Changelog

  • Enabled Risor listeners, to be able to use http.listen_and_serve
  • Lower Go requirements to Go 1.22

v0.5.0

13 Oct 18:32

Choose a tag to compare

Changelog

  • rsx is now a built-in module
  • New built-in sched and semver native Go modules
  • Include .risor modules from lib/ by default, when available.