adam@2059
|
1 ========
|
adam@2059
|
2 20140819
|
adam@2059
|
3 ========
|
adam@2059
|
4
|
adam@2059
|
5 - Improvements to HTML model
|
adam@2059
|
6 - Bug fixes and optimization improvements
|
adam@2059
|
7
|
adam@2051
|
8 ========
|
adam@2051
|
9 20140807
|
adam@2051
|
10 ========
|
adam@2051
|
11
|
adam@2051
|
12 - New .urp directive: 'file'
|
adam@2051
|
13 - Support for 'aria-*' attributes in HTML
|
adam@2051
|
14 - Default value of 'jsFunc' for less-safe FFI
|
adam@2051
|
15 - Client-side implementation of Basis function 'strsindex'
|
adam@2051
|
16 - Bug fixes and improvements to type inference and documentation
|
adam@2051
|
17
|
adam@2036
|
18 ========
|
adam@2036
|
19 20140704
|
adam@2036
|
20 ========
|
adam@2036
|
21
|
adam@2036
|
22 - New syntactic shorthand for antiquoting subqueries
|
adam@2036
|
23 - New Top members: max and min
|
adam@2036
|
24 - 'sql_injectable_prim' instance for 'url'
|
adam@2036
|
25 - Bug fixes
|
adam@2036
|
26
|
adam@2027
|
27 ========
|
adam@2027
|
28 20140615
|
adam@2027
|
29 ========
|
adam@2027
|
30
|
adam@2027
|
31 - New syntactic sugar: 'let E where DS end' for 'let DS in E end'
|
adam@2027
|
32 - Add 'onChange' attributes to more tags.
|
adam@2027
|
33 - New standard library function: String.trim
|
adam@2027
|
34 - Start treating Ur/Web tag <button> as real HTML tag <button>,
|
adam@2027
|
35 with special handling of 'value' attribute as tag content.
|
adam@2027
|
36 - Bug fixes
|
adam@2027
|
37
|
adam@2018
|
38 ========
|
adam@2018
|
39 20140531
|
adam@2018
|
40 ========
|
adam@2018
|
41
|
adam@2018
|
42 - Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b"
|
adam@2018
|
43 - New, optional less safe FFI
|
adam@2018
|
44 - New HTML tags: <tbody>, <tfoot>, <thead>
|
adam@2018
|
45 - HTML5 data-* attributes
|
adam@2018
|
46 - HTML5 semantic tags
|
adam@2018
|
47 - Syntactic sugar extension: allow parens grouping joins in FROM clauses
|
adam@2018
|
48 - Bug fixes and documentation improvements
|
adam@2018
|
49
|
adam@2003
|
50 ========
|
adam@2003
|
51 20140426
|
adam@2003
|
52 ========
|
adam@2003
|
53
|
adam@2003
|
54 - New Basis functions having to do with dates and times, wrapped nicely in new
|
adam@2003
|
55 Datetime module of standard library
|
adam@2003
|
56 - New .urp directives: 'html5', 'neverInline', 'noMangleSql'
|
adam@2003
|
57 - New command-line arguments: '-explainEmbed', '-stop'
|
adam@2003
|
58 - Changes to C FFI interface, especially for uw_register_transactional()
|
adam@2003
|
59 - 'Basis.getEnv' now always calls UNIX getenv() outside a page handler.
|
adam@2003
|
60 - Changed <active> to avoid generating an empty <span> for empty content.
|
adam@2003
|
61 - New HTML tag: <pre>
|
adam@2003
|
62 - Bug fixes and improvements to type inference, optimizations, and documentation
|
adam@2003
|
63
|
adam@1950
|
64 ========
|
adam@1950
|
65 20131231
|
adam@1950
|
66 ========
|
adam@1950
|
67
|
adam@1950
|
68 - Performance optimizations for Ur/Web's standalone HTTP servers
|
adam@1950
|
69 - New command-line options for those servers: '-k' and '-q'
|
adam@1950
|
70 - New HTML pseudo-tag: <script>
|
adam@1950
|
71 - Trying to recv() from a different client's channel now triggers a run-time
|
adam@1950
|
72 error.
|
adam@1950
|
73 - New compiler command-line argument: -print-cinclude
|
adam@1950
|
74 - Bug fixes and improvements to optimizations, error messages, and documentation
|
adam@1950
|
75
|
adam@1911
|
76 ========
|
adam@1911
|
77 20131124
|
adam@1911
|
78 ========
|
adam@1911
|
79
|
adam@1911
|
80 - Extend 'where con' to allow descending into submodule structure
|
adam@1911
|
81 - Type inference improvements
|
adam@1911
|
82 - Treat transactional FFI functions as effectful by default,
|
adam@1911
|
83 so that 'effectful'/'benignEffectful' .urp directives aren't necessary
|
adam@1911
|
84 - Interpret 'table' signature items more flexibly,
|
adam@1911
|
85 automatically adding (Ur) constraints to support
|
adam@1911
|
86 a kind of subtyping over (SQL) constraint sets
|
adam@1911
|
87 - New header file scheme to support FFI code in either of C or C++
|
adam@1911
|
88 - New command-line arguments: -ccompiler, -print-ccompiler
|
adam@1911
|
89 - More HTML tags: <dd>, <dl>, <dt>, <em>, and <strong>
|
adam@1911
|
90 - Add 'rel' attribute to <a>
|
adam@1911
|
91 - New type synonym 'xhead'
|
adam@1911
|
92 - Refactored the development Mercurial repository to remove autogenerated files
|
adam@1911
|
93 - More integration with Autotools distribution functionality
|
adam@1911
|
94 - Improvements to documentation and compiler error messages
|
adam@1911
|
95 - Bug fixes and optimization improvements
|
adam@1911
|
96
|
adam@1851
|
97 ========
|
adam@1851
|
98 20130421
|
adam@1851
|
99 ========
|
adam@1851
|
100
|
adam@1851
|
101 - Allow any FFI module to declare new HTML tags
|
adam@1851
|
102 - Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a
|
adam@1851
|
103 kind of simple dynamic typing (unsafe, of course)
|
adam@1851
|
104 - Add some name-mangling rules to allow XML attribute 'name' and attributes with
|
adam@1851
|
105 dashes
|
adam@1851
|
106 - New Basis members: pow and tryRpc
|
adam@1851
|
107 - Add 'placeholder' attribute for <password>
|
adam@1851
|
108 - New standard library functions: Option.unsafeGet
|
adam@1851
|
109 - Add ./configure MLTONARGS option for MLTON arguments
|
adam@1851
|
110 - Bug fixes and documentation improvements
|
adam@1851
|
111
|
adam@1826
|
112 ========
|
adam@1826
|
113 20120925
|
adam@1826
|
114 ========
|
adam@1826
|
115
|
adam@1826
|
116 - Changes to optimization/compilation strategy that can speed up compilation and
|
adam@1826
|
117 reduce code size dramatically
|
adam@1826
|
118 - New .urp directives: 'coreInline' and 'monoInline'
|
adam@1826
|
119 - 'show' instance for 'sql_query'
|
adam@1826
|
120 - Improvements to compiler error messages
|
adam@1826
|
121 - Bug fixes and optimization improvements
|
adam@1826
|
122
|
adam@1806
|
123 ========
|
adam@1806
|
124 20120807
|
adam@1806
|
125 ========
|
adam@1806
|
126
|
adam@1806
|
127 - Client-side mouse and keyboard event handlers are now functions over records.
|
adam@1806
|
128 - More flexibility in local type class instances
|
adam@1806
|
129 - Remove 'class' declaration; use 'con' instead now.
|
adam@1806
|
130 - SQL window functions
|
adam@1806
|
131 - New HTML pseudo-tag: <active>
|
adam@1806
|
132 - New Basis members: getenv (and associated functions), giveFocus
|
adam@1806
|
133 - New Top member: postFields (to process POST form data when called by some external script)
|
adam@1806
|
134 - HTTP daemons take '-a' option to set IP address to listen on
|
adam@1806
|
135 - More global mouse event hooks
|
adam@1806
|
136 - Bug fixes and performance improvements
|
adam@1806
|
137
|
adam@1771
|
138 ========
|
adam@1771
|
139 20120519
|
adam@1771
|
140 ========
|
adam@1771
|
141
|
adam@1771
|
142 - Compatibility fixes for new Automake and GCC versions
|
adam@1771
|
143 - Allow synchronous RPC's in 'onunload' code
|
adam@1771
|
144 - Start of special cases for parsing CSS class names: interpret "table" as identifier 'tabl'
|
adam@1771
|
145 (since 'table' is an Ur/Web keyword)
|
adam@1771
|
146 - Bug fixes and improvements to type inference and optimization
|
adam@1771
|
147
|
adam@1758
|
148 ========
|
adam@1758
|
149 20120512
|
adam@1758
|
150 ========
|
adam@1758
|
151
|
adam@1758
|
152 - New support for CSS style code embedded in Ur/Web programs.
|
adam@1758
|
153 Two recommended usage methods:
|
adam@1758
|
154 1. Use 'style' attributes with normal CSS syntax inside string literals.
|
adam@1758
|
155 2. Generate styles programmatically with the Style module of the Gui library
|
adam@1758
|
156 (distributed separately).
|
adam@1758
|
157 - 'dynStyle' attribute, which is to 'style' as 'dynClass' is to 'class'
|
adam@1758
|
158 - Parsing of standard syntax for 'class' attributes, via specially interpreted
|
adam@1758
|
159 string literals
|
adam@1758
|
160 - New optional suffix for 'rewrite' in .urp files: [-]
|
adam@1758
|
161 - Compiler error message improvements, including simplification of types
|
adam@1758
|
162 - New command line parameters: '-boot', '-dumpTypesOnError', '-unifyMore'
|
adam@1758
|
163 - New .urp directives: 'linker'
|
adam@1758
|
164 - Support for speeding up compilation by caching type inference results:
|
adam@1758
|
165 Run 'urweb daemon start' to spawn a background process,
|
adam@1758
|
166 'urweb daemon stop' to kill it.
|
adam@1758
|
167 - Enforcement of uniqueness of top-level module names across a project
|
adam@1758
|
168 - Adjust error message format to match Emacs compilation mode defaults
|
adam@1758
|
169 - More HTML attributes added
|
adam@1758
|
170 - New antiquote syntax for 'PRIMARY KEY'
|
adam@1758
|
171 - Bug fixes and improvements to type inference and platform compatibility
|
adam@1758
|
172
|
adam@1705
|
173 ========
|
adam@1705
|
174 20120329
|
adam@1705
|
175 ========
|
adam@1705
|
176
|
adam@1705
|
177 - New JavaScript FFI function: setInnerHTML
|
adam@1705
|
178 - Bug fixes
|
adam@1705
|
179 - Documentation improvements
|
adam@1705
|
180
|
adam@1693
|
181 ========
|
adam@1693
|
182 20120310
|
adam@1693
|
183 ========
|
adam@1693
|
184
|
adam@1693
|
185 - 'ORDER BY RANDOM'
|
adam@1693
|
186 - New Basis members: diffInMilliseconds, toMilliseconds
|
adam@1693
|
187 - <radio> widget now returns 'option string' instead of 'string'
|
adam@1693
|
188 - '-dumpSource' command-line flag
|
adam@1693
|
189 - Bug fixes and optimization improvements
|
adam@1693
|
190
|
adam@1669
|
191 ========
|
adam@1669
|
192 20120110
|
adam@1669
|
193 ========
|
adam@1669
|
194
|
adam@1669
|
195 - Improvements to type inference and error messages
|
adam@1669
|
196 - New 'dynClass' pseudo-attribute for most HTML tags
|
adam@1669
|
197 - New 't.*' notation for selecting all columns of a table
|
adam@1669
|
198 - New SQL functions: 'lower' and 'upper'
|
adam@1669
|
199 - 'timeFormat' .urp directive
|
adam@1669
|
200 - Client-side 'debug' and 'naughtyDebug' calls use a browser debug console, if available
|
adam@1669
|
201 - Allow 'source' values to be returned by RPCs
|
adam@1669
|
202 - Change the HTML context classification scheme in 'Basis'
|
adam@1669
|
203 - Rename 'Top.id' to 'ident' to avoid clash with 'Basis.id'
|
adam@1669
|
204 - More client-side function implementations
|
adam@1669
|
205 - Some expanded reference manual sections
|
adam@1669
|
206 - Tweak to linker command line argument order (to prevent issues with new Ubuntu versions)
|
adam@1669
|
207 - Bug fixes
|
adam@1669
|
208
|
adam@1616
|
209 ========
|
adam@1616
|
210 20111127
|
adam@1616
|
211 ========
|
adam@1616
|
212
|
adam@1616
|
213 - Improvements to type inference and error messages
|
adam@1616
|
214 - New Basis members: ceil, float, null, round, trunc
|
adam@1616
|
215 - New SQL expression forms: 'IF..THEN..ELSE', 'COALESCE', and 'LIKE'
|
adam@1616
|
216 - Support for the full set of HTML character entities
|
adam@1616
|
217 - Client-side versions of some time-related functions
|
adam@1616
|
218 - New URWEB_PG_CON environment variable
|
adam@1616
|
219 - Allow arguments for 'con' signature items, not just declarations
|
adam@1616
|
220 - Bug fixes and performance improvements
|
adam@1616
|
221 - Tweaks for idiosyncrasies of OS X (like deprecated OpenSSL)
|
adam@1616
|
222
|
adam@1509
|
223 ========
|
adam@1561
|
224 20110917
|
adam@1509
|
225 ========
|
adam@1509
|
226
|
adam@1509
|
227 - Start of official tutorial
|
adam@1509
|
228 - Compiler support for generating nice tutorial HTML from literate source files
|
adam@1509
|
229 - New protocol 'static' for generating static pages
|
adam@1561
|
230 - Replace GCCARGS 'configure' variable with CCARGS
|
adam@1561
|
231 - Better support for compilation with Clang (including on OS X)
|
adam@1561
|
232 - Fancier 'configure' script with versioning
|
adam@1523
|
233 - Applications consult URWEB_STACK_SIZE environment variable to determine thread
|
adam@1523
|
234 stack size
|
adam@1561
|
235 - HTML tag IDs now drawn from an abstract type
|
adam@1561
|
236 - New Basis functions: diffInSeconds, mkMonad, onClick, onDblclick, onKeydown,
|
adam@1561
|
237 onKeypress, onKeyup, onMousedown, onMouseup, preventDefault, stopPropagation,
|
adam@1561
|
238 toSeconds
|
adam@1561
|
239 - Add <image> tag
|
adam@1561
|
240 - Add 'target' attribute for <a>
|
adam@1561
|
241 - New compiler command-line option: -dumpTypes
|
adam@1561
|
242 - New syntactic sugar for computed ORDER BY clauses
|
adam@1561
|
243 - Bug fixes and optimization improvements
|
adam@1509
|
244
|
adam@1492
|
245 ========
|
adam@1492
|
246 20110715
|
adam@1492
|
247 ========
|
adam@1492
|
248
|
adam@1492
|
249 - Treat local variables the same as module-level variables, for the purpose of
|
adam@1492
|
250 implicit argument insertion
|
adam@1492
|
251 - New 'noXsrfProtection' directive for .urp files
|
adam@1492
|
252 - Non-debug builds omit source location information in error messages shown to
|
adam@1492
|
253 the user (but keep that information in log entries)
|
adam@1492
|
254 - Basis.getHeader and Basis.setHeader
|
adam@1492
|
255 - Basis.show_css_class
|
adam@1492
|
256 - Basis.currentUrlHasQueryString
|
adam@1492
|
257 - Make Basis.rand cryptographically secure
|
adam@1492
|
258 - Client-side versions of Basis.now and Basis.show_time
|
adam@1492
|
259 - Bug fixes
|
adam@1492
|
260 - Improvements to auto-configuration and build process (now builds with LLVM's
|
adam@1492
|
261 Clang!)
|
adam@1492
|
262 - Clarifications in the manual
|
adam@1492
|
263
|
adam@1458
|
264 ========
|
adam@1460
|
265 20110517
|
adam@1458
|
266 ========
|
adam@1458
|
267
|
adam@1458
|
268 - Cygwin compatibility
|
adam@1458
|
269 - Compatibility with Gentoo packaging process, including a .ebuild file
|
adam@1458
|
270 - Change typing of SQL subqueries, to indicate that they may always return NULL
|
adam@1458
|
271 (for no rows)
|
adam@1458
|
272 - Syntactic sugar for GROUP BY with variable numbers of columns
|
adam@1458
|
273 (using 'tab.{{c}}', where 'c :: {Type}')
|
adam@1458
|
274 - 'ALL' for SQL relational operators
|
adam@1458
|
275 - Add nullable types to the class for valid operands for SQL arithmetic
|
adam@1458
|
276 - 'alt' attribute for <img>
|
adam@1458
|
277 - <sup> and <sub> HTML tags
|
adam@1458
|
278 - Allow 'debug' and 'naughtyDebug' in client-side code, implemented with 'alert'
|
adam@1458
|
279 - Bug fixes and optimization improvements
|
adam@1458
|
280
|
adam@1400
|
281 ========
|
adam@1414
|
282 20110123
|
adam@1400
|
283 ========
|
adam@1400
|
284
|
adam@1400
|
285 - Changes to encoding of SQL aggregate functions: nullable types may be
|
adam@1400
|
286 aggregated, and non-COUNT aggregates return nullable results.
|
adam@1400
|
287 - SQL subqueries may apply aggregate functions to columns bound in enclosing
|
adam@1400
|
288 queries.
|
adam@1400
|
289 - Switch from libmhash to OpenSSL.
|
adam@1400
|
290 - 'cdataChar', for injecting arbitrary character codes into XML
|
adam@1400
|
291 - 'crypt', for access to the standard UNIX password encryption routine
|
adam@1400
|
292 - 'readUtc', for parsing time strings in the UTC time zone
|
adam@1400
|
293 - Built-in 'time' type now stores microseconds (which for now are only used in
|
adam@1400
|
294 connection with Postgres timestamps).
|
adam@1400
|
295 - Client-side URL blessing and redirection
|
adam@1400
|
296 - 'currentUrlHasPost' function
|
adam@1400
|
297 - Transactional 'free' functions now passed an argument indicating whether the
|
adam@1400
|
298 runtime system expects to retry the transaction.
|
adam@1400
|
299 - Change tasks to allow task kind-specific inputs
|
adam@1400
|
300 - Add 'clientLeaves' and 'periodic' task kinds
|
adam@1400
|
301 - Support for externally-callable pages, via the 'postBody' and 'queryString'
|
adam@1400
|
302 types and the 'effectfulUrl' function
|
adam@1400
|
303 - 'minHeap' and 'alwaysInline' .urp options
|
adam@1400
|
304 - '-prefix' command-line option
|
adam@1400
|
305 - Comments in .urp files (lines starting with '#')
|
adam@1400
|
306 - Miscellaneous additions to the standard library
|
adam@1400
|
307 - Bug fixes and improvements to type inference and optimization
|
adam@1400
|
308
|
adam@1287
|
309 ========
|
adam@1315
|
310 20101102
|
adam@1287
|
311 ========
|
adam@1287
|
312
|
adam@1287
|
313 - Polymorphic variants (see Basis.variant)
|
adam@1297
|
314 - New 'onError' directive for .urp files
|
adam@1287
|
315 - (* *) and <!-- --> comments in XML
|
adam@1297
|
316 - Basis.classes, Basis.confirm, and Basis.tryDml
|
adam@1309
|
317 - New notations ::_ and :::_, for constructor parameters of unknown kind
|
adam@1297
|
318 - Invocations like 'urweb foo' will compile foo.ur as a single-file project,
|
adam@1297
|
319 even if no foo.urp exists
|
adam@1309
|
320 - '-limit' command-line flag and 'limit' .urp directive
|
adam@1297
|
321 - Bug fixes and optimization improvements
|
adam@1287
|
322
|
adamc@1259
|
323 ========
|
adamc@1273
|
324 20100603
|
adamc@1259
|
325 ========
|
adamc@1259
|
326
|
adamc@1259
|
327 - Changed URL escaping convention, to avoid confusing proxies.
|
adamc@1259
|
328 The new convention is like the normal one, but with '.' instead of '%'.
|
adamc@1261
|
329 - Changed JavaScript compilation of recursive functions to use thunks.
|
adamc@1261
|
330 This change avoids most costs of functions not referenced on particular
|
adamc@1261
|
331 pages, reducing loading time dramatically.
|
adamc@1273
|
332 - Support HTTP caching of application-specific JavaScript code
|
adamc@1273
|
333 - Bug fixes
|
adamc@1259
|
334
|
adamc@1255
|
335 ========
|
adamc@1255
|
336 20100506
|
adamc@1255
|
337 ========
|
adamc@1255
|
338
|
adamc@1255
|
339 - New experimental checker for information flow and access control policies
|
adamc@1255
|
340 (See demo at http://www.impredicative.com/ur/scdv/)
|
adamc@1255
|
341
|
adamc@1197
|
342 ========
|
adamc@1197
|
343 20100401
|
adamc@1197
|
344 ========
|
adamc@1197
|
345
|
adamc@1197
|
346 - Subquery expressions and FROM items
|
adamc@1197
|
347 - Low-level support for SELECT with no FROM clause
|
adamc@1197
|
348 - Fixes for DBMS-portability of relational operators
|
adamc@1197
|
349
|
adamc@1183
|
350 ========
|
adamc@1190
|
351 20100325
|
adamc@1183
|
352 ========
|
adamc@1183
|
353
|
adamc@1188
|
354 - -verbose flag
|
adamc@1188
|
355 - COUNT(col) SQL aggregate function
|
adamc@1188
|
356 - 'benignEffectful' and 'safeGet' .urp commands
|
adamc@1188
|
357 - Remove Basis.getRequestHeader, since it can be used to circumvent cookie
|
adamc@1188
|
358 security
|
adamc@1190
|
359 - Rename Top.foldR*X to map*X
|
adamc@1188
|
360 - Bug fixes and optimization improvements
|
adamc@1183
|
361
|
adamc@1166
|
362 ========
|
adamc@1166
|
363 20100213
|
adamc@1166
|
364 ========
|
adamc@1166
|
365
|
adamc@1166
|
366 - Improvements to 'configure'; should now fail if any uncommon but required
|
adamc@1166
|
367 package is missing
|
adamc@1166
|
368 - Other fixes to configuration, build system, and C code portability
|
adamc@1166
|
369 - sigfile .urp directive & -sigfile command-line option
|
adamc@1166
|
370 - .urp files with no directives no longer need to begin with blank lines.
|
adamc@1166
|
371 - Other bug fixes
|
adamc@1166
|
372
|
adamc@1137
|
373 ========
|
adamc@1137
|
374 20100130
|
adamc@1137
|
375 ========
|
adamc@1137
|
376
|
adamc@1137
|
377 - Conversion to an Automake-based build system, for greater portability in
|
adamc@1137
|
378 building shared libraries
|
adamc@1137
|
379 - -path and -root command-line flags
|
adamc@1137
|
380 - Exported page handling functions (i.e., those page-generating functions
|
adamc@1137
|
381 appearing in the main module's signature) may now take any number of
|
adamc@1137
|
382 arguments, including 0.
|
adamc@1137
|
383
|
adamc@1123
|
384 ========
|
adamc@1123
|
385 20100112
|
adamc@1123
|
386 ========
|
adamc@1123
|
387
|
adamc@1123
|
388 - Basis.serialized type family, for storing more types in the database
|
adamc@1123
|
389 - Basis.textBlob, for building blobs from strings
|
adamc@1123
|
390 - Basis.debug function, for server-side debug printing
|
adamc@1123
|
391 - Bug fixes & optimization improvements
|
adamc@1123
|
392
|
adamc@1065
|
393 ========
|
adamc@1103
|
394 20091230
|
adamc@1065
|
395 ========
|
adamc@1065
|
396
|
adamc@1093
|
397 - Automatic insertion of implicit arguments in more positions
|
adamc@1065
|
398 - Reifying expressions as URLs and redirecting to them explicitly
|
adamc@1070
|
399 - More syntactic sugar for SQL
|
adamc@1070
|
400 - Typing of SQL queries no longer exposes which tables were used in joins but
|
adamc@1070
|
401 had none of their fields projected
|
adamc@1075
|
402 - Tasks
|
adamc@1095
|
403 - Dynamic linking of the runtime system
|
adamc@1077
|
404 - Optimization improvements
|
adamc@1103
|
405 - Bug fixes
|
adamc@1065
|
406
|
adamc@1050
|
407 ========
|
adamc@1056
|
408 20091203
|
adamc@1050
|
409 ========
|
adamc@1050
|
410
|
adamc@1050
|
411 - Extended cookie interface (breaks backward compatibility for 'setCookie')
|
adamc@1050
|
412 - Bug fixes
|
adamc@1056
|
413 - Extended UTF-8 characters in HTML
|
adamc@1050
|
414
|
adamc@1043
|
415 ========
|
adamc@1043
|
416 20091124
|
adamc@1043
|
417 ========
|
adamc@1043
|
418
|
adamc@1043
|
419 - Improved Internet Explorer compatibility
|
adamc@1043
|
420
|
adamc@1020
|
421 ========
|
adamc@1033
|
422 20091108
|
adamc@1020
|
423 ========
|
adamc@1020
|
424
|
adamc@1020
|
425 - Bug fixes
|
adamc@1020
|
426 - Optimization improvements
|
adamc@1021
|
427 - Removed a restriction that prevented some RPCs and calls to sleep or recv
|
adamc@1021
|
428 from compiling
|
adamc@1020
|
429
|
adamc@999
|
430 ========
|
adamc@999
|
431 20091012
|
adamc@999
|
432 ========
|
adamc@999
|
433
|
adamc@999
|
434 - Small bug fixes affecting MySQL and SQLite
|
adamc@999
|
435
|
adamc@988
|
436 ========
|
adamc@997
|
437 20091009
|
adamc@988
|
438 ========
|
adamc@988
|
439
|
adamc@988
|
440 - Bug fixes
|
adamc@988
|
441 - Improvement to choice of line number to cite in record unification error
|
adamc@988
|
442 messages
|
adamc@994
|
443 - SELECT DISTINCT
|
adamc@996
|
444 - New extra demos: orm1 and versioned1
|
adamc@988
|
445
|
adamc@985
|
446 ========
|
adamc@985
|
447 20090926
|
adamc@985
|
448 ========
|
adamc@985
|
449
|
adamc@985
|
450 - Reimplemented client-side code generation to use an interpreter, rather than
|
adamc@985
|
451 compilation to JavaScript; this avoids common browser flaws: lack of
|
adamc@985
|
452 optimization of tail calls and occasional bugs in closure handling.
|
adamc@985
|
453 - Bug fixes
|
adamc@985
|
454
|
adamc@968
|
455 ========
|
adamc@968
|
456 20090919
|
adamc@968
|
457 ========
|
adamc@968
|
458
|
adamc@968
|
459 - Bug fixes
|
adamc@968
|
460 - Optimization improvements
|
adamc@968
|
461 - Expanded grid demo in demo/more: optional columns, sorting, filtering,
|
adamc@968
|
462 paging, selecting rows, aggregate row
|
adamc@968
|
463
|
adamc@929
|
464 ========
|
adamc@929
|
465 20090912
|
adamc@929
|
466 ========
|
adamc@929
|
467
|
adamc@929
|
468 - Bug fixes
|
adamc@929
|
469 - Optimization improvements
|
adamc@929
|
470 - New set of extra demos in demo/more
|
adamc@929
|
471
|
adamc@914
|
472 ========
|
adamc@914
|
473 20090825
|
adamc@914
|
474 ========
|
adamc@914
|
475
|
adamc@914
|
476 - Many bug fixes
|
adamc@914
|
477 - Remote procedure calls must be marked with the new 'rpc' function.
|
adamc@914
|
478 - Some tweaks to enable usage on OSX (suggested by Paul Snively)
|
adamc@914
|
479
|
adamc@897
|
480 ========
|
adamc@897
|
481 20090718
|
adamc@897
|
482 ========
|
adamc@897
|
483
|
adamc@897
|
484 - New application protocols: CGI and FastCGI
|
adamc@897
|
485 - New database backends: MySQL and SQLite
|
adamc@897
|
486 - More JavaScript events added to tags in standard library
|
adamc@897
|
487 - New manual section on using the foreign function interface (FFI)
|
adamc@897
|
488
|
adamc@852
|
489 ========
|
adamc@852
|
490 20090623
|
adamc@852
|
491 ========
|
adamc@852
|
492
|
adamc@852
|
493 - Many bug fixes
|
adamc@852
|
494 - Mutually-recursive datatypes
|
adamc@852
|
495 - SML-style pattern-matching syntax for "fun", "fn", and local "val"
|
adamc@852
|
496 - Backwards-incompatible change to syntax of formal constructor parameters to
|
adamc@852
|
497 value-level functions, to support the previous change
|
adamc@852
|
498 - Path map support inspired by SML/NJ CM and MLton ML Basis
|
adamc@852
|
499 - Start of some new standard library modules
|
adamc@852
|
500 - Some improvements to JavaScript runtime, including better error handling
|
adamc@852
|
501
|
adamc@716
|
502 ========
|
adamc@790
|
503 20090505
|
adamc@716
|
504 ========
|
adamc@716
|
505
|
adamc@716
|
506 - Reimplement constructor class resolution to be more general and Prolog-like
|
adamc@716
|
507 - SQL table constraints
|
adamc@770
|
508 - URLs
|
adamc@736
|
509 - Client-side error handling callbacks
|
adamc@736
|
510 - CSS
|
adamc@736
|
511 - Signing cookie values cryptographically to thwart cross site request forgery
|
adamc@744
|
512 - Blobs and HTTP file upload
|
adamc@752
|
513 - SQL outer joins
|
adamc@755
|
514 - SQL views
|
adamc@756
|
515 - Subforms
|
adamc@768
|
516 - C and JavaScript FFI
|
adamc@768
|
517 - Path rewriting
|
adamc@716
|
518
|
adamc@702
|
519 ========
|
adamc@702
|
520 20090405
|
adamc@702
|
521 ========
|
adamc@702
|
522
|
adamc@702
|
523 - Asynchronous message-passing and the associated server-side client
|
adamc@702
|
524 bookkeeping
|
adamc@702
|
525 - Reimplement parts of the client-side runtime system to avoid space leaks
|
adamc@702
|
526 - spawn and sleep
|
adamc@702
|
527 - Expand the constructor class instance rule format
|
adamc@702
|
528
|
adamc@663
|
529 ========
|
adamc@663
|
530 20090312
|
adamc@663
|
531 ========
|
adamc@663
|
532
|
adamc@663
|
533 - Replace type-level "fold" with "map"
|
adamc@663
|
534 - Replace expression-level "fold" with folders, defined in Top and
|
adamc@663
|
535 supported by some special compiler inference
|
adamc@663
|
536 - Replace guarded constructors with guarded types, introduced only by
|
adamc@663
|
537 guarded expression abstraction, and with a new explicit application form
|
adamc@663
|
538 - Kind polymorphism
|
adamc@663
|
539 - Generalize type classes to constructor classes
|
adamc@663
|
540 - Initial compilation of client-side code to JavaScript
|
adamc@663
|
541 - Initial support for mixed client- and server-side programming (i.e., "AJAX")
|
adamc@665
|
542 - src/coq: Coq formalization of a core Ur-like calculus
|
adamc@663
|
543
|
adamc@506
|
544 ========
|
adamc@561
|
545 20081209
|
adamc@506
|
546 ========
|
adamc@506
|
547
|
adamc@506
|
548 - Optimization: Fusing page writes with calls to recursive functions
|
adamc@523
|
549 - Optimization of bottleneck compiler phases
|
adamc@561
|
550 - Reference manual
|
adamc@561
|
551 - SQL arithmetic operators
|
adamc@506
|
552
|
adamc@504
|
553 ========
|
adamc@504
|
554 20081120
|
adamc@504
|
555 ========
|
adamc@504
|
556
|
adamc@504
|
557 - Fix bug that sometimes led to omission of initial "<html>" in pages
|
adamc@504
|
558 - Take advantage of nested functions in some demos
|
adamc@504
|
559 - "profile" option that may appear in .urp files, to enable gprof profiling
|
adamc@663
|
560 - "-guided-demo" option that works like "-demo" but uses less screen space for
|
adamc@663
|
561 prose
|
adamc@504
|
562
|
adamc@467
|
563 ========
|
adamc@497
|
564 20081118
|
adamc@467
|
565 ========
|
adamc@467
|
566
|
adamc@467
|
567 - Nested function definitions
|
adamc@467
|
568 - Primitive "time" type
|
adamc@467
|
569 - Nullable SQL columns (via "option")
|
adamc@467
|
570 - Cookies
|
adamc@663
|
571 - Compiler: Specialization of functions to known arguments (especially of
|
adamc@663
|
572 function type)
|
adamc@467
|
573
|
adamc@435
|
574 ========
|
adamc@435
|
575 20081028
|
adamc@435
|
576 ========
|
adamc@435
|
577
|
adamc@435
|
578 - Add GCCARGS configure option
|
adamc@435
|
579
|
adamc@433
|
580 ========
|
adamc@433
|
581 20081027
|
adamc@433
|
582 ========
|
adamc@433
|
583
|
adamc@433
|
584 - On missing inputs, print an error message, but don't exit the web server.
|
adamc@434
|
585 - Remove need for "() <-" notation.
|
adamc@433
|
586
|
adamc@433
|
587 ========
|
adamc@433
|
588 20081026
|
adamc@433
|
589 ========
|
adamc@433
|
590
|
adamc@433
|
591 - Change 'sed' call to work on OSX.
|
adamc@433
|
592 - Avoid including or linking libpq files on apps that don't use SQL.
|