3.0.0
π New features
- Added support for 'application/wasm' file types.
- Added 'lost types' command for installing all
ts-defs
construct types that was merged in one file - New
addon.ts
file (for configurating remote scripts, files and other) - Added fully support for compiling all Typescript files from folder Modules folder
- Added support for using import .ts files in main Instance.ts file (after build it will be replaced with real module path from ready addon folder)
- Added MD5 encryption for autocompleteId property in parameter options
π Bug Fixes
- Fixed issue with autocompleteId, in final build, the type of property was boolean
π§ Changes
- Switched BBCode functions names to lowerCase
- Moved all BBCode functions to
jsr:@lost-c3/lib/misc
- Removed 'behavior', 'theme', 'effect' addon support (will be in next releases)
Action decorator
- Removed one
Options
property - Added
id, name, displayText, description?, opts?
properties
Condition decorator
- Removed one
Options
property - Added
id, name, displayText, description?, opts?
properties
Expression decorator
- Removed one
Options
property - Added
id, name, description?, opts?
properties
Parameters declarations
For creating parameters for Action/Condition/Expression you should use opts.params property. To create parameter you should use addParam(id, name, opts)
function from jsr:@lost-c3/lib