Avital Oliver
c23408bdd7
versions for 0.9.1
2014-09-04 15:41:39 -07:00
Sashko Stubailo
87b13e1b5a
Rename Mongo.Collection.Cursor -> Mongo.Cursor, Mongo.Collection.ObjectID -> Mongo.ObjectID
2014-08-29 10:29:01 -07:00
Sashko Stubailo
96952dda2b
Rename Meteor.Collection -> Mongo.Collection
2014-08-29 10:11:21 -07:00
Sashko Stubailo
c4e0ec5a14
Merge branch 'release-0.9.1' into mongo
...
Conflicts:
packages/mongo-livedata/package.js
2014-08-28 17:15:06 -07:00
Sashko Stubailo
d3d7f0478f
Replace references to mongo-livedata with mongo
2014-08-28 11:32:24 -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
41910019e1
Renamed Deps to Tracker in all packages
2014-08-27 20:05:22 -07:00
Sashko Stubailo
aa43fb2f2f
Add a bunch of new stuff to auto docs, see names.json
2014-08-25 20:54:28 -07:00
ekatek
b9a714f028
ripping out internal, name and test from package.js files
2014-07-07 20:50:50 -07:00
ekatek
fb709c9563
remove versions files from core packages
2014-06-16 22:11:31 -07:00
ekatek
beb0e59b9d
new version files from teh new solver? Also, package.js correct with tests
2014-05-09 17:36:25 -07:00
ekatek
031890d2c5
don't store buildtime deps in the catalog
2014-05-04 16:56:58 -07:00
ekatek
23ad149a78
better versions files
2014-04-25 15:06:45 -07:00
ekatek
10d2047d12
clean up
2014-04-25 15:01:20 -07:00
ekatek
c84c8d6097
alphabetize package version lock files
2014-04-24 18:18:21 -07:00
David Glasser
3d3bdd4f50
versions.json update (these should be sorted!)
2014-04-24 17:02:46 -07:00
ekatek
29f2216919
rename test-packages back, make catalog slightly more efficient, add remaining versions.json
2014-04-21 19:02:30 -07:00
ekatek
9f543d4d03
versions files for packages
2014-04-21 18:16:31 -07:00
ekatek
833d8b3620
adding names and test packages where applicable; wip
2014-04-10 15:04:38 -07:00
Geoff Schmidt
4d114ef617
Set some (not all, yet) packages to version 1.0.0
2014-03-07 01:33:37 -08:00
David Glasser
4b3cb9d305
Rename api.exportSymbol -> api.export.
2013-07-25 18:54:43 -07:00
David Glasser
9f38258b54
Drop all @export lines. Add api.exportSymbol instead.
2013-07-25 18:54:40 -07:00
Geoff Schmidt
3d1c09794f
Comprehensive namespace cleanup.
2013-07-25 18:54:40 -07:00
David Glasser
6b48e8bd8a
stuff that doesn't have conflicts
2013-05-13 11:51:50 -07:00
David Glasser
8dbee56e77
Add .gitignore to package directories to match linker branch.
...
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
David Greenspan
fa5770ec74
move Session impl into private ReactiveDict pkg
2013-04-02 17:24:47 -07:00
David Greenspan
df5d2800ae
dep.depend() instead of Deps.depend(dep)
...
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Glasser
5a5204e3a4
Remove closures around package files. (hint: git blame -w)
...
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
Avital Oliver
5a0a4f5ab0
npm dependencies at bundle time
...
- package.js now has a top-level 'Npm.depends' directive
- both bundle-time and server run-time code can get access
to any dependent npm module with 'Npm.require'
2013-03-19 15:11:04 -07:00
Avital Oliver
58c6f55676
Apply changes made on engine repo
2013-03-19 15:11:01 -07:00
David Greenspan
96d05d741f
Deps.Variable => Deps.Dependency
2013-03-11 12:37:25 -07:00
David Greenspan
a18a92e65f
Deps.run => Deps.autorun
2013-03-11 12:17:39 -07:00
David Greenspan
975454d4e4
Merge branch 'devel' into deps-radical
2013-03-04 13:46:50 -08:00
Andrew Wilcox
03025db527
Only load Session on the client.
...
Fixes 751.
2013-03-04 12:24:04 -08:00
David Greenspan
87964fe689
Deps: can only register callbacks on active computations
2013-03-01 18:20:06 -08:00
David Greenspan
447f5a6686
Var -> Deps
2013-02-28 16:11:38 -08:00
David Greenspan
457de14998
renaming
2013-02-28 16:06:31 -08:00
David Greenspan
f6aabffab3
port all packages to new Deps (tests pass)
2013-02-25 17:52:51 -08:00
Naomi Seyfer
dba23bd29c
Session.setDefault, and updating todos to use it. #698
2013-02-20 17:56:39 -08:00
Naomi Seyfer
24c4b0615d
Mostly switching over to using EJSON.equals
2013-01-17 15:56:12 -05:00
Naomi Seyfer
9fe782ab15
Move EJSON stuff to new ejson package.
2013-01-17 15:51:58 -05:00
Naomi Seyfer
3331e1f7d3
Glasser's comments on my diff
...
* Lots of small things like whitespace fixes
* change the way adding a custom type works
2013-01-17 15:49:48 -05:00
Naomi Seyfer
e1f15e7c7f
Hacked objectid in there, though not ideally
2013-01-17 15:47:27 -05:00
Naomi Seyfer
c305ac8d22
Date now works in session var
2013-01-17 15:47:27 -05:00
Tom Wijsman
8f83b2c32e
Made sure all file system related statements use proper path.join and path.sep to support other platforms.
2012-10-30 15:53:49 -07:00
David Glasser
bae1a59af6
Publicize Meteor._autorun as Meteor.autorun (with docs and tests).
2012-10-12 00:50:35 -07:00
David Glasser
9251edbf8d
Allow arbitrary JSON objects to be stored in Session (but not compared with equals). Test Session. Fixes #215 .
2012-10-06 14:42:59 -07:00
David Glasser
20e29d2851
Make everything in deps-utils private for now.
2012-10-05 15:26:22 -07:00
David Glasser
08a0eda83e
Merge branch 'devel' into deps-utils-private
...
Conflicts:
packages/session/session.js
2012-10-05 15:14:13 -07:00