- fix import in commonGraduationUtilities
- Fix imports
import x from 'y'
imports the 'default' export from y.import * as x from 'y'
imports all of the named exports from y.
- Stopped pinning package versions in package.json
- Who knows.
- Removed demo_student.json
- Added export of all areas in an array from index.js for easy querying
- Added fake years to d-ba, m-asian, and a few others.
- Move cleaning up into a
postpublish
task
- Uh, switch away from Browserify
- Update sto-helpers
- Only publish the compiled stuff to npm
- Switch to Browserify
- Add CHANGELOG
- Hope that Browserify will automatically transform packages when required
- Change: Areas now expect a
studentData
argument, instead of astudent
argument with adata()
method. This should allow easier reuse.