github.com/suedadam/up@v0.1.12/History.md (about)

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