Files
meteor/scripts/admin/notices.json
2014-05-12 17:01:34 -07:00

142 lines
3.4 KiB
JSON

[
{
"release": "0.6.0",
"notices": [
"Variables declared with `var` at the outermost level of a JavaScript",
"source file are now private to that file. Remove the `var` to share",
"a value between files."
]
},
{
"release": "0.6.1"
},
{
"release": "0.6.2",
"packageNotices": {
"d3": ["The d3 package has been upgraded to 3.1.4. See ",
"https://github.com/mbostock/d3/wiki/Upgrading-to-3.0"]
}
},
{
"release": "0.6.2.1"
},
{
"release": "0.6.3",
"packageNotices": {
"coffeescript": ["CoffeeScript has been updated to 1.6.2 from 1.5.0. See",
"http://coffeescript.org/#changelog"],
"localstorage-polyfill": [
"The localstorage-polyfill package has been replaced by the localstorage",
"package, which creates an object at Meteor._localStorage instead of",
"pretending to be window.localStorage."],
"http": [
"When using the `http` package synchronously on the server, errors",
"are now thrown rather than passed in `result.error`."]
}
},
{
"release": "0.6.3.1"
},
{
"release": "0.6.4"
},
{
"release": "0.6.4.1"
},
{
"release": "0.6.4.2"
},
{
"release": "0.6.5",
"notices": [
"Any custom application packages in the `packages` directory",
"must now specify their exported symbols. See",
"https://docs.meteor.com/#writingpackages"
]
},
{
"release": "0.6.5.1"
},
{
"release": "0.6.5.2"
},
{
"release": "0.6.6"
},
{
"release": "0.6.6.1"
},
{
"release": "0.6.6.2"
},
{
"release": "0.6.6.3"
},
{
"release": "0.7.0"
},
{
"release": "0.7.0.1"
},
{
"release": "0.7.1"
},
{
"release": "0.7.1.1",
"packageNotices": {
"jquery": ["jquery has been upgraded to 1.11.0. See ",
"http://jquery.com/upgrade-guide/1.9/"]
}
},
{
"release": "0.7.1.2"
},
{
"release": "0.7.2"
},
{
"release": "0.7.2.1"
},
{
"release": "0.8.0",
"notices": [
"Meteor has a new live templating engine: Blaze!",
"See https://github.com/meteor/meteor/wiki/Using-Blaze for what's new."
],
"packageNotices": {
"accounts-ui": ["Include login buttons with {{> loginButtons}}, not {{loginButtons}}."],
"spark": ["The spark package has been removed."],
"domutils": ["The domutils package has been removed."],
"universal-events": ["The universal-events package has been removed.",
"Use jQuery event delegation instead."],
"liverange": ["The liverange package has been removed."],
"madewith": ["The madewith package has been removed.",
"http://madewith.meteor.com/ no longer supports app badges."]
}
},
{
"release": "0.8.0.1"
},
{
"release": "0.8.1",
"notices": [
"We closed a security hole in our OAuth client. If you are using",
"OAuth-based accounts (such as the `accounts-google` or",
"`accounts-twitter` packages), we recommend that you log out",
"all your users by running this command from a MongoDB shell:",
"",
" $ db.users.update({}, { $set: { 'services.resume.loginTokens':",
" [] } }, { multi: true });"
]
},
{
"release": "0.8.1.1"
},
{
"release": "0.8.1.2"
},
{
"release": "NEXT"
}
]