-
Notifications
You must be signed in to change notification settings - Fork 255
Changelog
The Meteor Chef edited this page Apr 8, 2015
·
27 revisions
April 7th, 2015
- Update Meteor to 1.1.0.2.
- Swap
particle4dev:sasspackage withfourseven:scssto fix Windows dependency error.
March 31st, 2015
- Update Meteor to 1.1 (Windows support!)
March 23rd, 2015
- Swap
cmather:handlebars-serverpackage formeteorhacks:ssrpackage. - Update
createdandrenderedcallbacks to use newonCreatedandonRenderedsyntax. - Update Meteor to 1.0.4.2
March 2nd, 2015
- Add
/server/methodsdirectory. - Add
/insert,/read,/remove,/update, and/utilitywith examples to/server/methods. - Add support for
package.json. - Add npm start script for starting Meteor with
settings.json. - Split
settings.jsoninto two files:settings-development.jsonandsettings-production.json. - Add
npm stagingandnpm productionscripts as an example of deploying Meteor with separate settings files. - Add
.gitignoreand prevent commit ofsettings-production.json. - Bump Meteor to 1.0.3.2.
- Update README to reflect bump to 1.0.3.2.
- Bump
themeteorchef:bertto 1.0.2. - Bump
twbs:bootstrapto 3.3.2.
February 16th, 2015
- Update README to mention usage of
settings.json.
February 3rd, 2015
- Add
themeteorchef:bertto help us with alerts. - Update
/client/layouts/layout-default.htmlto include bertAlert template. - Update all client-side controllers to use Bert for error and success messages.
January 22nd, 2015
- Bump Meteor to 1.0.3.1.
- Update README.md to reflect update to 1.0.3.1.
January 16th, 2015
- Update README to reflect latest changes in 2.6.0.
- Add loading template.
- Update global routes to include
loadingTemplateoption. - Add example publication for Example collection to
/server/publications. - Add example subscription for
examplePublicationto/client/routes/routes-authenticated.js. - Delete unused
npm-packagesdirector. - Delete unknown
.gitignorefrom/packages. - Add
meteorhacks:npmpackage. - Add
/packages.json(generated mymeteorhacks:npm). - Add
/packages/npm-container(generated bymeteorhacks:npm). - Rename
client/routes/filters.jstohooks.js. - Swap filter label for hook in
/client/routes/hooks.js. - Refactor
/server/admin/startup.jsto useMeteor.startupcallback. - Refactor
/server/admin/startup.jsto load functions from/server/admin/startup-functions. - Move
/server/admin/browser-policies.jsinto/server/admin/startup-functionsfor better organization. - Add
browser-policypackage. - Add file at
server/admin/browser-policies.jsfor storing custom browser policy configurations.
January 13th, 2015
- Add settings.json file.
- Update README.md to reference settings.json.
Janaury 8th, 2015
- Add allow/deny rules for
Meteor.userscollection to prevent client side operations. - Update example collection allow/deny rules to prevent client side operations.
- Bump Meteor to 1.0.2.1.
December 19th, 2014
- Swap
pinglamb:bootstrap3package for officialtwbs:bootstrappackage. - Bump Meteor to 1.0.2.
December 10th, 2014
- Bump Meteor to 1.0.1.
December 5th, 2014
- Convert to JavaScript
- Update README.md to reference switch to JavaScript.
- Remove CoffeeScript package.
- Convert all
.coffeefiles to.js. - Swap out all CoffeeScript code for JavaScript code.
- Update file flagging style to be more consistent.
- Stylistic improvements to README.md.
- Correct file tree in README.md.
- Ensure that versions referenced for packages are correct.
- Bump Iron Router and dependencies to 1.0.3.
November 18th, 2014
- Bump Iron Router to 1.0.1.
November 1st, 2014
- Bump Iron Router to 1.0.0.
- Fix inconsistencies with old version of Iron Router.
- Set
particle4dev:sassto previous version0.3.0(currently at 1.0.0) due to incompatibility with meteor.com deploys.
October 28th, 2014
- Bump Meteor to 1.0.0!
October 22nd, 2014
- Bump Meteor to 0.9.4.
- Update packages to latest available version.
October 8th, 2014
- Add
currentRouteUI helper to add an active class to menu items when thecurrentRoutesession variable matches the route passed to the helper in the template. - Bump Meteor to v0.9.3.1.