mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update change log in preparation for release.
This commit is contained in:
23
History.md
23
History.md
@@ -1,6 +1,29 @@
|
||||
|
||||
## vNEXT
|
||||
|
||||
* HTTPS support
|
||||
* Add `force-ssl` package to require site to load over HTTPS.
|
||||
* Use HTTPS for install script and `meteor update`.
|
||||
* Allow runtime configuration of default DDP endpoint.
|
||||
|
||||
* Handlebars improvements
|
||||
* Implement dotted path traversal for helpers and methods.
|
||||
* Use `{{this.foo}}` to avoid invoking helper `foo`.
|
||||
* Make event handler `this` reflect the node that matched the selector instead of the event target node.
|
||||
|
||||
* Add `nib` support to stylus package. #175
|
||||
|
||||
* Upgrade bootstrap to version 2.0.4. #173
|
||||
|
||||
* Print changelog after `meteor update`.
|
||||
|
||||
* Fix issue with spurious heartbeat failures on busy connections.
|
||||
|
||||
* Fix exception in minimongo when matching non-arrays using `$all`. #183
|
||||
|
||||
* Fix serving an empty file when no cacheable assets exist. #179
|
||||
|
||||
|
||||
## v0.3.7
|
||||
|
||||
* Better parsing of `.html` template files
|
||||
|
||||
Reference in New Issue
Block a user