Skip to content

Releases: roblox-compilers/roblox-py

1.3.2

08 Jul 18:18
Compare
Choose a tag to compare
1.3.2 Pre-release
Pre-release

Use the same plugin from 1.2.2, that is still supported.

Read devforum post for updates.

All python 3.13 (dev version) statements are supported now!

Full Changelog: v1.1.1beta...1.3.2

v1.2.1-beta

08 Jul 04:16
Compare
Choose a tag to compare
v1.2.1-beta Pre-release
Pre-release

roblox-py 1.2.1

Added support:

  • Bytes supported
  • Lambda supported
  • Try, Except (equivalent to pcall)
  • raise (equivalent to error)
  • Sets supported
  • Format does not fully work but no longer errors, rather than using
f"{a}: A, {b}: B,"

use

format("{a}: A, {b}: B,")
  • "With" supported
  • Slicing supported

Compiler

  • Use [[lua]] alongside a multiline comment to insert lua code into the python script and have the compiler insert it
print("Python Code")
"""[[lua]]
print("Lua Code")
"""
"""
Multiline comment
"""

Functions

  • divmod
  • bool
  • slice

Coroutine related:

  • Async functions

  • Bug fixes
  • Performance improvements
    and way way more.

Plugin from 1.0.1 is still supported.

Full Changelog: v1.0.1-beta...v1.2.1beta

v1.1.1-beta

08 Jul 01:27
Compare
Choose a tag to compare
v1.1.1-beta Pre-release
Pre-release
  • Tests
  • CLI (only works for the tests folder)
  • String, dict, list python apis
  • staticmethods
  • way more

Full Changelog: v1.0.1-beta...v1.2.1beta

v1.0.1-beta

07 Jul 21:24
143179a
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release
  • luainit and header moved from plugin to server
  • readme update

The previous version no longer works, use this one instead.

Full Changelog: beta...v1.0.1-beta

v1.0.0

07 Jul 19:08
425e73f
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

First release.

Read Readme.md on how to install.

Note: The plugin is not allowed to redistribute