v0.5
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
tocode
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.