| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-07 | release: 4.5.0 | ana | |
| Signed-off-by: ana <ana@ana.st> | |||
| 2021-04-24 | release: 4.4.0 | mokou | |
| 2021-04-21 | feat: Replace clap with argh | mokou | |
| I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60. I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs. | |||
| 2020-12-29 | release: 4.3.0 | mokou | |
| 2020-11-07 | release: 4.2.0 | mokou | |
| 2020-10-05 | release: 4.1.0 | mokou | |
| 2020-07-08 | release: 4.0.0 | mokou | |
| 2020-04-12 | 3.0.0 | mokou | |
| 2020-02-27 | 2.2.1 | mokou | |
| 2020-02-25 | 2.2.0 | mokou | |
| 2020-01-11 | fix: Update deps to version compatable with aarch64-pc-windows | Harrison Metzger | |
| 2019-11-27 | 2.1.0 | marisa | |
| 2019-11-12 | 2.0.0 | marisa | |
| 2019-11-12 | fix(run): makes `run` never prompt | Roberto Vidal | |
| `watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command | |||
| 2019-11-11 | feat: improve `watch` execution mode | Roberto Vidal | |
| The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. | |||
| 2019-11-11 | 1.5.1 | marisa | |
| 2019-11-09 | 1.5.0 | marisa | |
| 2019-08-13 | 1.4.1 | marisa | |
| 2019-07-13 | 1.4.0 | marisa | |
| 2019-06-05 | 1.3.0 | liv | |
| 2019-06-05 | Remove highlighting and syntect | liv | |
| 2019-05-07 | 1.2.2 | liv | |
| 2019-04-22 | 1.2.1 | liv | |
| 2019-04-22 | 1.2.0 | liv | |
| 2019-04-14 | 1.1.1 | liv | |
| 2019-04-12 | Extract exercise struct to encapsulate path logic | Chris Pearce | |
| 2019-03-20 | 1.1.0 | lyn | |
| 2019-03-20 | add tests | lyn | |
| 2019-03-20 | adjust author name | komaeda | |
| 2019-03-06 | 1.0.1 | lyn | |
| 2019-03-06 | standardize exercise running via an external toml file | lyn | |
| 2019-03-06 | 1.0.0 | lyn | |
| 2019-03-06 | update cargo.toml authors | komaeda | |
| 2019-01-23 | update cargo.toml authors | liv | |
| 2019-01-09 | ah well it was worth a try | liv | |
| 2019-01-09 | remove 2018 specification for cargo fix | liv | |
| 2019-01-09 | update for rust 2018 | liv | |
| 2018-11-26 | Add watch mode, and don't panic on clean failure | Erik Vesteraas | |
| 2018-11-26 | add markdown output for default command | olivia | |
| 2018-11-09 | right let's try this one again | olivia | |
| 2018-05-06 | experiment | olivia | |
| 2018-04-26 | init new cargo project | olivia | |
| 2018-04-26 | move old files to a separate directory | olivia | |
| 2018-03-04 | Update to btbytes' prlink because they merged my PR already!! | Carol (Nichols || Goulding) | |
| 2018-03-04 | Make a handlebars helper that uses prlink to generate a link from a file | Carol (Nichols || Goulding) | |
| 2018-03-04 | Introduce handlebars to be able to do templating | Carol (Nichols || Goulding) | |
| 2018-03-04 | Start a script to regenerate README.md from a template | Carol (Nichols || Goulding) | |
| So far this doesn't actually do any templating, just adds a note about the README being autogenerated :) | |||
