Commit Graph

867 Commits

Author SHA1 Message Date
Ben Newman
303df5351d Merge branch 'devel' into release-1.3.3 2016-05-19 18:34:20 -04:00
Jesse Rosenberger
026e063dcb Fix incorrect History entry about Match.Maybe and Match.Optional
The log entry about `Match.*` bugs in 1.3.2 is actually opposite of what was changed.  This clarifies it and adds an entry for the original addition of `Match.Maybe` to the 1.3 log.

Fixes #7083
2016-05-19 21:28:48 +03:00
Tom Coleman
de262b70ce Update History.md 2016-05-19 11:02:39 -07:00
Tom Coleman
1000af63d3 Update History.md 2016-05-19 08:06:47 -07:00
Tom Coleman
04ff1aa115 Update History.md 2016-05-17 15:46:45 -07:00
Zoltan Olah
ccaba1e690 Merge branch 'laosb-warehouse-urlbase-override' into devel 2016-05-17 15:13:52 -07:00
Zoltan Olah
971db8870a Updates History.md for PR #5778 2016-05-17 15:09:31 -07:00
Ben Newman
6e1346a74b Remove phantomjs-prebuilt from the dev bundle.
Saves 50MB from the extracted size of the dev_bundle/lib/node_modules
directory, previously 262MB. The entire dev bundle is 332MB extracted, for
perspective.

More importantly, since the `phantomjs` binary is not very compressible,
this change reduces the *compressed* size of the dev bundle from 71MB to
54MB, a 24% savings.

Closes #6905.
2016-05-17 11:50:48 -04:00
Wexpo Lyu
376df0d285 Update History.md 2016-05-17 17:01:58 +08:00
Ben Newman
b0144a6260 Mention binary npm rebuilds in History.md. 2016-05-16 18:21:12 -04:00
Tom Coleman
b01c395cd8 Updated History.md for DDP update batching changes. 2016-05-16 18:21:12 -04:00
Zoltan Olah
6aa5b399a3 Update History.md 2016-05-12 10:24:37 -07:00
Zoltan Olah
16e217d7bb Adds changelog for PR #5694 2016-05-11 10:42:23 -07:00
Wexpo Lyu
2ec5a313d2 Update History.md 2016-05-07 12:26:15 +08:00
Wexpo Lyu
bfdca2aaf9 METEOR_LOCAL_DIR. Fixing #6532
Update History.md
2016-05-02 10:52:20 -07:00
Ben Newman
e7a419fec1 Update History.md to mention reversion of DDP batching. 2016-04-20 11:47:33 -04:00
Ben Newman
ccf4d9d940 Update History.md to reflect changes in release 1.3.2.2. 2016-04-18 11:14:40 -04:00
Ben Newman
b66303c499 Improve formatting of History.md bullet point. 2016-04-15 21:00:23 -04:00
Ben Newman
8111eee00d Update History.md to reflect the one change in 1.3.2.1. 2016-04-15 20:55:38 -04:00
Ben Newman
afd851d7f7 Tweak to History.md. 2016-04-15 11:05:15 -04:00
Ben Newman
0fcf118798 Update History.md with changes in 1.3.2. 2016-04-15 10:49:34 -04:00
Ben Newman
684ed7eb85 Update History.md with changes in the 1.3.1 release. 2016-04-03 20:13:25 -04:00
emgee3
1ee9a058ec Escape html tags in History.md 2016-03-28 17:58:46 -07:00
Zoltan Olah
61e2d28863 Link to master modules readme 2016-03-24 10:11:40 -07:00
Zoltan Olah
77d6ada0c0 Link to modules README 2016-03-23 12:20:18 -07:00
Zoltan Olah
f10b32c257 Fixes setBundledJsCssUrlRewriteHook comment in History.md 2016-03-16 18:10:15 -07:00
Zoltan Olah
d458d52df6 Update History.md 2016-03-16 17:56:12 -07:00
Eric Wyne
efe1cce5b7 fix typo in History.md 2016-03-16 09:31:40 -07:00
Zoltan Olah
8f9f0deb68 Merge pull request #6488 from emgee3/patch-1
Escape script tag in History.md
2016-03-15 15:20:05 -07:00
Zoltan Olah
a81604ee6d Merge pull request #6446 from Primigenus/patch-11
Fix typo
2016-03-15 15:19:07 -07:00
emgee3
bc85b04347 Escape script tag in History.md
An unescaped `<script>` tag prevented viewing the full History.md file. Added backticks to restore visibility.
2016-03-14 21:48:38 -07:00
Ben Newman
bcad71e95b Update History.md with new features in 1.3-beta.16. 2016-03-09 15:54:00 -05:00
Rahul
cca32af881 Typo
Yep, it's another fundamental PR!
2016-03-09 15:27:04 +01:00
Ben Newman
d01e0be293 Update History.md to reflect #6398 changes. 2016-03-07 20:28:20 -05:00
Martijn Walraven
2a36418c75 Merge branch 'devel' into release-1.3 2016-03-07 09:32:23 +01:00
Mitar
22e5a2611d Require plain objects for Match.ObjectIncluding.
Fixes: #6140
2016-03-02 21:38:34 -08:00
Martijn Walraven
013679018f Add WebAppStartupTimeout to History.md 2016-03-02 14:16:56 +01:00
Zoltan Olah
9777ce71f8 Updates History.md for #6375 2016-03-01 17:34:04 -08:00
Ben Newman
bc1cdaac16 Fix bad markdown formatting in History.md. 2016-03-01 11:15:02 -05:00
Ben Newman
873f0b37f7 Mention JSX in .js files in History.md. 2016-03-01 11:13:12 -05:00
Ben Newman
5e4bef4d2f Update History.md with new features in beta.12. 2016-02-29 21:37:56 -05:00
Tom Coleman
ab5ab15768 Rename test-app -> test and test --full-app
Our old "unit" test mode didn't really enforce "unit-ness" and was perfectly capable of running integration test. So it was confusing to call the two modes unit and integration test modes.

Instead, we call them "test mode" and "full app test mode", run with `meteor test` and `meteor test --full-app`.

The rules for test files were also simplified -- simply *.test[s].* for test mode, and *.app-test[s].* for full app tests. `tests/` directories are simply ignored again.
2016-02-29 11:16:54 +11:00
Zoltan Olah
55f8c415d9 Updates history.md with changes from PRs #3860 and #5141 2016-02-26 11:53:50 -08:00
Martijn Walraven
b132b5535d Update History.md with mobile changes 2016-02-26 14:12:09 +01:00
Avital Oliver
66d59bcba7 Improve Blaze automatic URLs blocking
Now also blocks against `vbscript:` URLs in addition to `javascript:` URLs
2016-02-18 18:40:43 -08:00
Avital Oliver
af6b9df244 Merge branch 'release-1.3' into app-tests 2016-02-17 21:48:42 -08:00
Avital Oliver
eadeb72e16 Merge branch 'devel' into release-1.3 2016-02-17 12:15:51 -08:00
Avital Oliver
0deeda7be2 Merge branch 'release-1.3' into app-tests 2016-02-15 22:22:48 -08:00
Birk Skyum
60c2d6f3fd typo(History.md) Remove duplicate entry 2016-02-14 18:24:49 +01:00
SEKE
d4da2957a9 Rename separated minifiers to singular name and use separate versions from 1.3 onwards. 2016-02-10 12:32:17 +01:00