diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-05-12 11:59:31 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-05-12 11:59:31 -0400 |
commit | e9618e7d99c94ba5ee0897ca249ca2c8ac88a92e (patch) | |
tree | 466732940be6150442e207b59fe50885678a2702 /CHANGELOG | |
parent | aeff2f17cdd47ac4f0b6dbdcbc50ad85bd7216a7 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,4 +1,29 @@ ======== +20120512 +======== + +- New support for CSS style code embedded in Ur/Web programs. + Two recommended usage methods: + 1. Use 'style' attributes with normal CSS syntax inside string literals. + 2. Generate styles programmatically with the Style module of the Gui library + (distributed separately). +- 'dynStyle' attribute, which is to 'style' as 'dynClass' is to 'class' +- Parsing of standard syntax for 'class' attributes, via specially interpreted + string literals +- New optional suffix for 'rewrite' in .urp files: [-] +- Compiler error message improvements, including simplification of types +- New command line parameters: '-boot', '-dumpTypesOnError', '-unifyMore' +- New .urp directives: 'linker' +- Support for speeding up compilation by caching type inference results: + Run 'urweb daemon start' to spawn a background process, + 'urweb daemon stop' to kill it. +- Enforcement of uniqueness of top-level module names across a project +- Adjust error message format to match Emacs compilation mode defaults +- More HTML attributes added +- New antiquote syntax for 'PRIMARY KEY' +- Bug fixes and improvements to type inference and platform compatibility + +======== 20120329 ======== |