Skip to content

Releases: CoreyRobinsonDev/gopher

v2.6.0

Choose a tag to compare

@CoreyRobinsonDev CoreyRobinsonDev released this 27 Oct 18:35

Changelog

  • 285c3fd refactor: use Fprint instead of WriteString
  • e675631 feat: allow '.' to be used in 'gopher new' to make a go module in the cwd'
  • bbf4162 doc: add todo

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:03

Changelog

  • 0e45941 feat: add the release command to release code with goreleaser
  • b5aff78 chore: add file name and line number on error output

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 21:13

Changelog

  • 45fe2c0 doc: fix run dropdown
  • d2ebdc7 feat: add '-w, --watch' flags to live-reload code

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 23:08

Changelog

  • 2e040a2 feat: add '-o' output flag for 'build' command
  • 3000e3f doc: remove --web gifs

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:11

Changelog

  • 27a4c9d chore: update version
  • c42907c doc: add --web flag gifs
  • c2343c8 feat: add dist/ folder to default .gitignore in 'new' command
  • 8cded6a feat: add --web flag to the build command to compile your module for the browser
  • 438fc42 feat: add --web flag to the run command to run your module in the browser

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:47

Changelog

  • e71d09a fix: update version
  • 08fb404 chore: add dist folder to .gitignore

v2.1.0

Choose a tag to compare

@CoreyRobinsonDev CoreyRobinsonDev released this 09 Jun 02:41

Changelog

  • af9e34d doc: add config command to README
  • b76ae33 style: update colors in 'gopher add' output
  • 9118741 feat: create config command
  • ff7b5ff doc: remove command output
  • 3165e1a doc: add comments to explain config keys
  • d8c32a6 doc: add 'add' command usage example
  • 2559a20 doc: fix README gifs
  • 926bee8 doc: update README to have gifs

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:11

Changelog

  • 28db1e0 feat: create tidy command
  • a4fca33 refactor: remove charm log
  • 9bfd7ad feat: create build command
  • 054f02c refactor: update color values with ansi colors
  • 61a3c20 feat: update run command to pass execution to the go subprocess to allow the ran program to live on after the 'gopher run' call has executed
  • 68f0e59 fix: correctly read settings.json file when executing a command
  • 63e2d3c feat: create run command
  • ee5cb8c feat: create test command
  • 9456ab8 doc: add examples to 'gopher add -h' output
  • 84c9514 feat: create new command
  • dc445df feat: create add command
  • e7ae70c feat: create version command
  • 5e49bde feat: initialize cobra project
  • 58c3dc3 chore: update gopher version

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 May 13:37

Changelog

  • c1e3850 refactor: go fmt
  • 965a69e feat: remove bin folder created by 'gopher new'
  • a7b22c9 feat: allow for URL as module name
  • 82320d4 feat: remove go.sum from the initial project setup
  • bf10ce1 doc: update README
  • 6c48e4a doc: update README
  • 1433b3a doc: add Go report
  • 5b73d1f doc: remove Go report
  • 79c3a6d doc: update README

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Dec 22:33

Changelog