-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
24 lines (18 loc) · 830 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.6 Beta3 Changes
- prevent a crasher when class name is blank
- stop stripping CDATA tags' whitespaces
- copying defines to the context used to parse members
- honoring -d for .gtkaml generated files
- fix a bug copying fields twice if generated automatically by properties
0.6 Beta2 Changes since gtkaml 0.6 beta1
- non-automatic properties are correctly parsed
- struct support
Gtkaml 0.6 changes since gtkaml 0.4:
- rewritten to directly generate vala AST nodes
- split into gtkamlc and libgtkaml.so
- *.implicits files renamed to *.markuphints
Features:
- the order of the compiled files doesn't count anymore
(gtkaml files correctly expose public symbols at parse time, then figure out the privates at resolve time)
- custom creation methods (even with parameters) are allowed, the construct {} is still generated
-