Mercurial > urweb
comparison CHANGELOG @ 2027:4f2190b178e6
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 15 Jun 2014 09:18:01 -0400 |
parents | 57f59e46c336 |
children | 16e4e50470b2 |
comparison
equal
deleted
inserted
replaced
2026:73e54a6aba79 | 2027:4f2190b178e6 |
---|---|
1 ======== | |
2 20140615 | |
3 ======== | |
4 | |
5 - New syntactic sugar: 'let E where DS end' for 'let DS in E end' | |
6 - Add 'onChange' attributes to more tags. | |
7 - New standard library function: String.trim | |
8 - Start treating Ur/Web tag <button> as real HTML tag <button>, | |
9 with special handling of 'value' attribute as tag content. | |
10 - Bug fixes | |
11 | |
1 ======== | 12 ======== |
2 20140531 | 13 20140531 |
3 ======== | 14 ======== |
4 | 15 |
5 - Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" | 16 - Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" |