Wiles

Logo

View the Project on GitHub Alex-Costea/Wiles

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

NOTE: Only the latest version with a tag at any given time is considered maintained. Bug fixes will not be back-ported.

The versions exist as part of the git repository under the form of tags.

These changelogs only apply to the wiles-base package. The frontend / backend are not currently versioned.

See all the open and resolved tickets here.

v2.2.2 - 2024-09-22

v2.2.1 - 2024-03-25

v2.2 - 2024-03-23

Implemented the following:

v2.1 - 2024-03-01

v2.0 - 2024-02-28

v1.1.5 - 2024-02-24

v1.1.4 - 2024-02-03

v1.1.3 - 2023-07-24

v1.1.2 - 2023-07-11

v1.1.1 - 2023-07-09

v1.1 - 2023-07-09

v1.0.3 - 2023-07-09

v1.0.2 - 2023-07-09

v1.0.1 - 2023-07-08

v1.0 - 2023-07-04

First official release! No breaking changes except in internal representation as compared to 0.7.1.

Note: while this is the first official release, this is far from guaranteed to be bug-free, especially in edge cases.

Additions:

v0.7.1 - 2023-05-06

v0.7 - 2023-04-20

v0.6.4 - 2023-04-16

v0.6.3 - 2023-04-16

v0.6.2 - 2023-04-14

v0.6.1 - 2023-04-14

v0.6 - 2023-04-08

Note: breaking changes

v0.5.4 - 2023-04-02

v0.5.3 - 2023-04-02

v0.5.2 - 2023-04-01

v0.5.1 - 2023-04-01

v0.5 - 2023-04-01

Note: breaking changes

v0.4.2 - 2023-03-29

v0.4.1 - 2023-03-29

v0.4 - 2023-03-28

Note: breaking changes

v0.3.7 - 2023-03-27

v0.3.6 - 2023-03-26

Note: breaking change in compiled file syntax. No breaking change when not using --compile and -run

v0.3.5 - 2023-03-25

v0.3.4 - 2023-03-23

v0.3.3 - 2023-03-22

v0.3.2 - 2023-03-19

v0.3.1 - 2023-03-19

v0.3 - 2023-03-19

Note: breaking changes from v0.2.*

v0.2.16 - 2023-03-19

v0.2.15 - 2023-03-17

v0.2.14 - 2023-03-17

v0.2.13 - 2023-03-16

v0.2.12 - 2023-03-16

v0.2.11 - 2023-03-14

v0.2.10 - 2023-03-13

v0.2.9 - 2023-03-12

v0.2.8 - 2023-03-12

Note: breaking change in compiled file syntax. No breaking change when not using --compile and -run

v0.2.7 - 2023-03-12

Note: breaking change in compiled file syntax. No breaking change when not using --compile and -run

v0.2.6 - 2023-03-11

v0.2.5 - 2023-03-11

v0.2.4 - 2023-03-11

Fixed issue where:

let a := fun() -> nothing do nothing
let b := do if true do yield nothing

would get rejected as incorrect by the checker, despite always yielding nothing.

v0.2.3 - 2023-03-11

v0.2.2 - 2023-03-11

Note: breaking change in compiled file syntax. No breaking change when not using --compile and -run

v0.2.1 - 2023-03-11

v0.2 - 2023-03-11

Note: breaking changes from v0.1

v0.1 - 2023-03-09

First official release, with the interpreter being functional. Read the readme for details.