Releases: dvishal485/leetcode-runner-cli
Releases · dvishal485/leetcode-runner-cli
Cargo release v0.2.71
leetcode-runner-cli v0.2.71
- Binaries/Executables are included for some supported platforms.
- Place the executable in appropriate location and update your path variable accordingly.
- For platforms not mentioned here, you can build for your system from the source code or use cargo to compile and install the tool on your system.
- Building instructions are there in
README.md
.
What's Changed
- Running testcase from local file via
leetcode-runner-cli -rt
merged withleetcode-runner-cli -r
. - To specify the testcase file, pass
-t [testcase_file]
in argument. - Crate is now available on crates.io.
- Now can be installed via
cargo install leetcode-runner-cli
. submit
command now also takes an optional testcase file to evaluate against custom testcase before submission.
Initial Release
leetcode-runner-cli v0.2.5
- Binaries/Executables are included for some supported platforms.
- Place the executable in appropriate location and update your path variable accordingly.
- For platforms not mentioned here, you can build for your system from the source code.
- Building instructions are there in
README.md
. - In general, windows user should use the
x86_64-pc-windows-msvc.exe
binary (compiled on Windows 10). x86_64-pc-windows-gnu.exe
was cross compiled on Linux (gnu
environment is not the "native"msvc
environment for Windows).
What's Changed
- Changed the project structure a little to reflect the code composition and also modified the file selection to be saner by @VivekYadav7272 in #1
- removed dead code (CodeFileBuilder) by @VivekYadav7272 in #2
- Removed dead code (again) that I (accidentally) added (again) by @dvishal485 in #3
- Use
visible_alias
instead of hardcoding them in docstrings by @nozwock in #8 - Seperate out args parser code from
main.rs
by @nozwock in #9 - Improve error handling by @nozwock in #11
- Split long query strings by @nozwock in #12
- Replace
open_html
with a proper crate by @nozwock in #13 - Refactor by @nozwock in #14
New Contributors
- @VivekYadav7272 made their first contribution in #1
- @dvishal485 made their first contribution in #3
- @nozwock made their first contribution in #8
Full Changelog: https://github.com/dvishal485/leetcode-runner-cli/commits/v0.2.5