Releases: uqbar-project/wollok-language
Releases · uqbar-project/wollok-language
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
- Added game tests from TS implementation
v3.1.2
- 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()
andflushEvents(time)
in game object. - Changes in method
start()
in game object. - Deprecating method
doStart
in game object. - Added
game
tests (seetest/sanity/game
folder).
v3.1.1
Rewriting test that doesn't pass validations
v3.1.0
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.