@@ -59,49 +59,49 @@ New ES2015+ features that cannot be added without causing breaking changes, like
59
59
60
60
##Implemented Features
61
61
62
- ####~~ Modules:` import ` and` export ` [ (#7 )] ( https://github.com/coffeescript6/discuss/issues/7 ) ~~
62
+ ####Modules:` import ` and` export ` [ (#7 )] ( https://github.com/coffeescript6/discuss/issues/7 )
63
63
64
64
> CoffeeScript 1.x and 2
65
65
66
66
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4300 ) and released as part of CoffeeScript 1.11.
67
67
68
- ####~~ Classes: Extend ES Classes, Idiomatic Methods[ (#22 )] ( https://github.com/coffeescript6/discuss/issues/22 ) ~~
68
+ ####Classes: Extend ES Classes, Idiomatic Methods[ (#22 )] ( https://github.com/coffeescript6/discuss/issues/22 )
69
69
70
70
> CoffeeScript 2 only
71
71
72
72
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4354 ) into the` 2 ` branch.
73
73
74
- ####~~ Tagged template literals[ (#28 )] ( https://github.com/coffeescript6/discuss/issues/28 ) ~~
74
+ ####Tagged template literals[ (#28 )] ( https://github.com/coffeescript6/discuss/issues/28 )
75
75
76
76
> CoffeeScript 1.x and 2
77
77
78
78
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4352 ) and released as part of CoffeeScript 1.12.
79
79
80
- ####~~ ` async ` /` await ` [ (#10 )] ( https://github.com/coffeescript6/discuss/issues/10 ) ~~
80
+ ####` async ` /` await ` [ (#10 )] ( https://github.com/coffeescript6/discuss/issues/10 )
81
81
82
82
> CoffeeScript 2
83
83
84
84
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/3757 ) into the` 2 ` branch.
85
85
86
- ####~~ Backticked blocks[ (#42 )] ( https://github.com/coffeescript6/discuss/issues/42 ) ~~
86
+ ####Backticked blocks[ (#42 )] ( https://github.com/coffeescript6/discuss/issues/42 )
87
87
88
88
> CoffeeScript 1.x and 2
89
89
90
90
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4357 ) and released as part of CoffeeScript 1.12.
91
91
92
- ####~~ Template literals[ (#41 )] ( https://github.com/coffeescript6/discuss/issues/41 ) ~~
92
+ ####Template literals[ (#41 )] ( https://github.com/coffeescript6/discuss/issues/41 )
93
93
94
94
> CoffeeScript 2 only
95
95
96
96
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4365 ) into the` 2 ` branch.
97
97
98
- ####~~ Fat arrows` => ` output as` => ` [ (#8 )] ( https://github.com/coffeescript6/discuss/issues/8 ) ~~
98
+ ####Fat arrows` => ` output as` => ` [ (#8 )] ( https://github.com/coffeescript6/discuss/issues/8 )
99
99
100
100
> CoffeeScript 2 only
101
101
102
102
[ This has been merged] ( https://github.com/jashkenas/coffeescript/pull/4311 ) into the` 2 ` branch.
103
103
104
- ####~~ ` for … of ` [ (#11 )] ( https://github.com/coffeescript6/discuss/issues/11 ) ~~
104
+ ####` for … of ` [ (#11 )] ( https://github.com/coffeescript6/discuss/issues/11 )
105
105
106
106
> CoffeeScript 1.x and 2
107
107