Releases: ts-plus/installer
Releases · ts-plus/installer
v0.0.14
Patch Changes
422d1aa
Thanks @mikearnaldi! - Fix operator overloading
v0.0.13
Patch Changes
17eb1dc
Thanks @mikearnaldi! - Disallow values of type any in lazyfunction arguments (ts-plus/typescript#28)
v0.0.12
Patch Changes
-
20d7f7c
Thanks @mikearnaldi! - Support multiple tsplus tags per definiton (ts-plus/typescript#25) -
20d7f7c
Thanks @mikearnaldi! - Inherit extensions for members of a union type (ts-plus/typescript#27)
v0.0.11
Patch Changes
ff2dd3e
Thanks @mikearnaldi! - Extend checker logic to better handle lazy arguments
v0.0.10
Patch Changes
98a5998
Thanks @mikearnaldi! - Potentially fix excessive widening of lazy params
v0.0.9
Patch Changes
32c7fa1
Thanks @mikearnaldi! - Fix getter symbol error and improve checking of tailRec (ts-plus/typescript#21)
v0.0.8
Patch Changes
-
55a5c57
Thanks @mikearnaldi! - Improve language services (ts-plus/typescript#15) -
55a5c57
Thanks @mikearnaldi! - Implement "tailRec" annotation (ts-plus/typescript#15)
v0.0.7
Patch Changes
b99648c
Thanks @mikearnaldi! - Rename @ets to @tsplus (ts-plus/typescript#14)
v0.0.6
Patch Changes
-
d8da3b3
Thanks @mikearnaldi! - Fixes ts-plus/typescript#1 by https://github.com/0x706b -
d8da3b3
Thanks @mikearnaldi! - Fixes ts-plus/typescript#3 by https://github.com/0x706b
v0.0.5
Patch Changes
d1391a2
Thanks @mikearnaldi! - Allow variable declaration getters: ts-plus/typescript#2