Mercurial > urweb
comparison CHANGELOG @ 2211:ef766ef6e242
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 13 Sep 2014 19:16:07 -0400 |
parents | 981836fa51db |
children | 4be82596b8e3 |
comparison
equal
deleted
inserted
replaced
2210:69c0f36255cb | 2211:ef766ef6e242 |
---|---|
1 ======== | |
2 20140830 | |
3 ======== | |
4 | |
5 - New HTML attribute: 'role' | |
6 - Bug fixes | |
7 | |
8 ======== | |
9 20140819 | |
10 ======== | |
11 | |
12 - Improvements to HTML model | |
13 - Bug fixes and optimization improvements | |
14 | |
15 ======== | |
16 20140807 | |
17 ======== | |
18 | |
19 - New .urp directive: 'file' | |
20 - Support for 'aria-*' attributes in HTML | |
21 - Default value of 'jsFunc' for less-safe FFI | |
22 - Client-side implementation of Basis function 'strsindex' | |
23 - Bug fixes and improvements to type inference and documentation | |
24 | |
25 ======== | |
26 20140704 | |
27 ======== | |
28 | |
29 - New syntactic shorthand for antiquoting subqueries | |
30 - New Top members: max and min | |
31 - 'sql_injectable_prim' instance for 'url' | |
32 - Bug fixes | |
33 | |
34 ======== | |
35 20140615 | |
36 ======== | |
37 | |
38 - New syntactic sugar: 'let E where DS end' for 'let DS in E end' | |
39 - Add 'onChange' attributes to more tags. | |
40 - New standard library function: String.trim | |
41 - Start treating Ur/Web tag <button> as real HTML tag <button>, | |
42 with special handling of 'value' attribute as tag content. | |
43 - Bug fixes | |
44 | |
1 ======== | 45 ======== |
2 20140531 | 46 20140531 |
3 ======== | 47 ======== |
4 | 48 |
5 - Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" | 49 - Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" |