cu-api
Version:
An api for CU Boulder students.
139 lines (59 loc) • 4.13 kB
Markdown
# [4.0.0](https://github.com/kpfromer/cu-api/compare/v3.0.2...v4.0.0) (2021-08-18)
### Bug Fixes
* update to new cu api ([19be063](https://github.com/kpfromer/cu-api/commit/19be06397e670d698c3470a6649c230fa4e27077))
### Features
* move to pnpm ([c19eef7](https://github.com/kpfromer/cu-api/commit/c19eef7daad4c7f562745b81f95e5a7e284e5e01))
### BREAKING CHANGES
* changes the cu api types to reflect current api.
## [3.0.2](https://github.com/kpfromer/cu-api/compare/v3.0.1...v3.0.2) (2021-04-19)
### Bug Fixes
* **deps:** update dependency superagent to ^5.3.1 ([ed6d72f](https://github.com/kpfromer/cu-api/commit/ed6d72f243e1af9720da487246ef3109bfd498c3))
## [3.0.1](https://github.com/kpfromer/cu-api/compare/v3.0.0...v3.0.1) (2021-04-19)
### Bug Fixes
* **deps:** update dependency cheerio to ^1.0.0-rc ([b33246d](https://github.com/kpfromer/cu-api/commit/b33246d3986f44fa2e3de393c169efa7473d9614))
# [3.0.0](https://github.com/kpfromer/cu-api/compare/v2.0.10...v3.0.0) (2020-08-24)
### Features
* update types to new cu api version ([f211701](https://github.com/kpfromer/cu-api/commit/f211701b3a9cd0e5e5dd573e5657985b74fe543c))
### BREAKING CHANGES
* removes old typings for old cu api
## [2.0.10](https://github.com/kpfromer/cu-api/compare/v2.0.9...v2.0.10) (2020-08-20)
### Bug Fixes
* update course term data api url ([8e19c8a](https://github.com/kpfromer/cu-api/commit/8e19c8a7f7c4f41995c66d905cbea56da6b1a4db))
## [2.0.9](https://github.com/kpfromer/cu-api/compare/v2.0.8...v2.0.9) (2020-05-08)
### Bug Fixes
* move cas create to constructor ([0f7ae03](https://github.com/kpfromer/cu-api/commit/0f7ae03c2e7c8c6c9a34a74be379a35848717a5e))
## [2.0.8](https://github.com/kpfromer/cu-api/compare/v2.0.7...v2.0.8) (2020-05-04)
### Bug Fixes
* gpa fetch ([0d27db7](https://github.com/kpfromer/cu-api/commit/0d27db7e95036c1467a90abe2ce217dbf7bc55cf))
## [2.0.7](https://github.com/kpfromer/cu-api/compare/v2.0.6...v2.0.7) (2020-04-20)
### Bug Fixes
* add pem to lib ([222193d](https://github.com/kpfromer/cu-api/commit/222193d5ab11bbba18362f0fe6f65ba49df1c9e3))
## [2.0.6](https://github.com/kpfromer/cu-api/compare/v2.0.5...v2.0.6) (2020-04-20)
### Bug Fixes
* fix main package json name ([acc92a5](https://github.com/kpfromer/cu-api/commit/acc92a50c356363b33a9ac227630dde384178d89))
## [2.0.5](https://github.com/kpfromer/cu-api/compare/v2.0.4...v2.0.5) (2020-04-20)
### Bug Fixes
* fix yarn build for travis ([ad2c2d0](https://github.com/kpfromer/cu-api/commit/ad2c2d0237d75e6ed1a10b9cebac13e7ad7629ca))
## [2.0.4](https://github.com/kpfromer/cu-api/compare/v2.0.3...v2.0.4) (2020-04-20)
### Bug Fixes
* fix out dir for typescript ([75151d8](https://github.com/kpfromer/cu-api/commit/75151d88adc16c45efc18b3622f4f885ffe6636a))
## [2.0.3](https://github.com/kpfromer/cu-api/compare/v2.0.2...v2.0.3) (2020-04-20)
### Bug Fixes
* fix npm pipeline ([1a07e1a](https://github.com/kpfromer/cu-api/commit/1a07e1aa07c92d2237b83ad0520e8be245aa8147))
## [2.0.2](https://github.com/kpfromer/cu-api/compare/v2.0.1...v2.0.2) (2020-04-20)
### Bug Fixes
* fix install ([757ef78](https://github.com/kpfromer/cu-api/commit/757ef78a126f17bd9302cb4a87f883af31863d4f))
## [2.0.1](https://github.com/kpfromer/cu-api/compare/v2.0.0...v2.0.1) (2020-04-20)
### Bug Fixes
* fix travis ci pipeline ([99ef248](https://github.com/kpfromer/cu-api/commit/99ef2481d70512a46b2622155180eac9979744ab))
# [2.0.0](https://github.com/kpfromer/cu-api/compare/v1.0.1...v2.0.0) (2020-04-20)
### Performance Improvements
* use superagent instead of puppeteer ([13905a7](https://github.com/kpfromer/cu-api/commit/13905a714e27928977968fa0bc2b03059d7f1623))
### BREAKING CHANGES
* change the api for the CUSession class
## [1.0.1](https://github.com/kpfromer/cu-api/compare/v1.0.0...v1.0.1) (2020-04-13)
### Bug Fixes
* travis build ([6fc642e](https://github.com/kpfromer/cu-api/commit/6fc642e491f9412ff90c21a82bc87882f2f937f2))
# 1.0.0 (2020-04-13)
### Features
* add gpa, courses, user info api ([bf6fa62](https://github.com/kpfromer/cu-api/commit/bf6fa62a305aa40fd088a61c832e8c512c0efba1))