All Versions
177
Latest Version
Avg Release Cycle
25 days
Latest Release
526 days ago

Changelog History
Page 8

  • v0.19.5 Changes

    June 09, 2019
    • Specify cargo-make minimal version #243
    • โž• Add ability to remove --all-features flag from build/test/bench tasks #248
    • โž• Add ability to modify clippy arguments #246
    • ๐Ÿ“š Documentation - installing cargo-make when caching cargo #249 (thanks @elpiel)
  • v0.19.4 Changes

    June 01, 2019
    • ๐Ÿ‘Œ Support additional profiles env blocks #240
    • Prevent reinstallation of clippy on nightly #239
    • โฌ†๏ธ Upgrade cargo-watch #241 (thanks @David-OConnor)
  • v0.19.3 Changes

    May 27, 2019
    • ๐Ÿ›  Fix clippy installation on nightly #236
  • v0.19.2 Changes

    May 25, 2019
    • ๐Ÿ‘ Allow to modify kcov include pattern #229
    • ๐Ÿ‘Œ Improve kcov coverage binary filter pattern #230
    • Prevent init/end task invocations on forked run tasks #227
    • ๐Ÿ“œ Migrate env file parsing and loading to envmnt
  • v0.19.1 Changes

    May 10, 2019
    • ๐Ÿ‘Œ Support setting boolean environment variables #223
    • Added new env_true/env_false conditions #221
    • [backward compatability break] Normalize boolean env vars #220
  • v0.18.0 Changes

    April 30, 2019
    • ๐Ÿ‘ Allow run_task to invoke the task as a sub process #214
    • [backward compatability break] Upgrade shell2batch to fix path separator issue
  • v0.17.1 Changes

    April 04, 2019
    • ๐Ÿ›  Fix broken workspace support #210
  • v0.17.0 Changes

    April 03, 2019
    • โž• Add extend capability for tasks #206
    • ๐Ÿ‘Œ Support internal core tasks modifications (private and namespacing) #201
    • ๐Ÿ‘Œ Support splitting command line argument to multiple arguments using functions #202
    • ๐Ÿ†• New remove_empty function #205
    • ๐Ÿ†• New trim function #208
    • โž• Add support for namespaces for workspace builds #204
    • โž• Add kcov version validation #203
  • v0.16.10 Changes

    March 01, 2019
    • ๐Ÿ›  Fix docs
  • v0.16.9 Changes

    March 01, 2019
    • Colorful output and a new cli argument to disable color (--no-color) #191
    • ๐Ÿ‘Œ Support multiple extend #192
    • ๐Ÿ‘Œ Support optional extend #193
    • ๐Ÿ†• New test-with-args task to enable testing specific tests only
    • ๐Ÿ‘Œ Support multi line environment variables from script output #196
    • Reducing cargo-make info level output #194
    • 0๏ธโƒฃ Locking default cargo watch version and supporting user defined version #195