github.com/franciscocpg/up@v0.1.10/History.md (about)

     1  
     2  v0.1.10 / 2017-08-15
     3  ====================
     4  
     5    * add default of ./server back for when source is omitted (main.go for example)
     6    * add `**` .upignore support
     7    * add forced inclusion of Up's required files
     8    * add support for omitting `node_modules` when using Browserify or Webpack
     9    * update go-archive for gitignore parity improvements
    10  
    11  v0.1.9 / 2017-08-14
    12  ===================
    13  
    14    * add -modtime 0
    15    * add smaller progress bar for initial stack
    16    * revert "add error when a dir does not look like a valid project. Closes #197"
    17      * caused an issue if you ignore *.go for example, not robust enough
    18  
    19  v0.1.8 / 2017-08-14
    20  ===================
    21  
    22    * add error when a dir does not look like a valid project. Closes #197
    23    * add convenience make targets `install` and `install.deps`
    24    * add note about AWS_PROFILE in getting started. Closes #230
    25    * add python projects with a requirements.txt
    26    * add install.sh
    27    * fix greedy default error page, add option to explicitly enable. Closes #233
    28    * fix exec bit on windows. Closes #225
    29    * fix python overriding of custom command
    30    * remove default of ./server
    31    * remove "-api" suffix from IAM role (breaking change)
    32    * refactor NewLogs() to properly delegate the error instead of panic
    33  
    34  v0.1.7 / 2017-08-12
    35  ===================
    36  
    37    * add size of code/zip before attempting deploy. Closes #222
    38    * add better description for --force
    39    * change default timeout to 15s from 5s
    40    * change default memory from 128 to 512 (Node.js require() is slow)
    41    * fix relay timeout (lack of an error)