Vala 0.1.4 has been released. Tarballs are available from the GNOME FTP servers. We’ve added some small enhancements besides bug fixes and the previously mentioned #line support for debugging.
- Object initializers
var btn = new Button () { label = “Button” }; - Creation methods in structs
- Experimental support for new fundamental classed types
class MiniObject : TypeInstance { … } - [Notify] attribute for properties
Wow !! :TypeInstance is so nice feature ! i’ll play with it in the few days ! thanks !
Congratulations ! 😀