Mercurial > urweb
comparison CHANGELOG @ 1758:7afe63952fe6
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 12 May 2012 11:59:31 -0400 |
parents | d29d39d93820 |
children | 4cca386e5766 |
comparison
equal
deleted
inserted
replaced
1757:b6c4b3484752 | 1758:7afe63952fe6 |
---|---|
1 ======== | |
2 20120512 | |
3 ======== | |
4 | |
5 - New support for CSS style code embedded in Ur/Web programs. | |
6 Two recommended usage methods: | |
7 1. Use 'style' attributes with normal CSS syntax inside string literals. | |
8 2. Generate styles programmatically with the Style module of the Gui library | |
9 (distributed separately). | |
10 - 'dynStyle' attribute, which is to 'style' as 'dynClass' is to 'class' | |
11 - Parsing of standard syntax for 'class' attributes, via specially interpreted | |
12 string literals | |
13 - New optional suffix for 'rewrite' in .urp files: [-] | |
14 - Compiler error message improvements, including simplification of types | |
15 - New command line parameters: '-boot', '-dumpTypesOnError', '-unifyMore' | |
16 - New .urp directives: 'linker' | |
17 - Support for speeding up compilation by caching type inference results: | |
18 Run 'urweb daemon start' to spawn a background process, | |
19 'urweb daemon stop' to kill it. | |
20 - Enforcement of uniqueness of top-level module names across a project | |
21 - Adjust error message format to match Emacs compilation mode defaults | |
22 - More HTML attributes added | |
23 - New antiquote syntax for 'PRIMARY KEY' | |
24 - Bug fixes and improvements to type inference and platform compatibility | |
25 | |
1 ======== | 26 ======== |
2 20120329 | 27 20120329 |
3 ======== | 28 ======== |
4 | 29 |
5 - New JavaScript FFI function: setInnerHTML | 30 - New JavaScript FFI function: setInnerHTML |