Skip to content

Releases: uqbar-project/wollok-ts-cli

0.2.3

21 Mar 01:17
85e45ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

0.2.1

28 Feb 22:25
773c1f7
Compare
Choose a tag to compare

Wollok TS: 4.0.9

What's Changed

Full Changelog: v0.2.0...draft

0.2.0

04 Nov 11:19
af9104a
Compare
Choose a tag to compare

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

08 Oct 23:03
Compare
Choose a tag to compare

Wollok TS: 4.0.5
Change log:

  • enhancements for dynamic diagram: embedded vs. external, dark/light mode, etc.
  • repl kills previous session
  • repl allows to have multiple sessions
  • better stack trace (hides TS and wollok built-in frames)

v0.0.5

25 Jun 21:39
Compare
Choose a tag to compare

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

21 May 17:12
0699153
Compare
Choose a tag to compare

Using wollok-ts v4.0.2

  • Remove electron dependencies, now we are using pkg 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

19 Mar 16:12
Compare
Choose a tag to compare

Using wollok-ts v3.1.6

  • Fix path-relative bugs
  • New tests for REPL
  • Fix some app build problems

v0.0.1-alpha

29 Jan 19:42
Compare
Choose a tag to compare

This is the list of the currently available commands:

  • --help: Shows the manual with all the options
  • run: 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 🎉