All Versions
8
Latest Version
Avg Release Cycle
140 days
Latest Release
1645 days ago

Changelog History

  • v1.4.0 Changes

    October 23, 2019

    🔄 Changelog

    👍 ad5e5de Add HTTP Resolver and Support alternate valid GNUMake filenames (#36)
    8bd2621 Add fixtures for resolver tests
    7f8d900 Colorize make targets
    bd13ef4 Fix indentation for help target
    0️⃣ b15229a Highlight the default target
    🔀 c26df2b Merge pull request #28 from tryzniak/fix/add-test-fixtures
    🔀 480af4f Merge pull request #29 from tryzniak/feature/highlight-default
    🔀 049f7b7 Merge pull request #30 from rabingaire/patch-1
    🔀 c195152 Merge pull request #37 from tj/colorize-output
    🚀 98ab244 Merge pull request #38 from tj/add-go-releaser
    👍 5261f65 Support a custom includes path (#25)
    ⚡️ 6a5c3e4 Update Readme.md
    ⚡️ 8827537 Update tests to match new output and pass
    5f5d96e Use go modules for dependency tracking and fix broken dependency (go-env) (#35)
    🚀 d1c044d Use goreleaser for binary builds and homebrew formula
    🚚 0ab6aef remove Semaphore badge for now

  • v1.3.0 Changes

    November 28, 2017
    • add the ability to resolve locally
    • add: ignore lines with a .PHONY prefix
    • add: omit comments preceded by a dash
  • v1.2.0 Changes

    June 02, 2017
    • add support for help output filtering
  • v1.1.0 Changes

    March 09, 2017
    • add 'update' command to force updating includes
  • v1.0.3 Changes

    February 28, 2017
    • ➕ add verbose flag for 'help' command
    • 🛠 fix local includes. Closes #13
    • 🛠 fix hacky tests for now. Closes #4
  • v1.0.2 Changes

    February 17, 2017
    • ➕ add dynamic padding for target names. Closes #5
    • ➕ add LOG_LEVEL environment variable
  • v1.0.1 Changes

    February 15, 2017
    • add sorting by target
  • v1.0.0 Changes

    February 15, 2017

    🎉 Initial release.