Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: bates64/starpkg

v0.5.0

09 Feb 13:22
Compare
Choose a tag to compare

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 new failing when used in a subdirectory of any existing package (#2, ff5c306)
  • Customized the user guide theme (867432a, 0fd9197)

v0.4.1

06 Feb 20:22
Compare
Choose a tag to compare

v0.4.1 (2020-02-06)

Fixes

  • {Sprite:ident:anim:palette} not resolving palettes correctly

v0.4.0

06 Feb 20:15
Compare
Choose a tag to compare

v0.4.0 (2020-02-06)

Features

  • add {Sprite:ident:anim:palette} expressions

Fixes

  • issues with file paths on Windows

v0.3.0

06 Feb 16:51
Compare
Choose a tag to compare

v0.3.0 (2020-02-06)

v0.2.1

05 Feb 01:37
Compare
Choose a tag to compare
chore(release): 0.2.1

v0.2.0

04 Feb 20:02
Compare
Choose a tag to compare

Additions

  • Actor & string exports are now supported!
  • Scripts can now reference other exports with {Type:id} syntax
  • starpkg new now creates a .gitignore file which ignores the starpkg .build directory
  • starfmt.toml now supports a [dependencies] section where paths to dependencies can be provided using { path = "path/to/dependency/package" } values
  • Added Windows build

Changes

  • src/sprites has been renamed to src/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

04 Feb 02:45
Compare
Choose a tag to compare
v0.2.0-rc.4 Pre-release
Pre-release

Additions

  • Actor & string exports are now supported!
  • Scripts can now reference other exports with {Type:id} syntax
  • starpkg new now creates a .gitignore file which ignores the starpkg .build directory
  • starfmt.toml now supports a [dependencies] section where paths to dependencies can be provided using { path = "path/to/dependency/package" } values
  • Windows build

Changes

  • src/sprites has been renamed to src/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

04 Feb 01:30
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release

Additions

  • Actor & string exports are now supported!
  • Scripts can now reference other exports with {Type:id} syntax
  • starpkg new now creates a .gitignore file which ignores the starpkg .build directory
  • starfmt.toml now supports a [dependencies] section where paths to dependencies can be provided using { path = "path/to/dependency/package" } values
  • Windows build

Changes

  • src/sprites has been renamed to src/sprite
  • Split the Unix build into Linux and macOS (in 0.1.0, the Unix build didn't work on MacOS!)

v0.1.0

02 Feb 00:21
Compare
Choose a tag to compare

Initial release.