Skip to content

Releases: uqbar-project/wollok-language

v3.2.7

26 Nov 21:14
c90b4f0
Compare
Choose a tag to compare

What's Changed

  • Cálculo de promedio para una colección by @Juancete in #221
  • Tests for cyclic const instance references by @PalumboN in #217
  • Mejoras al manejo de void (y algo de nulls), especialmente para bloques by @fdodino in #218
  • Fix shouldUseOverrideKeyword para properties by @fdodino in #223
  • Fix super call inside closure by @fdodino in #224

Full Changelog: v3.2.6...v3.2.7

v3.2.6

08 Oct 22:25
757c256
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.5...v3.2.6

v3.2.5

10 Sep 00:22
f80b626
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

19 Jun 22:20
a6b0960
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.2.4

v3.2.3

01 May 23:07
e1b775d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

20 Mar 21:57
c426706
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

28 Feb 21:21
1c9c6d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

17 Dec 12:52
1559701
Compare
Choose a tag to compare
  • New type system specifications (#159)
    • Added tests for expected inference
    • Added types to lang
  • Added more sanity tests for:
    • Abstract class cannot be instantiated (#165)
    • Tests with same name (#167)
    • Support new to List and Set classes (#166)
    • Ignore override on initialize() method (#164)
    • and other refactors (#150)

Sanity tests enhancement

15 Sep 02:56
83a61f2
Compare
Choose a tag to compare

Differenciate implement abstract methods vs. method without body

v3.1.8

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