adam@2306: ========
adam@2306: 20151220
adam@2306: ========
adam@2306:
adam@2306: - New .urp directive: 'jsFile'
adam@2306: - Merged an experimental automatic caching optimization, triggered with '-sqlcache'
adam@2306: - Bug fixes
adam@2306:
adam@2193: ========
adam@2193: 20151122
adam@2193: ========
adam@2193:
adam@2193: - Daemon mode now supports shared caching of libraries across projects.
adam@2193: - Change behavior of SQL equality to do the intuitive thing for nullable types.
adam@2193: - Basis.fromMilliseconds
adam@2193: - Bug fixes and improvements to type inference and error messages
adam@2193:
adam@2179: ========
adam@2179: 20151018
adam@2179: ========
adam@2179:
adam@2179: - Applications now reconnect to database server automatically after losing connection.
adam@2179: - Bug fixes and improvements to compatibility, documentation, and error messages
adam@2179:
adam@2170: ========
adam@2170: 20150819
adam@2170: ========
adam@2170:
adam@2170: - Allow mouse and key events for
adam@2170: - Add HTML 'align' attribute
adam@2170: - Add onChange handler to radioOption
adam@2170: - New literal [_LOC_] that is replaced with textual information on location in source file
adam@2170: - Add a simple 'make test' target
adam@2170: - Bug fixes and documentation improvements
adam@2170:
adam@2146: ========
adam@2146: 20150520
adam@2146: ========
adam@2146:
adam@2146: - Change default behavior of client-side GUI event handlers:
adam@2146: By default, events are now passed to handlers on parent DOM nodes as well,
adam@2146: just like in normal JavaScript.
adam@2146: Call [preventDefault] or [stopPropagation] to tweak that behavior.
adam@2146: WARNING: This change may break backward compatibility!
adam@2146: - URIs specified with 'file' .urp directive are implicitly allowed to be referenced.
adam@2146: - New HTML tags: