Releases: CoreyRobinsonDev/gopher
Releases · CoreyRobinsonDev/gopher
Release list
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.0
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
v2.1.0
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
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
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
Changelog
- 8ad7a06 doc: add license to README
- f1fd4c8 doc: add apache 2.0 license
- 5ddda27 fix: typo
- cc010eb chore: format project to align with Go standards
- 3656c40 doc: add line break
- 9b60fa3 doc: update README
- 995aa01 doc: finalize README
- f75205a doc: update README
- ae5ee38 doc: update README
- 2d14ae6 doc: initialize README