- Created CHANGELOG
- Rename
-uid
to-sid
, and switch references of--user*
to--student
- This is to make things more consistent with Canvas API terms.
- Call
trim()
when parsing CSVs. (Prevent trying to submit an empty line as a grade)
- Code Cleanup and documentation improvements
- Immediate fix of not testing v1.0.1 properly...
- Add
-f
and--file
to specify the CSV file.
- Initial Release to npm
- Basic functionality, CLI and package API all work.