Skip to content

Releases: PaulDance/xr

XR version 1.0.5

08 Mar 18:30
v1.0.5
18e7738
Compare
Choose a tag to compare

Fixed:

  • The 'bench' command's short description to reflect non-Rust specificity.
  • The long description of the UUID argument as only the 'test' and 'bench' commands accept it.
  • A small correction: "file system" instead of "filesystem" in order to be consistent with the rest.

XR version 1.0.4

08 Mar 17:48
v1.0.4
a8ba5d5
Compare
Choose a tag to compare
  • Improved:
    • #13: Optionally avoid downloading another Haskell distribution by overwriting Stack's local resolver configuration value.
  • New custom benchmarks:
    • #14: rust/forth.
    • #16: rust/poker.
  • Updated notes:
    • rust/poker.
    • rust/minesweeper × 2.
    • rust/parallel-letter-frequency × 3.
    • rust/forth.
    • rust/benchmark.

XR version 1.0.3

18 Feb 22:28
v1.0.3
4acf0a0
Compare
Choose a tag to compare

Updated notes:

  • rust/atbash-cipher.
  • rust/prime-factors.
  • rust/anagram.
  • rust/luhn.
  • rust/nth-prime.
  • rust/saddle-points × 2.
  • rust/sublist.
  • rust/clock.
  • rust/extern-crate.
  • rust/protein-translation.
  • rust/pythagorean-triplet.

XR version 1.0.2

17 Feb 23:01
v1.0.2
b57b2a8
Compare
Choose a tag to compare
  • New notes:
    • rust/casts.
  • Updated notes:
    • rust/minesweeper × 4.
    • rust/benchmark.
    • rust/macros.
    • rust/parallel-letter-frequency.
    • rust/forth.
    • rust/sum-of-multiples.
    • rust/armstrong-numbers.
    • rust/beer-song.
    • rust/dot-dsl.

XR version 1.0.1

17 Feb 22:24
v1.0.1
ff54a41
Compare
Choose a tag to compare
  • Fixed:
    • #9: UUID validity check for Bash.
    • #10: Plugin file path retrieval for Bash.
  • Updated notes:
    • rust/minesweeper × 2

XR version 1.0.0

13 Feb 01:22
v1.0.0
e29d940
Compare
Choose a tag to compare
  • Fixed:
    • Typos in README.md.
    • Formatting in README.md.
  • Added:
    • More specific requirements information.
    • An up-to-date list of supported tracks.
    • Details on usage.
    • Contributing guidelines.
    • Code of Conduct.

XR version 0.7.0

11 Feb 20:09
v0.7.0
5f4ccdb
Compare
Choose a tag to compare
XR version 0.7.0 Pre-release
Pre-release

New tracks:

  • C.
  • C++.
  • C#.
  • F#.
  • Haskell with partial benchmarks.
  • Go with partial benchmarks.

XR version 0.6.0

10 Feb 21:43
v0.6.0
a9cdc9d
Compare
Choose a tag to compare
XR version 0.6.0 Pre-release
Pre-release

New tracks:

  • PHP.
  • Perl5.
  • Bash.

XR version 0.5.0

10 Feb 19:36
v0.5.0
164f361
Compare
Choose a tag to compare
XR version 0.5.0 Pre-release
Pre-release
  • Fixed:
    • Java's _gradle_or_gradlew: ensure gradlew has execution permissions.
  • New tracks:
    • Kotlin.
    • Groovy.
    • Scala.
    • TypeScript.

XR version 0.4.0

09 Feb 22:54
v0.4.0
4dcb1a3
Compare
Choose a tag to compare
XR version 0.4.0 Pre-release
Pre-release
  • Updated:
    • README.md to better reflect the current state of the project.
  • Fixed:
    • Long help message: inline removed configuration constant.
    • Error outputs: redirect them to the standard error stream.
  • Added:
    • Features:
      • Command shortcuts: each command has now its own one-letter shortcut available.
    • Tracks:
      • Python.
      • Java.
      • Ruby.
      • JavaScript.