github.com/goonzoid/gcli@v0.2.3-0.20150926213610-155587606ea1/CHANGELOG.md (about)

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