This repository was archived by the owner on Aug 1, 2020. It is now read-only.
Releases: bates64/starpkg
Releases · bates64/starpkg
v0.5.0
0.5.0
- Added private exports! Any export name beginning with
_will be considered private to the
package which owns it. Packages may not directly reference the private exports of their
dependencies. - Fixed crash when loading packages from any parent directory
--dir ..(3d3f804) - Fixed
starpkg newfailing when used in a subdirectory of any existing package (#2, ff5c306) - Customized the user guide theme (867432a, 0fd9197)
v0.4.1
v0.4.0
v0.3.0
v0.2.1
chore(release): 0.2.1
v0.2.0
Additions
- Actor & string exports are now supported!
- Scripts can now reference other exports with
{Type:id}syntax starpkg newnow creates a.gitignorefile which ignores the starpkg.builddirectorystarfmt.tomlnow supports a[dependencies]section where paths to dependencies can be provided using{ path = "path/to/dependency/package" }values- Added Windows build
Changes
src/spriteshas been renamed tosrc/sprite
Fixes
- Fixed terminal colors not appearing on Windows 10
- Split the Unix build into Linux and macOS (in 0.1.0, the Unix build didn't work on MacOS!)
v0.2.0-rc.4
Additions
- Actor & string exports are now supported!
- Scripts can now reference other exports with
{Type:id}syntax starpkg newnow creates a.gitignorefile which ignores the starpkg.builddirectorystarfmt.tomlnow supports a[dependencies]section where paths to dependencies can be provided using{ path = "path/to/dependency/package" }values- Windows build
Changes
src/spriteshas been renamed tosrc/sprite- Split the Unix build into Linux and macOS (in 0.1.0, the Unix build didn't work on MacOS!)
v0.2.0-rc.0
Additions
- Actor & string exports are now supported!
- Scripts can now reference other exports with
{Type:id}syntax starpkg newnow creates a.gitignorefile which ignores the starpkg.builddirectorystarfmt.tomlnow supports a[dependencies]section where paths to dependencies can be provided using{ path = "path/to/dependency/package" }values- Windows build
Changes
src/spriteshas been renamed tosrc/sprite- Split the Unix build into Linux and macOS (in 0.1.0, the Unix build didn't work on MacOS!)
v0.1.0
Initial release.