Skip to content

Releases: blazsmaster/kreta.js

v2.0.0

31 Mar 01:01
Compare
Choose a tag to compare

Release v2.0.0

Features

  • Implemented Naplo API: The Naplo (teacher) API is ready to use.
  • Kreta insult generator: Now you can generate random insults based on the famous DirtyWords.xml file

Improvements

  • Expanded Mobile and EAdmin APIs: The Mobile and EAdmin APIs have been expanded with a lot of new methods.
  • Improved error handling: Now the library throws only one type of error, the KretaError class.
  • Documentation: The documentation has been updated and improved with more examples and explanations.
  • Code quality: The code has been fully refactored and improved.

Bug Fixes

  • Fixed unknown error status in IDP: In v1.0.6 an unknown status error was thrown in IDP API while logging in. #4

Removed

  • Removed unused dependencies: Some dependencies were removed from the project.
  • Removed unreachable codes
  • Removed test files: The test files were removed from the project because documentation now contains examples with explanations.