Skip to content

Releases: uqbar-project/wollok-language

v3.1.8

12 Aug 10:16
cca920e
Compare
Choose a tag to compare
  • Add sanity tests for validations

v3.1.7

25 Jun 15:27
b138b13
Compare
Choose a tag to compare
  • Adding more sanity tests for name collisions

v3.1.6

21 May 16:19
1eb9eb8
Compare
Choose a tag to compare
  • Adding sanity tests for circular imports

v3.1.5

02 Apr 15:41
bab7ff7
Compare
Choose a tag to compare
  • Adding sanity tests for missing reference error

v3.1.4

26 Feb 17:51
f3ef81a
Compare
Choose a tag to compare
  • More sanity tests for validations
  • Minor test refactors

v3.1.3

19 Aug 19:15
5541f88
Compare
Choose a tag to compare
  • Added game tests from TS implementation

v3.1.2

02 Aug 21:04
Compare
Choose a tag to compare
  • Added methods in io object.
  • The following methods are no longer native:
    • whenKeyPressDo, whenCollideDo, onCollideDo, onTick, schedule, removeTickEvent, clear and stop in game object.
  • Added methods currentTime() and flushEvents(time) in game object.
  • Changes in method start() in game object.
  • Deprecating method doStart in game object.
  • Added game tests (see test/sanity/game folder).

v3.1.1

13 May 14:30
Compare
Choose a tag to compare
Rewriting test that doesn't pass validations

v3.1.0

30 Jan 01:14
eec2152
Compare
Choose a tag to compare

v3.1.0

  • We have annotations! 🥳
  • New @Expect annotation used in validation tests.
  • Changes in Wollok Game:
    • New MutablePosition class, as alternative to default (immutable) Position.
    • Sounds can be played before game starts.
    • Change method removeVisual in game object: if the object is not in the game it doesn't throw an exception.
  • Fix some operations with not empty runtime validations.

v3.0.4

24 Dec 11:13
84f85b5
Compare
Choose a tag to compare

Fix unused variable on mirror.wlk. Add more validations.