-
Notifications
You must be signed in to change notification settings - Fork 253
Changelog
The Meteor Chef edited this page Mar 2, 2015
·
27 revisions
March 2nd, 2015
- Add
/server/methods
directory. - Add
/insert
,/read
,/remove
,/update
, and/utility
with examples to/server/methods
. - Add support for
package.json
. - Add npm start script for starting Meteor with
settings.json
. - Split
settings.json
into two files:settings-development.json
andsettings-production.json
. - Add
npm staging
andnpm production
scripts as an example of deploying Meteor with separate settings files. - Add
.gitignore
and prevent commit ofsettings-production.json
. - Bump Meteor to 1.0.3.2.
- Update README to reflect bump to 1.0.3.2.
- Bump
themeteorchef:bert
to 1.0.2. - Bump
twbs:bootstrap
to 3.3.2.
February 16th, 2015
- Update README to mention usage of
settings.json
.
February 3rd, 2015
- Add
themeteorchef:bert
to help us with alerts. - Update
/client/layouts/layout-default.html
to 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
loadingTemplate
option. - Add example publication for Example collection to
/server/publications
. - Add example subscription for
examplePublication
to/client/routes/routes-authenticated.js
. - Delete unused
npm-packages
director. - Delete unknown
.gitignore
from/packages
. - Add
meteorhacks:npm
package. - Add
/packages.json
(generated mymeteorhacks:npm
). - Add
/packages/npm-container
(generated bymeteorhacks:npm
). - Rename
client/routes/filters.js
tohooks.js
. - Swap filter label for hook in
/client/routes/hooks.js
. - Refactor
/server/admin/startup.js
to useMeteor.startup
callback. - Refactor
/server/admin/startup.js
to load functions from/server/admin/startup-functions
. - Move
/server/admin/browser-policies.js
into/server/admin/startup-functions
for better organization. - Add
browser-policy
package. - Add file at
server/admin/browser-policies.js
for 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.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.