Releases: uqbar-project/wollok-ts-cli
Releases · uqbar-project/wollok-ts-cli
0.2.3
What's Changed
- Fix: no reconoce paramámetro --port en wollok run by @mind-ar in #133
- wollok-ts API revamp by @fdodino in #129
- Add editorconfig by @mind-ar in #135
- fix: duplicated flushEvent on reload by @mind-ar in #136
- tamaño automatico de canvas by @mind-ar in #134
- Corrección de falla al intentar cargar imagen de fondo by @mind-ar in #132
New Contributors
Full Changelog: v0.2.1...v0.2.2
0.2.1
0.2.0
Wollok TS: 4.0.6
Change log:
- Fix version for wollok-ts-cli
- Exit codes for tests & program runners
- Fix test runner for CMD in Windows
- wollok init for programs & common projects
- Coverage increased
- Decoupled dynamic diagram from REPL & Program Runner
- REPL: added new commands for reload & rerun, and for attaching dynamic diagram
- Fixed paths for Dynamic Diagram local & production env, also fixed resource paths for games
- Allow to run programs that aren´t games
0.1.0
v0.0.5
What's Changed
- New
init
command for initializing a new Wollok project - Dinamic diagram improvements
- Canvas size
- Literal booleans and collections
- Sync improvements
- Fix overlapped references
- Const reference marker
- Fix name conflicts on imported files
New Contributors
Full Changelog: v0.0.4...v0.0.5
Using wollok-ts v4.0.3
v0.0.4
Using wollok-ts v4.0.2
- Remove
electron
dependencies, now we are usingpkg
for deployment. - Changes on UI: diagram and game are available from
http
server. External clients should be used.
For MacOS and Linux versions you may need to set file as executable
chmod +x path/to/the/file
v0.0.2
Using wollok-ts v3.1.6
- Fix path-relative bugs
- New tests for REPL
- Fix some app build problems
v0.0.1-alpha
This is the list of the currently available commands:
--help
: Shows the manual with all the optionsrun
: Runs a Wollok program on the target project.test [filter]
: Runs Wollok tests on the target project.repl
: Opens the Wollok REPL on the target project importing the auto-import path (if any).
Includes integrated graphics support with Object diagram and Wollok Game 🎉