gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

Changelog 1.6 #1069

Closed francescoagati closed 5 years ago

francescoagati commented 5 years ago

Hi, There is a changelog for 1.5 and 1.6 versione?

vendethiel commented 5 years ago

997

rhendric commented 5 years ago

Yes, though it hasn't been published to livescript.net yet because 1.6.0 hasn't been published to npm yet (only @gkz has the keys to do this). If you're getting the 1.6.0 release from GitHub, you can preview the new changelog (along with the rest of the updated documentation) at https://rawgit.com/gkz/LiveScript/gh-pages-next/.

francescoagati commented 5 years ago

Thanks