hanami-mailer 1.3.3 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aaa9852dec3800b06a8282dd1ee9d7c3c74a0acdac120657de03283ba1925d6a
4
- data.tar.gz: ff87640e34325a09d94657ff0358cb456ff1f96826111df68b4f628619f95525
3
+ metadata.gz: 97965d80d9eb093c0661acf2ad396560dad736b311b4512726407f297922013c
4
+ data.tar.gz: d848a74e389fd841b2c3c326fef0caa919571ec1d1bfdf9c7cfedaa2363e7775
5
5
  SHA512:
6
- metadata.gz: f9a4c8d1f3463a2378f587ddcb20c24cf281afd4c033f725df476e4a0b12d67ddaba90618bc73d5bd9bc614263d8bc257eba0e9922a8e30ae9367a0b86e4686e
7
- data.tar.gz: 1ee77f48da2d39f1669e901b0f57981ffa89026283b8c37070900fcc5fe65d192850b6c2774b851c901fc8a7567c45c27056dc996783fa9e03a8470dbbe11923
6
+ metadata.gz: e7f216b3aa1ca3375092734d8cd90f24f4260636da51e8b2ba81a9d4b5a66d5ff7f8f408d1911aa6fa04c38faa197777063e728ac49872d1b3ac3a865ecdd10a
7
+ data.tar.gz: fbf4df20d0e93cb4e3d524abbc49c2f3307c00077cd1ea9f20539ab9f8ea3b1c175eb3b4033328f43a2c32afb097937a8108be3281e9fe43d848e7059789b820
data/CHANGELOG.md CHANGED
@@ -1,82 +1,191 @@
1
- # Hanami::Mailer
2
- Mail for Ruby applications
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Break Versioning](https://www.taoensso.com/break-versioning).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Deprecated
15
+
16
+ ### Removed
17
+
18
+ ### Fixed
19
+
20
+ ### Security
21
+
22
+ [Unreleased]: https://github.com/hanami/hanami-mailer/compare/v3.0.0...main
23
+
24
+ ## [3.0.0] - 2026-06-30
25
+
26
+ ### Changed
27
+
28
+ - Rewrite the gem. (@timriley)
29
+ - Require Ruby 3.3 or newer.
30
+
31
+ [3.0.0]: https://github.com/hanami/hanami-mailer/compare/v1.3.3...v3.0.0
32
+
33
+ ## [3.0.0.rc1] - 2026-06-16
34
+
35
+ ### Changed
36
+
37
+ - Rewrite the gem. (@timriley)
38
+ - Require Ruby 3.3 or newer.
39
+
40
+ [3.0.0.rc1]: https://github.com/hanami/hanami-mailer/compare/v1.3.3...v3.0.0.rc1
41
+
42
+ ## [1.3.3] - 2021-01-14
3
43
 
4
- ## v1.3.3 - 2021-01-14
5
44
  ### Added
6
- - [Luca Guidi] Official support for Ruby: MRI 3.0
7
45
 
8
- ## v1.3.2 - 2020-02-03
46
+ - Official support for Ruby: MRI 3.0. (Luca Guidi)
47
+
48
+ [1.3.3]: https://github.com/hanami/hanami-mailer/compare/v1.3.2...v1.3.3
49
+
50
+ ## [1.3.2] - 2020-02-03
51
+
9
52
  ### Added
10
- - [Luca Guidi] Official support for Ruby: MRI 2.7
11
- - [glaszig] Added `Hanami::Mailer.return_path` and `#return_path` to specify `MAIL FROM` address
12
53
 
13
- ## v1.3.1 - 2019-01-18
54
+ - Official support for Ruby: MRI 2.7. (Luca Guidi)
55
+ - Added `Hanami::Mailer.return_path` and `#return_path` to specify `MAIL FROM` address. (glaszig)
56
+
57
+ [1.3.2]: https://github.com/hanami/hanami-mailer/compare/v1.3.1...v1.3.2
58
+
59
+ ## [1.3.1] - 2019-01-18
60
+
14
61
  ### Added
15
- - [Luca Guidi] Official support for Ruby: MRI 2.6
16
- - [Luca Guidi] Support `bundler` 2.0+
17
62
 
18
- ## v1.3.0 - 2018-10-24
63
+ - Official support for Ruby: MRI 2.6. (Luca Guidi)
64
+ - Support `bundler` 2.0+. (Luca Guidi)
65
+
66
+ [1.3.1]: https://github.com/hanami/hanami-mailer/compare/v1.3.0...v1.3.1
67
+
68
+ ## [1.3.0] - 2018-10-24
69
+
19
70
  ### Added
20
- - [Ben Bachhuber] Added support for `reply_to`
21
71
 
22
- ## v1.3.0.beta1 - 2018-08-08
72
+ - Added support for `reply_to`. (Ben Bachhuber)
73
+
74
+ [1.3.0]: https://github.com/hanami/hanami-mailer/compare/v1.3.0.beta1...v1.3.0
75
+
76
+ ## [1.3.0.beta1] - 2018-08-08
77
+
23
78
  ### Added
24
- - [Luca Guidi] Official support for JRuby 9.2.0.0
25
79
 
26
- ## v1.2.0 - 2018-04-11
80
+ - Official support for JRuby 9.2.0.0. (Luca Guidi)
27
81
 
28
- ## v1.2.0.rc2 - 2018-04-06
82
+ [1.3.0.beta1]: https://github.com/hanami/hanami-mailer/compare/v1.2.0...v1.3.0.beta1
29
83
 
30
- ## v1.2.0.rc1 - 2018-03-30
84
+ ## [1.2.0] - 2018-04-11
31
85
 
32
- ## v1.2.0.beta2 - 2018-03-23
86
+ [1.2.0]: https://github.com/hanami/hanami-mailer/compare/v1.2.0.rc2...v1.2.0
87
+
88
+ ## [1.2.0.rc2] - 2018-04-06
89
+
90
+ [1.2.0.rc2]: https://github.com/hanami/hanami-mailer/compare/v1.2.0.rc1...v1.2.0.rc2
91
+
92
+ ## [1.2.0.rc1] - 2018-03-30
93
+
94
+ [1.2.0.rc1]: https://github.com/hanami/hanami-mailer/compare/v1.2.0.beta2...v1.2.0.rc1
95
+
96
+ ## [1.2.0.beta2] - 2018-03-23
97
+
98
+ [1.2.0.beta2]: https://github.com/hanami/hanami-mailer/compare/v1.2.0.beta1...v1.2.0.beta2
99
+
100
+ ## [1.2.0.beta1] - 2018-02-28
33
101
 
34
- ## v1.2.0.beta1 - 2018-02-28
35
102
  ### Added
36
- - [Luca Guidi] Official support for Ruby: MRI 2.5
37
103
 
38
- ## v1.1.0 - 2017-10-25
104
+ - Official support for Ruby: MRI 2.5. (Luca Guidi)
105
+
106
+ [1.2.0.beta1]: https://github.com/hanami/hanami-mailer/compare/v1.1.0...v1.2.0.beta1
107
+
108
+ ## [1.1.0] - 2017-10-25
39
109
 
40
- ## v1.1.0.rc1 - 2017-10-16
110
+ [1.1.0]: https://github.com/hanami/hanami-mailer/compare/v1.1.0.rc1...v1.1.0
41
111
 
42
- ## v1.1.0.beta3 - 2017-10-04
112
+ ## [1.1.0.rc1] - 2017-10-16
43
113
 
44
- ## v1.1.0.beta2 - 2017-10-03
114
+ [1.1.0.rc1]: https://github.com/hanami/hanami-mailer/compare/v1.1.0.beta3...v1.1.0.rc1
45
115
 
46
- ## v1.1.0.beta1 - 2017-08-11
116
+ ## [1.1.0.beta3] - 2017-10-04
47
117
 
48
- ## v1.0.0 - 2017-04-06
118
+ [1.1.0.beta3]: https://github.com/hanami/hanami-mailer/compare/v1.1.0.beta2...v1.1.0.beta3
119
+
120
+ ## [1.1.0.beta2] - 2017-10-03
121
+
122
+ [1.1.0.beta2]: https://github.com/hanami/hanami-mailer/compare/v1.1.0.beta1...v1.1.0.beta2
123
+
124
+ ## [1.1.0.beta1] - 2017-08-11
125
+
126
+ [1.1.0.beta1]: https://github.com/hanami/hanami-mailer/compare/v1.0.0...v1.1.0.beta1
127
+
128
+ ## [1.0.0] - 2017-04-06
129
+
130
+ [1.0.0]: https://github.com/hanami/hanami-mailer/compare/v1.0.0.rc1...v1.0.0
131
+
132
+ ## [1.0.0.rc1] - 2017-03-31
49
133
 
50
- ## v1.0.0.rc1 - 2017-03-31
51
134
  ### Fixed
52
- - [Luca Guidi] Let `Hanami::Mailer.deliver` to bubble up `ArgumentError` exceptions
53
135
 
54
- ## v1.0.0.beta2 - 2017-03-17
136
+ - Let `Hanami::Mailer.deliver` to bubble up `ArgumentError` exceptions. (Luca Guidi)
137
+
138
+ [1.0.0.rc1]: https://github.com/hanami/hanami-mailer/compare/v1.0.0.beta2...v1.0.0.rc1
139
+
140
+ ## [1.0.0.beta2] - 2017-03-17
141
+
142
+ [1.0.0.beta2]: https://github.com/hanami/hanami-mailer/compare/v1.0.0.beta1...v1.0.0.beta2
143
+
144
+ ## [1.0.0.beta1] - 2017-02-14
55
145
 
56
- ## v1.0.0.beta1 - 2017-02-14
57
146
  ### Added
58
- - [Luca Guidi] Official support for Ruby: MRI 2.4
59
147
 
60
- ## v0.4.0 - 2016-11-15
148
+ - Official support for Ruby: MRI 2.4. (Luca Guidi)
149
+
150
+ [1.0.0.beta1]: https://github.com/hanami/hanami-mailer/compare/v0.4.0...v1.0.0.beta1
151
+
152
+ ## [0.4.0] - 2016-11-15
153
+
61
154
  ### Changed
62
- - [Luca Guidi] Official support for Ruby: MRI 2.3+ and JRuby 9.1.5.0+
63
155
 
64
- ## v0.3.0 - 2016-07-22
156
+ - Official support for Ruby: MRI 2.3+ and JRuby 9.1.5.0+. (Luca Guidi)
157
+
158
+ [0.4.0]: https://github.com/hanami/hanami-mailer/compare/v0.3.0...v0.4.0
159
+
160
+ ## [0.3.0] - 2016-07-22
161
+
65
162
  ### Added
66
- - [Anton Davydov] Blind carbon copy (bcc) option
67
- - [Anton Davydov] Carbon copy (cc) option
163
+
164
+ - Blind carbon copy (bcc) option. (Anton Davydov)
165
+ - Carbon copy (cc) option. (Anton Davydov)
68
166
 
69
167
  ### Changed
70
- - [Luca Guidi] Drop support for Ruby 2.0 and 2.1
71
168
 
72
- ## v0.2.0 - 2016-01-22
169
+ - Drop support for Ruby 2.0 and 2.1. (Luca Guidi)
170
+
171
+ [0.3.0]: https://github.com/hanami/hanami-mailer/compare/v0.2.0...v0.3.0
172
+
173
+ ## [0.2.0] - 2016-01-22
174
+
73
175
  ### Changed
74
- - [Luca Guidi] Renamed the project
75
176
 
76
- ## v0.1.0 - 2015-09-30
177
+ - Renamed the project. (Luca Guidi)
178
+
179
+ [0.2.0]: https://github.com/hanami/hanami-mailer/compare/v0.1.0...v0.2.0
180
+
181
+ ## [0.1.0] - 2015-09-30
182
+
77
183
  ### Added
78
- - [Ines Coelho & Rosa Faria & Luca Guidi] Email delivery
79
- - [Ines Coelho & Rosa Faria & Luca Guidi] Attachments
80
- - [Ines Coelho & Rosa Faria & Luca Guidi] Multipart rendering
81
- - [Ines Coelho & Rosa Faria & Luca Guidi] Configuration
82
- - [Ines Coelho & Rosa Faria & Luca Guidi] Official support for Ruby 2.0
184
+
185
+ - Email delivery. (Ines Coelho & Rosa Faria & Luca Guidi)
186
+ - Attachments. (Ines Coelho & Rosa Faria & Luca Guidi)
187
+ - Multipart rendering. (Ines Coelho & Rosa Faria & Luca Guidi)
188
+ - Configuration. (Ines Coelho & Rosa Faria & Luca Guidi)
189
+ - Official support for Ruby 2.0. (Ines Coelho & Rosa Faria & Luca Guidi)
190
+
191
+ [0.1.0]: https://github.com/hanami/hanami-mailer/releases/tag/v0.1.0
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015-2026 Hanakai team
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.