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