mmake v1.4.0 Release Notes

Release Date: 2019-10-23 // over 4 years ago
  • ๐Ÿ”„ 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


Previous changes from v1.3.0

    • add the ability to resolve locally
    • add: ignore lines with a .PHONY prefix
    • add: omit comments preceded by a dash