Releases: YarnSpinnerTool/YarnSpinner-Console
3.1.0-88e1ce4
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
- Updated to Yarn Spinner 3.0.2.
v3.0.2
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
- Updated to Yarn Spinner 3.0.2.
v3.0.0
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
- Updated to Yarn Spinner 3.0.0.
3.0.0-beta2-1b0a8f6
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Added
- Added a new command,
dump-code, which compiles Yarn files or a Yarn Project and outputs a human-readable version of the compiled bytecode to stdout. This is intended for developers who are working on tools that consume compiled Yarn files.
Changed
- The
--allow-preview-features(-p) flag can now be used when compiling scripts to enable preview features. - .ysls.json files referenced by Yarn Project files are now parsed and used when compiling Yarn code.
Removed
v2.5.0
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
- The metadata CSV file now stores its metadata in the same way as Yarn Spinner for Unity's export feature, with a single
metadatacolumn that contains a space-separated list of tags.
v2.4.2
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
- Updated to Yarn Spinner 2.4.2.
v2.4.1
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Changed
project-namenow has a--unity-exclusionflag which sets the exclusion field to default more appropriate for Unity.- Fixed a bug where the
visitedandvisit_countfunctions were declared twice.
2.4.0
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Added
- Added a
create-projcommand which will create a new Yarn Project file.
Changed
- The
runcommand will now correctly abort when asked to run invalid Yarn. - A compiler error will no longer return a 0 exit code.
v2.3.2
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Added
- Added support for using .yarnproject files on all commands.
- Added the
list-sourcescommand, which lists all .yarn files used by a Yarn Project. - Added the
browse-binarycommand, which dumps out all nodes, their headers, and declared variables embedded within the compiled Yarn program.
v2.3.1
ysc is the command line tool for working with Yarn Spinner scripts.
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
macOS Users: macOS use is still under development; this binary is not notarized.
Added
- New command
versionshows the current version of the tool, and of Yarn Spinner itself.
Changed
- Updated to Yarn Spinner v2.3.0.
