UNPKG

1.79 kBMarkdownView Raw
1# 1.0.1 / 2015-01-29
2
3* config: fix region setting pull request #40 from klaemo
4
5# 1.0.0 / 2015-01-29
6
7* refactored to use aws-sdk instead of knox pull request #38 from ronik-design
8
9# 0.0.24 / 2015-01-06
10
11* Fix for windows #36 from kkolstad-trov/fix/windows-separator
12* Update README.md
13
14# 0.0.23 / 2014-09-02
15
16* Merge pull request #27 from zjjw/create_only
17
18# 0.0.22 / 2014-08-08
19
20* Handling S3 - 307 Status code pull request #30 from smalltownheroes/master
21
22# 0.0.21 / 2014-08-06
23
24* add simulate option
25
26# 0.0.20 / 2014-07-18
27
28* dont use file.clone when gzip file to conserve file custom ppties
29
30# 0.0.19 / 2014-07-15
31
32* Fixes #22
33* Merge pull request #24 from koistya/master
34* Merge pull request #25 from scalableminds/master
35* added concurrent upload sample
36* Fix relative paths on Windows. Fixes pgherveou/gulp-awspublish#20
37
38# 0.0.18 / 2014-07-08
39
40* add s3.date property
41
42# 0.0.17 / 2014-06-16
43
44* add user with no upload rights test
45* update error reporting
46
47# 0.0.16 / 2014-05-08
48
49* fixes #14, add force option on publish to bypass skip/cache
50
51# 0.0.15 / 2014-05-08
52
53* force end event fixes #13
54* add test and doc for sync prefix option
55
56# 0.0.14 / 2014-04-22
57
58* Fixes #45
59
60# 0.0.11 / 2014-02-14
61
62* Merge window fix, pull request #3 from jonathandelgado/patch-1
63
64# 0.0.10 / 2014-02-14
65
66* update doc
67* add ext option on gzip plugin
68
69# 0.0.9 / 2014-02-14
70
71* fix missing dep
72
73# 0.0.8 / 2014-02-06
74
75* fix cache plugin bug - too many save
76
77# 0.0.7 / 2014-02-06
78
79* sync refactoring
80* add options to filter files on the log reporter
81
82# 0.0.6 / 2014-02-05
83
84* remove first / from s3 path
85
86# 0.0.5 / 2014-02-05
87
88* update sync
89
90# 0.0.4 / 2014-02-04
91
92* update cache method
93
94# 0.0.2 / 2014-02-04
95
96* fix gz upload
97* update logging padding
98* add cache feature
99
100# 0.0.1 / 2014-02-03
101
102* first commit