1.36.0
Changed
Added
- Add
--one
flag to forbid multiple recipes from being invoked on the command line (#2374 by casey) - Allow including arbitrary characters in strings with
\u{…}
(#2360 by laniakea64) - Print recipe doc string when
--explain
flag is passed (#2319 by neunenak)
Misc
- Use unwrap_or_default() when getting default color and verbosity (#2397 by casey)
- De-duplicate suggestion methods (#2392 by neunenak)
- Refactor analyzer (#2378 by neunenak)
- Use
console
codeblocks in readme (#2388 by casey) - Split packages table by platform (#2385 by casey)
- Document npm package (#2384 by casey)
- Add PyPI install instructions (#2383 by casey)
- Remove alias shadows recipe error (#2375 by neunenak)
- Name instead of number book chapter files (#2372 by casey)
- Add groups to project justfile (#2351 by neunenak)
- Document
\u{...}
(#2371 by laniakea64) - Remove old recipes from project justfile (#2367 by casey)
- Document
--dotenv-path
in readme (#2366 by willie) - Remove ref-type crate (#2364 by casey)
- Fix type names in redefinition error message (#2353 by marcaddeo)
- Use relative in
.sha256sum
files (#2358 by casey) - Link to readme in CONTRIBUTING.md (#2348 by casey)
- Fix clippy lints (#2347 by casey)
- Simplify
Subcommand::run
(#2336 by neunenak) - Update module issue link in readme (#2345 by casey)
- Add blank line between CI workflow jobs (#2343 by casey)
- Color groups in
--list
output (#2340 by casey) - Refactor and document subcommand and search (#2335 by neunenak)
- Document private variables (#2331 by Jasha10)