Ceylon (programming language): Difference between revisions

Content deleted Content added
Xkr47 (talk | contribs)
Add Versions section
Xkr47 (talk | contribs)
Versions: Updated to use (earlier) timestamps and release names from download page
Line 226:
 
== Versions ==
Versions of Ceylon released:<ref>https://ceylon-lang.org/blogdownload-archive/ Ceylon: TeamDownload blogPrevious Ceylon versions</ref>
* M1 0.1 "Newton" (JanuaryDec 10,20 20122011)
* M2 0.2 "Minitel" (MarchMar 20,2 2012)
* M3 0.3 "V2000" (AugustJun 16,21 2012)
* M4M3.1 0.3.1 "V2000" (OctoberJul 29,6 2012)
* M4 0.4 "Analytical Engine" (Oct 29 2012)
* M5 (March 14, 2013)
* M6M5 0.5 "Nesa Pong" (SeptemberMar 22,13 2013)
* 1.M6 0.06 "Virtual Boy" (NovemberSep 12,23 2013)
* 1.1.0 beta "Virtual Boy" (OctoberSep 9,24 20142013)
* 1.20.0 "No More Mr Nice Guy" (DecemberNov 14,13 20152013)
* 1.1.0 "Ultimate Ship The Second" (Oct 09 2014)
* 1.2.1 (February 11, 2016)
* 1.2.0 "A Series of Unlikely Explanations" (Oct 28 2015)
* 1.2.2 (March 11, 2016)
* 1.32.01 "Irregular Apocalypse" (SeptemberFeb 19,11 2016)
* 1.32.12 "Charming But Irrational" (NovemberMar 22,11 2016)
* 1.3.20 "Total Internal Reflection" (MarchSep 3,19 20172016)
* 1.3.1 "Now We Try It My Way" (Nov 22 2016)
* 1.3.2 "Smile Tolerantly" (Mar 02 2017)
 
''Extracted by entering this JavaScript code in the browser console of the referenced page: Array.apply(null, $('h3 a').map(function(x,y) { return "* " + $(y).text().trim().replace(/\s*\(Latest release\)/i,"").replace(/Ceylon /,"") + " (" + $(y.parentElement.previousSibling.previousSibling).text().trim().replace(/Released on /,"") + ")"; })).reverse().join("\n")`)''
 
== License ==