UNPKG

1.78 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/sdm-pack-s3/compare/0.5.0...HEAD)
9
10## [0.5.0](https://github.com/atomist/sdm-pack-s3/compare/0.4.1...0.5.0) - 2019-05-29
11
12### Added
13
14- Custom link label. [#16](https://github.com/atomist/sdm-pack-s3/pull/16)
15
16### Changed
17
18- Fail when no success. [#15](https://github.com/atomist/sdm-pack-s3/pull/15)
19
20## [0.4.1](https://github.com/atomist/sdm-pack-s3/compare/0.4.0...0.4.1) - 2019-04-09
21
22### Changed
23
24- Make processing of S3 param files optional. [153a5f8](https://github.com/atomist/sdm-pack-s3/commit/153a5f8cc3f1a5ffcae71bc9dd287119fff3f493)
25
26### Fixed
27
28- Fix handling of files with RegExp special chars. [82f9413](https://github.com/atomist/sdm-pack-s3/commit/82f94131fd66e06ed409f8696d2325a1e88e3736)
29
30## [0.4.0](https://github.com/atomist/sdm-pack-s3/compare/0.3.0...0.4.0) - 2019-04-08
31
32### Added
33
34- Add putObject parameters from s3params file. [#12](https://github.com/atomist/sdm-pack-s3/issues/12)
35
36## [0.3.0](https://github.com/atomist/sdm-pack-s3/compare/0.2.0...0.3.0) - 2019-04-05
37
38### Changed
39
40- Defer adding fulfillment. [#10](https://github.com/atomist/sdm-pack-s3/issues/10)
41
42## [0.2.0](https://github.com/atomist/sdm-pack-s3/compare/0.1.0...0.2.0) - 2019-04-04
43
44### Added
45
46- Add sync option. [#8](https://github.com/atomist/sdm-pack-s3/issues/8)
47
48### Changed
49
50- Provide default MIME type and pathTranslation. [#5](https://github.com/atomist/sdm-pack-s3/issues/5)
51
52## [0.1.0](https://github.com/atomist/sdm-pack-s3/tree/0.1.0) - 2019-04-03
53
54### Added
55
56- Empty SDM pack structure.