Skip to content

v0.5

Compare
Choose a tag to compare
@Bhupesh-V Bhupesh-V released this 20 Dec 09:27
· 22 commits to master since this release

Added

  • New instance method - run().
  • run() is now used to run the code i.e the code is submitted to Judge0 api using this method.
  • Support for Bash 4.4.

Changed

  • Renamed Class Run to code for easier usage.
  • getStatus(), now only returns the status in comparison to earlier versions where it performed multiple tasks.
    This is effect fixes #2.

Removed

  • requests as a dependency, Network requests are now 50% faster.