-
Notifications
You must be signed in to change notification settings - Fork 253
Changelog
The Meteor Chef edited this page Jan 14, 2015
·
27 revisions
January 13th, 2015
- Add settings.json file.
- Update README.md to reference settings.json.
Janaury 8th, 2015
- Add allow/deny rules for
Meteor.users
collection 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:bootstrap3
package for officialtwbs:bootstrap
package. - 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
.coffee
files 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:sass
to 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
currentRoute
UI helper to add an active class to menu items when thecurrentRoute
session variable matches the route passed to the helper in the template. - Bump Meteor to v0.9.3.1.