version: v0.3
[nit.git] / Changelog
1 version 0.3
2  * Local variable moving static type
3  * Nullable types
4  * New 'assert...else', 'isset', 'loop', 'label' syntax constructions
5  * (Re)Rename 'meth' to 'fun' and 'attr' to 'var'
6  * New closure syntax
7  * Syntax coloration for vim, gtksourceview and GNU source-highlight
8  * nitc/nitdoc --verbose option
9  * Intermediate code representation
10  * Native Nit GC
11  * 'for x in coll' is a closure call
12
13  -- Sat, 29 Aug 2009 10:04:25 -0400
14
15 version 0.2.1
16  * Readonly Strings and new class 'Buffer'
17
18  -- Wed, 10 Jun 2009 10:04:55 -0400
19
20 version 0.2
21  * Automatic constructors
22  * Closures
23  * Last Mercurial changeset, now we uses Git
24
25  -- Fri, 06 Feb 2009 11:00:12 -0500
26
27 version 0.1
28  * First release under the Nit name.
29
30  -- Wed, 09 Jul 2008 15:24:55 -0400