• 0.13.0
    All checks were successful
    Test, Build, and Release / test (push) Successful in 1m37s
    Test, Build, and Release / build (push) Successful in 1m14s
    Pre-Release

    James released this 2025-01-30 19:56:09 +00:00 | 15 commits to main since this release

    Rework module system

    Don't require/allow naming a module, instead require that the importer
    names it. Allow importing into the local scope with the name !Local.
    Simplify namespacing logic. Updates all tests to reflect these changes.

    Downloads