Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: magefile/mage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: magefile/mage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 10 commits
  • 32 files changed
  • 8 contributors

Commits on Mar 16, 2022

  1. give props to netlify on the main page (#410)

    * give props to netlify on the main page
    
    * move props to the right template
    natefinch authored Mar 16, 2022
    1 Configuration menu
    Copy the full SHA
    361a81d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Update site to build with newer hugo (#411)

    * Update site to build with newer hugo
    perrito666 authored Mar 17, 2022
    1 Configuration menu
    Copy the full SHA
    d4f6f0b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. bring docs for use of directives up to date (#407)

    * use no-space directive comment syntax in docs
    
    * update build tag mentions in docs to use go:build over +build and make template conform
    efd6 authored Mar 18, 2022
    1 Configuration menu
    Copy the full SHA
    ae47c82 View commit details
    Browse the repository at this point in the history
  2. add blog post about v1.13 (#412)

    * add blog post about v1.13
    natefinch authored Mar 18, 2022
    1 Configuration menu
    Copy the full SHA
    a137713 View commit details
    Browse the repository at this point in the history
  3. fix author links (#413)

    natefinch authored Mar 18, 2022
    1 Configuration menu
    Copy the full SHA
    30b9022 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add variadic support to mg.F (#402)

    Allows to pass sh.Run to mg.F as such:
    
    	mg.Deps(
    		mg.F(sh.Run, "go", "test", "./..."),
    	)
    
    This improves the magefile by removing some of the one-liner functions
    that you might end up with that are only used through mg.Deps.
    
    Resolves #401.
    perj authored Mar 23, 2022
    1 Configuration menu
    Copy the full SHA
    051a55c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. 1 Configuration menu
    Copy the full SHA
    40d421b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Fixing typos (#429)

    deining authored Jun 1, 2022
    1 Configuration menu
    Copy the full SHA
    26cdb5c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. refactor(listGoFiles): remove go list dependency (#440)

    * refactor(listGoFiles): remove go list dependency
    * refactor to use go/build package to cover all usecases
    jaredallard authored Sep 15, 2022
    1 Configuration menu
    Copy the full SHA
    85ed9df View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. doc: add MacPorts install info (#419)

    https://ports.macports.org/port/mage/
    
    Co-authored-by: Nate Finch <natefinch@github.com>
    herbygillot and natefinch authored Sep 16, 2022
    1 Configuration menu
    Copy the full SHA
    300bbc8 View commit details
    Browse the repository at this point in the history
Loading