Skip to content

0.0.9 | Changelog

Pre-release
Pre-release

Choose a tag to compare

@Gageowago Gageowago released this 19 Sep 07:25
· 299 commits to main since this release

Added

  • style.css (Implementation to come later)
  • jsource folder (to keep our code and code we draw from separate)
  • Added chart, dataTables, jquery, jsbootstrap, and sweetalert to jsource
  • functions.js to hold general functions
  • functions.js to src reference

Removed

  • Unnecessary registration information from register form
  • All APIs from api.js
  • dateTimeZip function
  • References to deprecated registration information
  • DivEnvironment and all references
  • dateTime.js, due to moving all its contents to functions.js
  • emailstorage.js, due to moving all its contents to functions.js
  • api.js, due to deleting all its contents

Changed

  • Contents previously in dateTime.js are now in functions.js
  • Contents previously in emailstorage.js are now in functions.js
  • Reordered js src to have the source files above our working code

Fixed

  • Website functionality break
  • Hamburger button icon break
  • Issue where the email was not storing upon logging out
  • Issue where refreshing the page would cause you to log out automatically