29 Apr, 2017
1 commit
21 Apr, 2017
1 commit
06 Apr, 2017
1 commit
26 Mar, 2017
1 commit
24 Mar, 2017
2 commits
23 Mar, 2017
2 commits
20 Mar, 2017
1 commit
19 Mar, 2017
3 commits
14 Mar, 2017
1 commit
13 Mar, 2017
1 commit
12 Mar, 2017
1 commit
11 Mar, 2017
1 commit
10 Nov, 2016
1 commit
-
- Update Meteor to 1.4.2.1 - Install babel-runtime via NPM per https://forums.meteor.com/t/meteor-1-4-2-1-is-an-important-patch-for-1-4-2-users/31190 - Update Meteor and Base version in README.md and Index.js page component.
04 Nov, 2016
1 commit
-
- Remove dependency on faker NPM package. - Consolidate insert and update methods into single upsert method. - Add /edit and /new pages for editing and creating documents. - Move all exports to default exports (linter thing). - Add a module for editing and creating documents. - Update method tests for documents collection to use new upsert method. - Oh, I'm sure there's something else...
03 Nov, 2016
1 commit
-
- Bump Meteor to 1.4.2. - Bump all NPM packages to latest available versions. - Correct a few ESLint errors that were spotted. - Change casing of file names for components and containers to PascalCase. - Bump version of Base and Meteor in package.json and Index.js component. - Deprecate get-input-value.js module in favor of direct DOM selection via JS.
15 Aug, 2016
1 commit
-
- Bring Meteor up to 1.4.0.1. - Bring Meteor packages up to date. - Bring NPM packages up to date. - Fix console warnings from #157. Closes #157. Closes #162. - Remove import of bootstrap.js (was redundant). Closes #170. Closes #172
27 Jul, 2016
1 commit
05 Jul, 2016
1 commit
19 May, 2016
1 commit
-
- Update NPM packages to latest versions. - Update Atmosphere packages to latest versions.
02 May, 2016
1 commit
-
Merges #124 Fixes #126 Closes #129 Fixes #131 Closes #137
21 Apr, 2016
2 commits
-
- Bump Meteor to 1.3.2.4 - Update Meteor Version in README.md - Add an npm test command for running unit tests with Mocha - Remove unnecessary import of chai in api/documents/documents.tests.js and use assert directly.
-
- Fix eslint throwing a tantrum about React globals. - Update components to include propTypes. - Remove unnecessary imports. - Complete move to airbnb style guide.
20 Apr, 2016
1 commit
07 Apr, 2016
1 commit
-
- Fixes issue where the active state for links wasn't updating. This is due to a bug in React and this implements a workaround which relies on setting { pure: false } on the main component container to prevent blocking re-renders when moving between routes (and leaving the active state on the old route). Hopefully this is fixed in the future as this isn't an ideal implementation.
05 Apr, 2016
1 commit
30 Mar, 2016
1 commit
23 Feb, 2016
1 commit
04 Feb, 2016
1 commit
-
- Adding imports where they make sense. - Converting from jshint to eslint and writing styleguide. - General file and convention cleanup. - Tweaks to misc. annoyances.
26 Sep, 2015
1 commit
-
- Remove preference for Modulus in exchange for meteor.com hosting. Will host examples of scripts for third-party services in the documentation.
02 Mar, 2015
1 commit
-
Add npm start script for starting Meteor with settings.json. Split settings.json into two files, settings-development.json and settings-production.json. Add npm staging and npm production scripts as an example of deploying Meteor with separate settings files. Add .gitignore and prevent commit of settings-production.json. Update README to reflect changes. Closes #32 and Closes #40.