Skip to content

Releases: AidasPa/uts

1.0.0 - Initial Release

Choose a tag to compare

@AidasPa AidasPa released this 15 Mar 13:13

Changelog

🌟 This package now uses a brand new compiler babel-plugin-uts

✔️ Remove watch command
✔️ Update actor.stub to implement the new export syntax

Instructions how to update to this release are in the readme

1.0.3

Choose a tag to compare

@AidasPa AidasPa released this 15 Mar 19:35

Changelog

✔️ Added a new @UCLASS() decorator argument: BlueprintComponent. If set, this tells the compiler that this class should be loaded via the UE4 (Add Javascript Component). This basically cleans some code up to make it fully compatible with UnrealJS.
✔️ In relation to the above, this release also brings a few updates to the typings.
✔️ In case a command is not found, instead of spitting an error it will now show a helpful error message.

Updating

npx @aidaspa/uts init

0.16.0

0.16.0 Pre-release
Pre-release

Choose a tag to compare

@AidasPa AidasPa released this 13 Mar 17:29

Changelog

✔️ Added basic support for RPC functions (@UFUNCTION()); Read readme for more info
✔️ Updated typings.stub to include the RPC decorators

0.15.0

0.15.0 Pre-release
Pre-release

Choose a tag to compare

@AidasPa AidasPa released this 13 Mar 16:23

Changelog

✔️ Added a new @KEYBIND decorator to bind class methods to various keybinds;
✔️ Fixed a bug where you couldn't have abstract classes in .u.ts files;
✔️ Fixed (again) a bug where there has to be a blank line after a class declaration

0.14.1

0.14.1 Pre-release
Pre-release

Choose a tag to compare

@AidasPa AidasPa released this 12 Mar 12:52

Changelog

✔️ Added support for ES Modules; import/export syntax
✔️ Updated stubs to the new ES Module syntax

0.14.0

0.14.0 Pre-release
Pre-release

Choose a tag to compare

@AidasPa AidasPa released this 12 Mar 11:30

Changelog

  • .uts -> .u.ts due to better vscode TS integration
  • uts init now also generates a tsconfig.json, and a .gitignore

0.13.5

0.13.5 Pre-release
Pre-release

Choose a tag to compare

@AidasPa AidasPa released this 12 Mar 09:30

Changelog

This release removes the caveat where here has to be a blank line after class closing, the init command adds additional steps to set up yarn