create-go-app v1.3.0 Release Notes

Release Date: 2020-07-09 // almost 4 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 and preact-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 or Angular 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