You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0] - June , 2020
6
+
⚠ **Major Update (Breaking Changes)**
7
+
8
+
### Added
9
+
- Add API key authorizations
10
+
- Custom API URL support
11
+
12
+
### Changed
13
+
- Due to Judge0 API going [freemium](https://github.com/judge0/api/issues/171), the default API URL, [https://api.judge0.com] is no longer available. To use the API signup for a plan on [RapidAPI](https://rapidapi.com/hermanzdosilovic/api/judge0/pricing) & use the token to access the API through coderunner.
Copy file name to clipboardExpand all lines: docs/changelog.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
All notable changes to this project will be documented in this file.
4
+
5
+
## [1.0] - June , 2020
6
+
⚠ **Major Update (Breaking Changes)**
7
+
8
+
### Added
9
+
- Add API key authorizations
10
+
- Custom API URL support
11
+
12
+
### Changed
13
+
- Due to Judge0 API going [freemium](https://github.com/judge0/api/issues/171), the default API URL, [https://api.judge0.com] is no longer available. To use the API signup for a plan on [RapidAPI](https://rapidapi.com/hermanzdosilovic/api/judge0/pricing) & use the token to access the API through coderunner.
3
14
4
15
5
16
## [0.8] - May 27, 2020
@@ -8,14 +19,20 @@
8
19
- Fixed bug where compiling a Java program resulted in Compilation Error.
9
20
10
21
22
+
## [0.7] - Jan 19, 2020
23
+
24
+
### Changed
25
+
-`code()` class now ignores `output`. i.e you can just provide source code & language to run a program.
26
+
27
+
11
28
## [0.6] - Jan 5, 2020
12
29
13
30
### Added
14
31
15
32
- New optional argument, `number_of_runs` in `run()` method, use this to specify no.of times you want to run the code. Default is set to 1.
16
33
- Ported NEW Languages. CodeRunner now supports all languages provided by Judge0.
17
-
-[`setFlags(options)`](/usage/#9-setflagsoptions) for setting options for the compiler (i.e. compiler flags).
18
-
-[`setArguments(arguments)`](/usage/#10-setargumentsarguments) for setting Command line arguments for the program.
34
+
-`setFlags(options)` for setting options for the compiler (i.e. compiler flags).
35
+
-`setArguments(arguments)` for setting Command line arguments for the program.
19
36
20
37
### Changed
21
38
- Minor internal improvemets.
@@ -67,7 +84,4 @@ This is effect fixes [#2](https://github.com/codeclassroom/CodeRunner/issues/2).
67
84
68
85
69
86
## [0.1] - Oct 30, 2019
70
-
- Initial Release
71
-
72
-
# Releases
73
-
See releases on [PyPi](https://pypi.org/project/coderunner/#history)
0 commit comments