David Glasser
43b4b30205
Release PLUGINS-PREVIEW@1
...
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
David Glasser
91ce1561c3
tracker: implement Computation.onStop
...
Fixes #3915 .
2015-04-29 00:18:13 -07:00
Sashko Stubailo
75a00fc279
Un-prerelease version numbers
2015-03-31 12:03:53 -07:00
Sashko Stubailo
acee5d0fcc
Bump package versions
2015-03-27 10:37:27 -07:00
Slava Kim
c9fd50d0f4
Merge branch 'tracker-errors' into release-1.1
2015-03-25 19:33:56 -07:00
Sashko Stubailo
26c040179b
Bump a bunch of versions to be the newest
2015-03-25 16:17:48 -07:00
David Glasser
21bdac8734
Merge branch 'master' into devel
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/accounts-password/password_server.js
packages/constraint-solver/package.js
packages/meteor-tool/package.js
packages/non-core/npm-bcrypt/package.js
packages/package-version-parser/package-version-parser-tests.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
tools/selftest.js
2015-03-17 13:41:14 -07:00
David Glasser
4daaa76b12
METEOR@1.0.4
2015-03-17 13:06:07 -07:00
Slava Kim
a02f97c4b6
Improve logging through Meteor._debug in Tracker
2015-03-17 01:25:58 -07:00
Slava Kim
41dc9b4855
Add Tracker.autorun's onError tests
2015-03-17 00:58:14 -07:00
Slava Kim
1df8d15275
Put extra onError callback of Tracker.autorun to a named options object
2015-03-17 00:42:35 -07:00
Slava Kim
d6af3605ca
Tweaks to error reporting in Tracker.
...
- Allow passing an onError callback to Tracker.autorun.
- Workaround the issue described in #3655 by logging parts of error message
separately.
2015-03-17 00:37:58 -07:00
Slava Kim
9a29988016
Merge pull request #3937 from meteor/callbacks-docs
...
Better documentation for callbacks taking arguments
2015-03-17 07:21:11 +00:00
Slava Kim
b3e1c4d89a
Docs: Put TrackerComputationFunction typedef to Tracker namespace
2015-03-17 00:20:32 -07:00
Slava Kim
dab2782434
Document a whole bunch of missing arguments/returns
2015-03-14 23:04:09 -07:00
David Glasser
14887d8c9c
Avoid infinite loops in the Tracker flush cycle
...
Tracker.flush() will still guarantee that all computations and
afterFlush callbacks have been fully flushed, but the implicit flush
cycle started by an invalidation or afterFlush call will yield to the
event loop for 10ms every thousand computations.
Fixes #3901 .
Reviewed at https://rbcommons.com/s/meteor/r/25/
2015-03-12 11:02:09 -07:00
Sergio Garcia Murillo
f50f2b64c2
Use Meteor._setImmediate instead of setTimeout with 0
2015-03-10 14:05:11 -07:00
David Glasser
af0469da35
Bump other packages to -rc.0
2015-03-05 22:54:07 -08:00
Sashko Stubailo
ff0f304096
Bump version numbers to avoid downgrades
2015-03-03 22:22:09 -08:00
Slava Kim
996369e6a5
Expose the active computations held within Tracker
2015-02-26 18:45:13 -08:00
Slava Kim
05b6ddb8ed
Colors to Tracker's readme
2015-02-22 12:34:13 -08:00
Slava Kim
27f249bfed
A lot of crazy package bumps
2015-01-21 14:03:55 -08:00
Sashko Stubailo
25f3b9f337
Bump a bunch of versions
2015-01-20 22:34:25 -08:00
Sashko Stubailo
c37342d504
Bump a bunch of package versions
2015-01-20 22:34:24 -08:00
ekatek
99124d881a
increment package versions
2015-01-20 10:25:22 -08:00
ekatek
40fa95830f
increment version numbers
2015-01-13 19:30:27 -08:00
Peter Curtis
1f3741cba2
Fix a failure to detect flush-in-autorun
...
Fixes #3037 .
2015-01-09 15:31:30 -08:00
David Glasser
0befea50f2
Delete versions.json files; they are no longer used
2014-12-19 11:34:07 -08:00
David Glasser
6b204ca73a
Bump package versions for 1.0.2
2014-12-19 10:31:59 -08:00
David Glasser
73b809c122
Bump versions for 1.0.2.
2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30
Update calls to addFiles, onUse, and onTest
2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70
bump all versions (due to source-map upgrade)
2014-11-25 09:06:26 -08:00
Slava Kim
44832cbbdc
Add return types and properties types in JSDoc to a lot of methods
2014-11-02 02:45:17 -08:00
Geoff Schmidt
e4e0610da1
Move Tracker manual chapter back out to Github again. Provide a shorter readme about it.
2014-10-27 06:06:07 -07:00
Geoff Schmidt
3c98e47709
fix tracker readme formatting typo
2014-10-13 17:43:39 -07:00
Geoff Schmidt
4d64c493d6
README.md: port Tracker chapter over from Meteor Manual
2014-10-13 17:29:10 -07:00
Geoff Schmidt
ba41957243
another image from Meteor Manual
2014-10-13 17:25:35 -07:00
Geoff Schmidt
364b09ffda
Add image from Meteor Manual
2014-10-13 17:20:50 -07:00
Sashko Stubailo
36da5aecb4
Make all version numbers not have rc
2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10
Bump all of the version numbers to rc.0
2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598
Bump all version numbers again after cherry-picking unipackage fix
2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac
Bump all of the version numbers again, to republish with the unipackage.json fix
2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a
Bump every single package version number due to a change in compilation
2014-09-29 23:44:50 -07:00
Avital Oliver
c23408bdd7
versions for 0.9.1
2014-09-04 15:41:39 -07:00
Avital Oliver
6f6630d616
Update package versions for 0.9.1-rc2
2014-08-28 12:37:04 -07:00
Avital Oliver
ca8ae9462d
Export 'Deps' from the tracker package.
...
Specifically, this gives apps access to Deps (via meteor-platform,
formerly known as standard-app-packages)
2014-08-28 12:13:55 -07:00
Avital Oliver
864fffc9e9
Bump package versions in preparation for 0.9.1-rc0
2014-08-28 11:00:35 -07:00
David Greenspan
c9857ea642
Change additional occurrences of Deps to Tracker
2014-08-27 22:43:28 -07:00
Sashko Stubailo
ca4ff126f2
Fix comment and symlink
2014-08-27 21:06:30 -07:00
Sashko Stubailo
8e7cd297bf
Renamed Deps to Tracker and added deprecated deps package. Tests pass
2014-08-27 19:45:49 -07:00