Skip to content

Releases: tj/mmake

v1.4.0

23 Oct 13:49
@zph zph
98ab244
Compare
Choose a tag to compare

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
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

28 Nov 19:31
@tj tj
Compare
Choose a tag to compare
  • add the ability to resolve locally
  • add: ignore lines with a .PHONY prefix
  • add: omit comments preceded by a dash

v1.2.0

03 Jun 04:02
@tj tj
Compare
Choose a tag to compare
  • add support for help output filtering

v1.1.0

09 Mar 18:10
@tj tj
Compare
Choose a tag to compare
  • add 'update' command to force updating includes

v1.0.3

28 Feb 17:23
@tj tj
Compare
Choose a tag to compare
  • add verbose flag for 'help' command
  • fix local includes. Closes #13
  • fix hacky tests for now. Closes #4

v1.0.2

17 Feb 13:20
@tj tj
Compare
Choose a tag to compare
  • add dynamic padding for target names. Closes #5
  • add LOG_LEVEL environment variable

v1.0.1

16 Feb 00:32
@tj tj
Compare
Choose a tag to compare
  • add sorting of targets

v1.0.0

15 Feb 22:42
@tj tj
Compare
Choose a tag to compare

Initial release.