Releases: doanthuanthanh88/yaml-scene
Releases · doanthuanthanh88/yaml-scene
v1.1.25
v1.1.24
Fix bugs
- Fix bugs sleep infinite without time
- Support "if", "async"... for UserInput
v1.1.23
Features
- Add $id to element to get reference
- Add new "Event" element to pub/sub
v1.1.22
Updates
- Split IFileAdapter to IFileReader and IFileWriter
- Optimize to auto detects local, global packages in npm, yarn
v1.1.21
Optimization
- Update CLI to update latest version
- Update !function format to optimize performance
v1.1.20
Features
- Auto detect encrypted file to force enter password
- Extension loader supported both "export default" and "module exports"
- Upgrade UserInput
- Support suggest for auto complete in user input
- Allow load an extension from both url and file local
v1.1.16
Features
- Support line declaration in Js/Script to optimize the loading global variables
- Change running flow to optimize performance
- Add new lazy loading tags: stream, buffer, text, json
Optimize:
- Change flow in scenario to sequence
- Optimize code
- Update unit test for fragment, vars, logger, env...
v1.1.12
Features
- Replace !fragment to element Fragment for lazy loading, support both local file and URL
- Support required in UserInput
- Support !binary from url and local path
- Add new function LazyImport
- Allow customize Validate element
- Merged Delay to Pause element
Optimization
- Provide some utils function to make code is less than
- Update lint for project
- Update dev configs
v1.1.6
Features
- Update CLI
- Add command to auto install lack libraries
- Add new excel file adapter for reader and writer
v1.1.5
Features
- Support lazy loading tags
- Optimize performance