All Versions
32
Latest Version
Avg Release Cycle
50 days
Latest Release
592 days ago

Changelog History
Page 3

  • v1.5.1 Changes

    November 11, 2019

    ๐Ÿ› Bug Fixes

    • errors3: Update hint (dcfb427b, closes #185)
    • if1: Remove return reference (ad03d180)
    • strings: Move Strings before Structs (6dcecb38, closes #204)
    • structs1: Remove misleading comment (f72e5a8f)
    • threads: Move Threads behind SLT (fbe91a67, closes #205)
    • watch: clear screen before each verify() (3aff590)
  • v1.5.0 Changes

    November 09, 2019

    ๐Ÿ› Bug Fixes

    • โœ… test1: Rewrite logic (79a56942)
    • installation: Fix rustlings installation check (7a252c47)
    • iterators: Rename iterator3.rs (433d2115)
    • iterators2: Remove syntax resulting in misleading error message (4cde8664)
    • option1:
      • Fix arguments passed to assert! macro (#222) (4c2cf6da)
      • Fix arguments passed to assert! macro (ead4f7af)
      • Add test for prematurely passing exercise (a750e4a1)
    • primitive_types4: Fail on a slice covering the wrong area (5b1e673c)
    • readme: http to https (70946b85)
    • โœ… test1:
      • Swap assertion parameter order (4086d463)
      • renamed function name to snake case closes #180 (89d5186c)

    ๐Ÿ”‹ Features

    • Add enums exercises (dc150321)
    • โšก๏ธ Added exercise for struct update syntax (1c4c8764)
    • iterators2: adds iterators2 exercise including config (9288fccf)
  • v1.4.1 Changes

    August 13, 2019

    ๐Ÿ› Bug Fixes

    • iterators2: Remove syntax resulting in misleading error message (4cde8664)
    • option1: Add test for prematurely passing exercise (a750e4a1)
    • โœ… test1: Swap assertion parameter order (4086d463)
  • v1.4.0 Changes

    July 13, 2019

    ๐Ÿ› Bug Fixes

    • installation: Fix rustlings installation check (7a252c47)
    • iterators: Rename iterator3.rs (433d2115)
    • readme: http to https (70946b85)
    • โœ… test1: renamed function name to snake case (89d5186c)
    • cli: Check if changed exercise file exists before calling verify (ba85ca3)
    • structs1: Fix the irrefutable let pattern warning (cc6a141)

    ๐Ÿ”‹ Features

    • ๐Ÿ”„ changelog: Use clog for changelogs (34e31232)
    • iterators2: adds iterators2 exercise including config (9288fccf)
  • v1.3.0 Changes

    June 05, 2019

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

    • โž• Add Result type signature as it is difficult for new comers to understand Generics and Error all at once. (#157, @veggiemonk)
    • ๐Ÿ›  Rustfmt and whitespace fixes (#161, @eddyp)
    • errorsn.rs: Separate also the hints from each other to avoid accidental viewing (#162, @eddyp)
    • ๐Ÿ›  fixed outdated links (#165, @gushroom)
    • ๐Ÿ›  Fix broken link (#164, @HanKruiger)
    • โœ‚ Remove highlighting and syntect (#167, @komaeda)

    โšก๏ธ To update:

    git fetch
    git checkout tags/1.3.0
    
  • v1.2.2 Changes

    May 07, 2019

    ๐Ÿ› Bug Fixes

    • โช Reverted --nocapture flag since it was causing tests to pass unconditionally

    โšก๏ธ To update:

    git fetch
    git checkout tags/1.2.2
    
  • v1.2.1 Changes

    April 22, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix the --nocapture feature (@komaeda)
    • Provide a nicer error message for when you're in the wrong directory
  • v1.2.0 Changes

    April 22, 2019

    ๐Ÿ”‹ Features

    • โž• Add errors to exercises that compile without user changes (@yvan-sraka)
    • โœ… Use --nocapture when testing, enabling println! when running (@komaeda)
  • v1.1.1 Changes

    April 14, 2019

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix permissions on exercise files (@zacanger, #133)
    • ๐Ÿ‘‰ Make installation checks more thorough (@komaeda, 1b3469f236bc6979c27f6e1a04e4138a88e55de3)
    • ๐Ÿ›  Fix order of true/false in tests for executables (@mgeier, #137)
    • Stop run from panicking when compile fails (@cjpearce, #141)
    • ๐Ÿ›  Fix intermittent test failure caused by race condition (@cjpearce, #140)
    • ๐Ÿ›  Fix links by deleting book version (@diodfr, #142)
    • Canonicalize paths to fix path matching (@cjpearce, #143)
  • v1.1.0 Changes

    March 20, 2019
    • โšก๏ธ errors2.rs: update link to Rust book (#124)
    • Start verification at most recently modified file (#120)
    • Watch for file creation events in watch mode (#117)
    • โž• Add standard library types to exercises suite (#119)
    • โš  Give a warning when Rustlings isn't run from the right directory (#123)
    • ๐Ÿ‘Œ Verify that rust version is recent enough to install Rustlings (#131)