Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Releases: tony-lang/tree-sitter-tony

0.2.0-alpha.8

30 Mar 16:20
2ab5ca6
Compare
Choose a tag to compare
0.2.0-alpha.8 Pre-release
Pre-release

0856634 [#147] Alias list comprehension body to block (#148)
e36531e [#144] Add parentheses around parameter lists (#145)

0.2.0-alpha.7

30 Mar 08:02
74acd6a
Compare
Choose a tag to compare
0.2.0-alpha.7 Pre-release
Pre-release

4c13e37 [#85] / identifier throwing parsing error (#141)
792a0af [#132] Alias infix_application_operator to identifier (#140)
0b45ad3 [#135] Add separate rest_tuple alias for rest within tuple pattern (#139)
ea2b43f [#130] Remove type interpretation operator (#138)
6f295e2 [#133] Remove rest_list_type (#137)
57187e5 [#129] Single parameter abstraction without type hint parsed as infix application (#136)

0.2.0-alpha.6

28 Mar 17:35
d4fabc2
Compare
Choose a tag to compare
0.2.0-alpha.6 Pre-release
Pre-release

0499231 [#125] Fix type interpretation precedence (#126)

0.2.0-alpha.5

28 Mar 16:54
5578e1e
Compare
Choose a tag to compare
0.2.0-alpha.5 Pre-release
Pre-release

a64ce48 [#117] Allow spread operator in argument list (#122)
0060445 [#118] Type interpretation (#121)
02bb8fb [#119] Abstraction interpreted as infix application when parameters contain no type hints (#120)

0.2.0-alpha.4

28 Mar 11:36
11a838c
Compare
Choose a tag to compare
0.2.0-alpha.4 Pre-release
Pre-release

d1aa90c [#109] Make type hints optional (#114)
d451c97 [#112] Ensure that every simple expression acting as a block is also parsed as such (#113)
a7eedf7 [#110] Use string_pattern as source in imports (#111)

0.2.0-alpha.3

27 Mar 08:27
5c376e6
Compare
Choose a tag to compare
0.2.0-alpha.3 Pre-release
Pre-release

2fdd3e5 [#103] Key in pattern_pair should not be restricted to identifier (#106)
164d29d [#104] Add rest_list type (#105)

0.2.0-alpha.2

26 Mar 11:34
fbdcfe8
Compare
Choose a tag to compare
0.2.0-alpha.2 Pre-release
Pre-release

4095400 [#99] Generalize export (#100)
063aa8a [#97] Allow application with empty argument list (#98)

0.2.0-alpha.1

25 Mar 18:55
fd57e3e
Compare
Choose a tag to compare
0.2.0-alpha.1 Pre-release
Pre-release

bc8e8de [#85] / identifier throwing parsing error (#94)
f5cbc0a [#89] Allow parameter lists to be empty (#93)
bc67991 [#86] Type external imports (#92)
7012b34 [#87] Allow exporting of modules (#91)
5979589 [#88] Type hints within patterns (#90)

0.2.0-alpha

24 Mar 10:58
dec34cf
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

0eaf6f4 [#76] Declare modules as types (#82)
a1d79bf [#75] Abstraction shorthand type (#81)
4760988 [#74] List, Tuple, and Map shorthand types (#80)
0539d45 [#73] Type hints (#79)
37d4c2e [#71] Simplify access operator (#72)
cc07b3c [#69] Shorthand key notation for map (#70)
7fad77d Revert "[#60] Prebuild multiple node versions (#61)" (#68)

0.1.3

23 Mar 16:05
8744244
Compare
Choose a tag to compare

c022a08 [#64] Inline if not working without else (#65)
8873140 [#62] Change precedence of % operator (#63)
fe565a3 [#60] Prebuild multiple node versions (#61)
99ba8d3 [#58] Allow empty list and tuple patterns (#59)