David Greenspan
a18a92e65f
Deps.run => Deps.autorun
2013-03-11 12:17:39 -07:00
David Greenspan
b9c3e1fa30
port examples
2013-03-08 12:50:46 -08:00
David Glasser
9b486b3c9b
Meteor.random -> Random.fraction
...
add Random.choice
2013-02-13 00:08:50 -08:00
David Glasser
3f2aad7c0e
Rename subscription "complete" to "ready" everywhere (including in the
...
protocol and the publisher API).
Also update examples/other/quiescence for ddp-pre1.
2013-01-30 13:34:58 -08:00
David Glasser
2aa92b2ed3
Update to use APIs from new versions of fibers and uglify-js.
...
Combine files before minimizing.
minimongo - subkey sort fails when minized, so clearly there is some sort of
uglify bug.
2013-01-16 11:34:30 -05:00
David Glasser
c947cbf1b3
Demo for quiescence.
2012-11-14 18:10:08 -08:00
David Glasser
bae1a59af6
Publicize Meteor._autorun as Meteor.autorun (with docs and tests).
2012-10-12 00:50:35 -07:00
David Glasser
86cdbe4d71
Merge branch 'deps-utils-private' into devel
...
This adds three deps utilities, which are currently undocumented and internal:
Meteor._ContextSet, Meteor._autorun, and Meteor._atFlush.
2012-10-06 11:06:58 -07:00
David Glasser
20e29d2851
Make everything in deps-utils private for now.
2012-10-05 15:26:22 -07:00
Nick Martin
f36fc90c07
Add clear button to template demo. Fixes #362
2012-10-04 22:02:24 -07:00
David Glasser
5e622215ba
Change all publicly documented APIs to use camelCase.
...
For now, the old names still work as well.
This includes:
- Meteor.isServer/isClient
- this.isSimulation in methods
- Context.onInvalidate
- Meteor.status().retryCount/retryTime
Remove old backwards-compatibility "Sky" alias for "Meteor".
Update all examples in the docs to use camelCase.
Delete unused docs/client/projects.html file.
2012-09-17 14:26:45 -07:00
David Greenspan
fb765dd5f3
Meteor.autorun
2012-09-16 04:07:49 -07:00
David Greenspan
1ca5357b28
new event map syntax
2012-08-22 19:41:06 -07:00
David Greenspan
9fe768989f
past-tense created/rendered/destroyed
...
Consensus is that "render" is too confusing a name for what's obviously a callback (after the template is rendered). We prefer past tense rather than oncreate, onrender, ondestroy.
2012-08-22 16:58:48 -07:00
Geoff Schmidt
fc85b3a243
scale d3 canvas correctly
2012-08-15 21:43:33 -07:00
Geoff Schmidt
7c89eb8eca
make d3 demo wider
2012-08-15 20:55:13 -07:00
Geoff Schmidt
0241f84b56
clean up the demo
2012-08-15 20:42:50 -07:00