Commit Graph

540 Commits

Author SHA1 Message Date
Nick Martin
bd3b61a571 Linewrap History.md 2014-10-13 23:28:40 -07:00
Sashko Stubailo
8029ed8774 Merge branch '0.9.4'
Conflicts:
	docs/client/data.js
2014-10-13 14:51:06 -07:00
Sashko Stubailo
44b15960c8 Specify defaults for --mobile-server 2014-10-13 13:28:37 -07:00
Sashko Stubailo
f5bf536de5 Add 0.9.4 heading to History 2014-10-13 13:22:49 -07:00
Nick Martin
9d3b73c655 Rewording pass over History.md 2014-10-12 18:36:54 -07:00
Nick Martin
aeb5291953 Re-order and linewrap History entries. No content changes. 2014-10-12 15:08:42 -07:00
Nick Martin
9a1f962122 Update contributors for 0.9.4 2014-10-11 23:47:49 -07:00
Sashko Stubailo
3dab2c9b50 First pass at History.md 2014-10-09 12:27:02 -07:00
Emily Stark
3069788e01 Rework --mobile-server defaults.
* --port now requires a port ('meteor run --port example.com' isn't valid).
* --mobile-server defaults to your detected IP address and the port from
    --port.
* If you provide a value for --mobile-server, we default to http:// as
  the protocol. A host is required for --mobile-server if you don't omit
  the option entirely. Similar for the --server argument to 'meteor
  build'.

This commit includes the 'netroute' npm module as a core package (which
has binary dependencies) for IP detection. It would be nice to put it in
packages/non-core, but I think it has to be a core package in order to
uniload it.
2014-10-03 12:11:44 -07:00
Sashko Stubailo
c98e6d8afb Merge branch '0.9.4-pre.2' into devel
Conflicts:
	History.md
	packages/meteor-tool/package.js
	packages/minimongo/package.js
	packages/package-version-parser/package.js
	scripts/admin/banners.json
	scripts/admin/meteor-release-experimental.json
2014-10-02 16:04:13 -07:00
Sashko Stubailo
47800298c6 Merge branch '0.9.3.1' into 0.9.4-pre.2
Conflicts:
	History.md
	packages/meteor-tool/package.js
	packages/package-version-parser/package.js
	scripts/admin/banners.json
	scripts/admin/meteor-release-experimental.json
2014-10-01 15:18:10 -07:00
Avital Oliver
41ca7ae719 Update History.md 2014-09-30 23:40:59 -07:00
Avital Oliver
2ff683768d Merge branch 'master' into devel
Conflicts:
	History.md
	docs/client/data.js
	docs/client/docs.js
	packages/meteor-tool/package.js
	packages/package-version-parser/package.js
	scripts/admin/meteor-release-experimental.json
	tools/package-client.js
2014-09-30 23:37:10 -07:00
Avital Oliver
5ef6ad652b Merge branch 'release-0.9.3.1'
Conflicts:
	docs/.meteor/release
	docs/client/docs.js
	scripts/admin/banners.json
2014-09-30 23:28:54 -07:00
Avital Oliver
a31b44854b Add whitespace to History.md 2014-09-30 18:14:21 -07:00
Avital Oliver
b20285e633 0.9.3.1 2014-09-30 18:10:41 -07:00
David Greenspan
84485a17a7 History.md 2014-09-29 12:59:15 -07:00
Emily Stark
0c9199683e Resolve leftover merge conflicts in History.md 2014-09-26 16:29:33 -07:00
ekatek
dd7635af6e merging from master 2014-09-25 19:45:48 -07:00
ekatek
39990a3424 Merge branch 'release-0.9.3' 2014-09-25 19:40:48 -07:00
David Greenspan
3444da6d56 Merge branch 'helper-syntax' into devel
Conflicts:
	History.md
2014-09-25 15:35:40 -07:00
David Greenspan
54c159c07c History.md for package deprecations 2014-09-25 15:18:48 -07:00
David Greenspan
8e9eb87701 History.md for helper syntax 2014-09-25 14:57:42 -07:00
Emily Stark
020e1680f7 fix History.md typos 2014-09-25 11:30:00 -07:00
Nick Martin
7283735d00 One more contributor for the History. 2014-09-25 00:26:08 -07:00
Nick Martin
42550da8a5 Update github committers. 2014-09-23 23:07:41 -07:00
Nick Martin
e90baa1fcc Also note path changes in the built bundle. 2014-09-23 00:16:37 -07:00
Nick Martin
6cbd06942c Add note about changing file paths for static assets.
This has bitten several people already. Better late than never.
2014-09-23 00:12:03 -07:00
Nick Martin
c740a5c02a First pass at history.md 2014-09-22 23:49:21 -07:00
David Greenspan
6aec260018 Update History.md for UI.dynamic rename 2014-09-19 12:14:15 -07:00
Emily Stark
75a1fce548 Add forgotten history entry for 0.9.2.2 2014-09-17 23:48:59 -04:00
Emily Stark
3dadc0512d Add forgotten history entry for 0.9.2.2 2014-09-17 23:48:39 -04:00
Emily Stark
d73bd2add4 History item for 0.9.2.1 2014-09-15 15:57:55 -07:00
Emily Stark
6c22fa7547 Merge branch 'release-0.9.2'
Conflicts:
	docs/.meteor/release
	docs/.meteor/versions
	docs/client/docs.js
	docs/packages/application-configuration/versions.json
	examples/clock/.meteor/release
	examples/clock/.meteor/versions
	examples/leaderboard/.meteor/release
	examples/leaderboard/.meteor/versions
	examples/parties/.meteor/release
	examples/parties/.meteor/versions
	examples/todos/.meteor/release
	examples/todos/.meteor/versions
	examples/wordplay/.meteor/release
	examples/wordplay/.meteor/versions
	scripts/admin/banners.json
	scripts/admin/manifest.json

There are conflicts because we merged 0.9.1.1 in by merging the tag
release/METEOR@0.9.1.1, which did not contain the commits that updated
the docs/examples versions and other things that happen right after
publishing a release.
2014-09-15 14:33:32 -07:00
Emily Stark
024548ca3c Remove WAREHOUSE_DIR change from History.md
This was just a change from one 0.9.2 RC to another.
2014-09-15 11:24:53 -07:00
Emily Stark
b06d63977f Line wrap History items 2014-09-15 11:19:17 -07:00
Nick Martin
46885c82ff minor history.md tweaks. formatting and a few more small items 2014-09-15 11:17:39 -07:00
Emily Stark
7b0ca93413 Fix PhoneGap capitalization in History.md 2014-09-15 10:58:16 -07:00
Emily Stark
d1c6348302 Add github patches to History 2014-09-15 10:30:32 -07:00
Emily Stark
68e08d0a38 Cordova -> Cordova/Phonegap 2014-09-14 20:31:43 -07:00
Emily Stark
fc01e11e5f Add cordova stuff to history 2014-09-14 09:16:00 -07:00
Slava Kim
e37c953413 tweaks to history 2014-09-11 16:38:30 -07:00
Emily Stark
2c34dd70da History.md pass 2014-09-11 15:31:29 -07:00
Slava Kim
689a3d7a7d Add a not about build 2014-09-11 13:44:31 -07:00
Slava Kim
21e1fdae42 Straw-man history.md 2014-09-11 13:19:31 -07:00
Andrew Mao
6fd2a7e7c9 Mention the new replacement for Blaze.getCurrentData 2014-09-08 08:19:50 -07:00
Avital Oliver
6d883482cd History.md for 0.9.1.1 2014-09-06 13:50:18 -07:00
Avital Oliver
65c2b762bd Add forgotten entries to History.md 2014-09-04 14:48:07 -07:00
Avital Oliver
10b2c8ea2e Fix Blaze APIs in History.md 2014-09-04 12:34:48 -07:00
Emily Stark
3d8bfb41ed History tweak 2014-09-04 12:26:58 -07:00