Skip to content

Releases: fireteam99/cral-cli

v2.0.0

25 Jan 02:14

Choose a tag to compare

Details

Added support for Rutgers' new CAS login page, switched to a plain JSON config file over node-persist, exposed core util functions, and many other minor improvements.

Change Log

  • Support for Rutgers new CAS login page
  • Removed node-persist in favor of a plain JSON config file
  • Validates config file before attempting registration + command to fix config errors
  • Added fix command to fix any config errors
  • Exposed core util functions in API
  • Added prettier, eslint, and lint staged
  • Refactored project structure
  • Fixed jest network issue
  • Renamed a few util functions
  • Added a changelog
  • Fix vulnerabilities

Initial Release

03 Sep 18:26

Choose a tag to compare

Description

This is the initial release of cral-cli.

Change Log

  • Added ability to configure settings
  • Added ability to view settings
  • Added ability to register for a single class using an index
  • Added ability to verify an index
  • Added notifications
  • Added basic tests