Releases: AidasPa/uts
1.0.0 - Initial Release
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
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.15.0
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