github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/CHANGELOG.md (about)

     1  ## 0.2.3 (2015-10-13)
     2  
     3  ### Added
     4  
     5  - Generate `.gitignore` [#31](https://github.com/tcnksm/gcli/pull/31)
     6  - Generate godoc by `go generate` [#24](https://github.com/tcnksm/gcli/pull/24)
     7  - Add demo (`.gif`) [#35](https://github.com/tcnksm/gcli/pull/35), [#36](https://github.com/tcnksm/gcli/pull/36)
     8  
     9  ### Deprecated
    10  
    11  - Nothing
    12  
    13  ### Removed
    14  
    15  - Nothing
    16  
    17  ### Fixed
    18  
    19  - Fix variable name when flag includes [#38](https://github.com/tcnksm/gcli/pull/38)
    20  - Use `go generate` for `go-bindata` [#33](https://github.com/tcnksm/gcli/pull/33)
    21  - Refactoring
    22  
    23  ## 0.2.2 (2015-08-31)
    24  
    25  ### Added
    26  
    27  - `design` command to create design template file (`.toml`)
    28  - `validate` command to check design file has enough fields to generate CLI project
    29  - `apply` command to generate CLI project from design file
    30  
    31  ### Deprecated
    32  
    33  - Nothing
    34  
    35  ### Removed
    36  
    37  - Nothing
    38  
    39  ### Fixed
    40  
    41  - Nothing
    42  
    43  ## 0.2.1 (2015-07-21)
    44  
    45  ### Added
    46  
    47  - `wercker.yml` to run test on Wercker ([#14](https://github.com/tcnksm/gcli/pull/14))
    48  - `list` command ([#16](https://github.com/tcnksm/gcli/pull/16))
    49  - `go vet` tests for artifacts ([#18](https://github.com/tcnksm/gcli/pull/18))
    50  - Generate bash script (experiment) ([#20](https://github.com/tcnksm/gcli/pull/20))
    51  - Usge `flag.Var` ([#21](https://github.com/tcnksm/gcli/pull/21))
    52  - Global option for command pattern ([#22](https://github.com/tcnksm/gcli/pull/22))
    53  - `go vet`, `golint`, `gofmt` test for `gcli`
    54  - More verbose outputs in skeleton package
    55  
    56  ### Deprecated
    57  
    58  - Nothing
    59  
    60  ### Removed
    61  
    62  - Nothing
    63  
    64  ### Fixed
    65  
    66  - Nothing
    67  
    68  ## 0.2.0 (2015-06-21)
    69  
    70  - Rewrote eveythig from scratch (See https://github.com/tcnksm/gcli/pull/9) to add more features. 
    71  - Also change name from `cli-init` to `gcli` (See https://github.com/tcnksm/gcli/issues/10)
    72  
    73  ## 0.1.1 (2014-07-21)
    74  
    75  ### Added
    76  
    77  - Replate `gofmt` command with go/printer and go/parser
    78  - LICENCE
    79  
    80  ### Deprecated
    81  
    82  - Nothing
    83  
    84  ### Removed
    85  
    86  - Nothing
    87  
    88  ### Fixed
    89  
    90  - More concreate document
    91  
    92  ## 0.1.0 (2014-06-22)
    93  
    94  Initial release
    95  
    96  ### Added
    97  
    98  - Add Fundamental features
    99  
   100  ### Deprecated
   101  
   102  - Nothing
   103  
   104  ### Removed
   105  
   106  - Nothing
   107  
   108  ### Fixed
   109  
   110  - Nothing