create-go-app v1.3.0 Release Notes
Release Date: 2020-07-09 // over 2 years ago-
๐ฅ Breaking changes
Please note, that since version
v1.3.0
, frontend templates (in the classical sense) are not supported by the Create Go App CLI. Those templates, that we created (react-js
,react-ts
andpreact-js
), are still available, but only for use as user's custom templates.Now, the frontend part of your project will be generated using official CLI from the authors of each frontend UI library/framework (under the hood). So, you'll always get the latest version of
React
,Preact
,Vue.js
,Svelte
orAngular
for your project from their authors!โก๏ธ Update CLI
go get -u github.com/create-go-app/cligo build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
๐ Changelog
32a2e24 Add --ask-become-pass
f021a55 Add CreateProjectFromCMD
eb1bfef Add actions pkg
๐ 402a1e4 Add ansible-lint to linters task
3c4a765 Add config flag desc
6004935 Add copyright to actions pkg
๐ 4bfdfbb Add deploy cmd
12358b2 Add description to .cgapp.yml
25b1bd2 Add global Taskfile
100ab12 Add long description
6a4d07b Add new issues templates
8fb2aec Add skip Ansible roles argument
๐ฆ d763352 Add survay package
โ 688d531 Add tests for new commands
โ d7aad93 Clear tests
๐ 150cac3 Del ansible linter from Taskfile
5582388 Draft 1.3.0
1332654 Draft create cmd
52cc7a5 Fix actions
โ 2097dba Fix create_test
6ccf338 Fix frontend
e2416ed Fix output
136ad1f Fix rootCmd
โ 813a0ab Fix tests (69.2%)
โ c670a85 Fix tests for create
๐ 7b53af7 Merge branch 'master' of https://github.com/create-go-app/cli
๐ 64fc23c Merge pull request #3 from create-go-app/dev
๐ 47a906d Merge pull request #4 from create-go-app/dev
1ee224e Re-format README
f2c05fd Re-struct cmd funcs
โ 694f7a2 Re-write tests (70%)
๐ฏ 16eee8c Rebase cleanup function to GitClone
๐จ 6ad2e8a Refactoring cmds
๐จ 1dede82 Refactoring create cmd
๐จ 6774c07 Refactoring, Add preact vendor to cmds
1036041 Rename InstallAnsibleRoles
01216c8 Rename Registry
1a9e7a8 Rename ThrowError -> throwError
a9b6da0 Rename ansible roles
โช 7ae6860 Restore actions, create
โช d31afed Restore create, actions
๐ฆ 269c738 Separate tests for utils package
9718e59 Switch to Cobra
โก๏ธ f56af12 Update Taskfile
โก๏ธ 0be7fe2 Update bug_report.md
โก๏ธ 724189d Update color for files
โก๏ธ 9f5b31e Update config
โก๏ธ e7dbf63 Update config's description
โก๏ธ c3e9bc5 Update create, utils
๐ fe5be7b Update deploy cmd
โก๏ธ 8234a21 Update feature_request.md
โก๏ธ bd5bd3c Update init command
โก๏ธ b8b676e Update issues templates