Skip to content

Releases: doanthuanthanh88/yaml-scene

v1.1.25

18 Oct 04:14

Choose a tag to compare

Fix

  • Support install libraries in both yarn and npm

v1.1.24

07 Oct 15:42

Choose a tag to compare

Fix bugs

  1. Fix bugs sleep infinite without time
  2. Support "if", "async"... for UserInput

v1.1.23

26 Jun 14:47

Choose a tag to compare

Features

  • Add $id to element to get reference
  • Add new "Event" element to pub/sub

v1.1.22

20 Apr 08:15

Choose a tag to compare

Updates

  • Split IFileAdapter to IFileReader and IFileWriter
  • Optimize to auto detects local, global packages in npm, yarn

v1.1.21

16 Apr 11:34

Choose a tag to compare

Optimization

  • Update CLI to update latest version
  • Update !function format to optimize performance

v1.1.20

15 Apr 11:03

Choose a tag to compare

Features

  1. Auto detect encrypted file to force enter password
  2. Extension loader supported both "export default" and "module exports"
  3. Upgrade UserInput
    • Support suggest for auto complete in user input
  4. Allow load an extension from both url and file local

v1.1.16

09 Apr 15:12

Choose a tag to compare

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

06 Apr 10:58

Choose a tag to compare

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

31 Mar 09:00

Choose a tag to compare

Features

  • Update CLI
  • Add command to auto install lack libraries
  • Add new excel file adapter for reader and writer

v1.1.5

30 Mar 08:09

Choose a tag to compare

Features

  • Support lazy loading tags
  • Optimize performance