github.com/orteth01/up@v0.2.0/History.md (about)

     1  
     2  v0.2.0 / 2017-08-25
     3  ===================
     4  
     5    * add hiding of cursor for stack delete and apply
     6    * add support for configuring proxy timeout (#273)
     7    * add cost to metrics output. Closes #204
     8    * add: ignore dotfiles by default
     9    * add nicer formatting for numeric metrics
    10    * add build command. Closes #257
    11    * add validation of stage name to `url` and `deploy`. Closes #261
    12    * remove .npmignore support. Closes #270
    13  
    14  v0.1.12 / 2017-08-23
    15  =====================
    16  
    17    * add some basic formatting to `up stack plan`
    18    * rename `up stack show` to `up stack status`
    19    * fix hard-coded versions for stack updates
    20  
    21  v0.1.11 / 2017-08-22
    22  ====================
    23  
    24    * add support for regions defined in `~/.aws/config`
    25    * add `up stack plan` and `up stack apply` support. Closes #115
    26    * add environment variables to hooks when performing builds etc
    27    * fix support for implicit `app.js` when `package.json` is present without a `start` script defined
    28  
    29  v0.1.10 / 2017-08-15
    30  ====================
    31  
    32    * add default of ./server back for when source is omitted (main.go for example)
    33    * add `**` .upignore support
    34    * add forced inclusion of Up's required files
    35    * add support for omitting `node_modules` when using Browserify or Webpack
    36    * update go-archive for gitignore parity improvements
    37  
    38  v0.1.9 / 2017-08-14
    39  ===================
    40  
    41    * add -modtime 0
    42    * add smaller progress bar for initial stack
    43    * revert "add error when a dir does not look like a valid project. Closes #197"
    44      * caused an issue if you ignore *.go for example, not robust enough
    45  
    46  v0.1.8 / 2017-08-14
    47  ===================
    48  
    49    * add error when a dir does not look like a valid project. Closes #197
    50    * add convenience make targets `install` and `install.deps`
    51    * add note about AWS_PROFILE in getting started. Closes #230
    52    * add python projects with a requirements.txt
    53    * add install.sh
    54    * fix greedy default error page, add option to explicitly enable. Closes #233
    55    * fix exec bit on windows. Closes #225
    56    * fix python overriding of custom command
    57    * remove default of ./server
    58    * remove "-api" suffix from IAM role (breaking change)
    59    * refactor NewLogs() to properly delegate the error instead of panic
    60  
    61  v0.1.7 / 2017-08-12
    62  ===================
    63  
    64    * add size of code/zip before attempting deploy. Closes #222
    65    * add better description for --force
    66    * change default timeout to 15s from 5s
    67    * change default memory from 128 to 512 (Node.js require() is slow)
    68    * fix relay timeout (lack of an error)