version: v0.5
[nit.git] / Changelog
1 version 0.5
2  * General 'for' that works with more that one automatic variable (eg. Map)
3  * Better error messages with colored location on the original line
4  * Better compatibility with cc on various unixes (from SunOS to Ubuntu)
5  * New class_name method to ease debugging (for those who debug with print)
6  * Hardened Virtual Type checks (but generics are still unsafe...)
7  * New nitdoc, more fancy and more readable
8  * New native interface to bind Nit and C code
9  * New tool, nits, the native interface stub generator
10  * Many improvements in the standard library (especially Map)
11
12  -- Tue, 17 Apr 2012 16:46:45 -0400
13
14 version 0.4
15  * New style attributes
16  * Documentation
17  * 'package' -> 'module'; 'special' -> 'super'; 'universal' -> 'enum'
18  * New 'or else' syntax
19  * Speed improvements
20  * Use of ccache
21  * Global nullable optimizations
22  * Better adaptive typing
23  * Unreachable statements are errors
24  * Rewriting of the CG
25
26  -- Fri, 18 Feb 2011 16:15:17 -0500
27
28 version 0.3
29  * Local variable moving static type
30  * Nullable types
31  * New 'assert...else', 'isset', 'loop', 'label' syntax constructions
32  * (Re)Rename 'meth' to 'fun' and 'attr' to 'var'
33  * New closure syntax
34  * Syntax coloration for vim, gtksourceview and GNU source-highlight
35  * nitc/nitdoc --verbose option
36  * Intermediate code representation
37  * Native Nit GC
38  * 'for x in coll' is a closure call
39
40  -- Sat, 29 Aug 2009 10:04:25 -0400
41
42 version 0.2.1
43  * Readonly Strings and new class 'Buffer'
44
45  -- Wed, 10 Jun 2009 10:04:55 -0400
46
47 version 0.2
48  * Automatic constructors
49  * Closures
50  * Last Mercurial changeset, now we uses Git
51
52  -- Fri, 06 Feb 2009 11:00:12 -0500
53
54 version 0.1
55  * First release under the Nit name.
56
57  -- Wed, 09 Jul 2008 15:24:55 -0400