tom-microservice 3.2.15 → 3.2.19

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.2.15",
5
+ "version": "3.2.19",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -40,27 +40,27 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "acho": "~4.0.6",
43
- "beauty-error": "~1.2.8",
43
+ "beauty-error": "~1.2.9",
44
44
  "body-parser": "~1.19.0",
45
45
  "compression": "~1.7.4",
46
46
  "cors": "~2.8.5",
47
- "cosmiconfig": "~7.0.1",
48
47
  "country-vat": "~1.0.0",
49
48
  "emittery": "~0.10.0",
50
49
  "express": "~4.17.1",
51
- "got": "~11.8.2",
50
+ "got": "~11.8.3",
52
51
  "helmet": "~4.6.0",
53
52
  "import-modules": "~2.1.0",
54
53
  "is-buffer": "~2.0.5",
55
54
  "is-european": "~1.0.3",
55
+ "joycon": "~3.1.1",
56
56
  "jsendp": "~2.1.0",
57
57
  "lodash": "~4.17.21",
58
- "mailgen": "~2.0.15",
58
+ "mailgen": "~2.0.16",
59
59
  "map-values-deep": "~1.0.2",
60
60
  "meow": "~9.0.0",
61
61
  "morgan": "~1.10.0",
62
- "nodemailer": "~6.7.0",
63
- "ow": "~0.28.0",
62
+ "nodemailer": "~6.7.1",
63
+ "ow": "~0.28.1",
64
64
  "p-reflect": "~2.1.0",
65
65
  "p-retry": "~4.6.1",
66
66
  "p-waterfall": "~2.1.1",
@@ -68,7 +68,7 @@
68
68
  "pretty-ms": "~7.0.1",
69
69
  "req-country": "~1.2.2",
70
70
  "request-ip": "~2.1.3",
71
- "stripe": "^8.174.0",
71
+ "stripe": "^8.191.0",
72
72
  "time-span": "~4.0.0",
73
73
  "to-query": "~1.6.1",
74
74
  "twit": "~2.2.11",
@@ -94,8 +94,7 @@
94
94
  "gulp-cssnano": "latest",
95
95
  "gulp-strip-css-comments": "latest",
96
96
  "gulp-uglify": "latest",
97
- "imagemin-lint-staged": "latest",
98
- "lint-staged": "latest",
97
+ "nano-staged": "latest",
99
98
  "npm-check-updates": "latest",
100
99
  "nyc": "latest",
101
100
  "prettier-standard": "latest",
@@ -145,23 +144,20 @@
145
144
  "@commitlint/config-conventional"
146
145
  ]
147
146
  },
148
- "lint-staged": {
149
- "package.json": [
150
- "finepack --sort-ignore-object-at ava"
151
- ],
147
+ "nano-staged": {
152
148
  "*.js,!*.min.js": [
153
149
  "prettier-standard"
154
150
  ],
155
151
  "*.md": [
156
152
  "standard-markdown"
157
153
  ],
158
- "*.{png,jpeg,jpg,gif,svg}": [
159
- "imagemin-lint-staged"
154
+ "package.json": [
155
+ "finepack --sort-ignore-object-at ava"
160
156
  ]
161
157
  },
162
158
  "simple-git-hooks": {
163
159
  "commit-msg": "npx commitlint --edit",
164
- "pre-commit": "npx lint-staged"
160
+ "pre-commit": "npx nano-staged"
165
161
  },
166
162
  "standard": {
167
163
  "env": [
@@ -1,8 +1,19 @@
1
1
  'use strict'
2
2
 
3
- const cosmiconfig = require('cosmiconfig').cosmiconfig('tom')
3
+ const JoyCon = require('joycon')
4
4
 
5
5
  module.exports = async (cwd = process.cwd()) => {
6
- const { config } = (await cosmiconfig.search(cwd)) || {}
6
+ const joycon = new JoyCon({
7
+ cwd,
8
+ packageKey: 'tom',
9
+ files: [
10
+ 'package.json',
11
+ '.tomrc',
12
+ '.tomrc.json',
13
+ '.tomrc.js',
14
+ 'tom.config.js'
15
+ ]
16
+ })
17
+ const { data: config } = await joycon.load()
7
18
  return config
8
19
  }
package/CHANGELOG.md DELETED
@@ -1,1102 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### 3.2.15 (2021-10-13)
6
-
7
- ### 3.2.14 (2021-10-13)
8
-
9
- ### 3.2.13 (2021-10-12)
10
-
11
- ### 3.2.12 (2021-09-23)
12
-
13
- ### 3.2.11 (2021-09-13)
14
-
15
- ### [3.2.10](https://github.com/kikobeats/tom-microservice/compare/v3.2.9...v3.2.10) (2021-07-19)
16
-
17
- ### 3.2.9 (2021-07-05)
18
-
19
- ### 3.2.8 (2021-07-05)
20
-
21
- ### 3.2.7 (2021-07-05)
22
-
23
- ### [3.2.6](https://github.com/kikobeats/tom-microservice/compare/v3.2.5...v3.2.6) (2021-06-25)
24
-
25
- ### [3.2.5](https://github.com/kikobeats/tom-microservice/compare/v3.2.4...v3.2.5) (2021-05-31)
26
-
27
- ### [3.2.4](https://github.com/kikobeats/tom-microservice/compare/v3.2.3...v3.2.4) (2021-05-18)
28
-
29
- ### [3.2.3](https://github.com/kikobeats/tom-microservice/compare/v3.2.2...v3.2.3) (2021-04-15)
30
-
31
- ### [3.2.2](https://github.com/kikobeats/tom-microservice/compare/v3.2.1...v3.2.2) (2021-03-29)
32
-
33
- ### [3.2.1](https://github.com/kikobeats/tom-microservice/compare/v3.2.0...v3.2.1) (2021-03-08)
34
-
35
- ## [3.2.0](https://github.com/kikobeats/tom-microservice/compare/v3.1.21...v3.2.0) (2021-03-05)
36
-
37
-
38
- ### Features
39
-
40
- * avoid to use geolocation api ([0d93af1](https://github.com/kikobeats/tom-microservice/commit/0d93af1e66182c08ba806a71cf781b28b0e31050))
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * wait promise ([ec6ca46](https://github.com/kikobeats/tom-microservice/commit/ec6ca46452cca14ca9a3f5131699070c52bffb06))
46
-
47
- ### [3.1.21](https://github.com/kikobeats/tom-microservice/compare/v3.1.20...v3.1.21) (2021-02-26)
48
-
49
- ### [3.1.20](https://github.com/kikobeats/tom-microservice/compare/v3.1.19...v3.1.20) (2021-02-16)
50
-
51
- ### [3.1.19](https://github.com/kikobeats/tom-microservice/compare/v3.1.18...v3.1.19) (2021-01-25)
52
-
53
- ### [3.1.18](https://github.com/kikobeats/tom-microservice/compare/v3.1.17...v3.1.18) (2021-01-18)
54
-
55
- ### [3.1.17](https://github.com/kikobeats/tom-microservice/compare/v3.1.16...v3.1.17) (2021-01-04)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * ensure to set the new credit card as default ([122ad3c](https://github.com/kikobeats/tom-microservice/commit/122ad3c58ae6cdadec7abc1bd0eceb757d3aaff0))
61
-
62
- ### [3.1.16](https://github.com/kikobeats/tom-microservice/compare/v3.1.15...v3.1.16) (2021-01-04)
63
-
64
- ### [3.1.15](https://github.com/kikobeats/tom-microservice/compare/v3.1.14...v3.1.15) (2020-12-30)
65
-
66
- ### [3.1.14](https://github.com/kikobeats/tom-microservice/compare/v3.1.13...v3.1.14) (2020-12-28)
67
-
68
- ### [3.1.13](https://github.com/kikobeats/tom-microservice/compare/v3.1.12...v3.1.13) (2020-12-25)
69
-
70
- ### [3.1.12](https://github.com/kikobeats/tom-microservice/compare/v3.1.11...v3.1.12) (2020-12-19)
71
-
72
- ### [3.1.11](https://github.com/kikobeats/tom-microservice/compare/v3.1.10...v3.1.11) (2020-12-14)
73
-
74
- ### [3.1.10](https://github.com/kikobeats/tom-microservice/compare/v3.1.9...v3.1.10) (2020-11-30)
75
-
76
- ### [3.1.9](https://github.com/kikobeats/tom-microservice/compare/v3.1.8...v3.1.9) (2020-11-27)
77
-
78
- ### [3.1.8](https://github.com/kikobeats/tom-microservice/compare/v3.1.7...v3.1.8) (2020-11-02)
79
-
80
- ### [3.1.7](https://github.com/kikobeats/tom-microservice/compare/v3.1.6...v3.1.7) (2020-10-31)
81
-
82
- ### [3.1.6](https://github.com/kikobeats/tom-microservice/compare/v3.1.5...v3.1.6) (2020-10-30)
83
-
84
- ### [3.1.5](https://github.com/kikobeats/tom-microservice/compare/v3.1.4...v3.1.5) (2020-10-30)
85
-
86
- ### [3.1.4](https://github.com/kikobeats/tom-microservice/compare/v3.1.3...v3.1.4) (2020-10-25)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * ensure to compile template properly ([0ad169b](https://github.com/kikobeats/tom-microservice/commit/0ad169bd9fd5605b5950cc3876af0f5672b10011))
92
-
93
- ### [3.1.3](https://github.com/kikobeats/tom-microservice/compare/v3.1.2...v3.1.3) (2020-10-25)
94
-
95
- ### [3.1.2](https://github.com/kikobeats/tom-microservice/compare/v3.1.1...v3.1.2) (2020-10-22)
96
-
97
-
98
- ### Bug Fixes
99
-
100
- * remove condition ([cdf23fe](https://github.com/kikobeats/tom-microservice/commit/cdf23fedb69c5f1450f692cd249f4d479cf418ce))
101
-
102
- ### [3.1.1](https://github.com/kikobeats/tom-microservice/compare/v3.1.0...v3.1.1) (2020-10-21)
103
-
104
- ## [3.1.0](https://github.com/kikobeats/tom-microservice/compare/v3.0.1...v3.1.0) (2020-10-09)
105
-
106
-
107
- ### Features
108
-
109
- * support taxes strategies ([231e2c9](https://github.com/kikobeats/tom-microservice/commit/231e2c966e7507654733b8de01342336385a62f1))
110
-
111
- ### [3.0.1](https://github.com/kikobeats/tom-microservice/compare/v3.0.0...v3.0.1) (2020-10-03)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * ensure to collect plan id from session ([614ff4c](https://github.com/kikobeats/tom-microservice/commit/614ff4cee7725d640d0182acfd150b60ed24bf88))
117
-
118
- ## [3.0.0](https://github.com/kikobeats/tom-microservice/compare/v2.11.0...v3.0.0) (2020-10-01)
119
-
120
- ## [2.11.0](https://github.com/kikobeats/tom-microservice/compare/v2.10.0...v2.11.0) (2020-09-30)
121
-
122
-
123
- ### Features
124
-
125
- * associate a tax rate with subscriptions ([0c04eff](https://github.com/kikobeats/tom-microservice/commit/0c04eff7509ac191c5b8d96035c0a16b96e79b9a))
126
-
127
-
128
- ### Bug Fixes
129
-
130
- * apply tax rate if is possible ([e600bad](https://github.com/kikobeats/tom-microservice/commit/e600bad606be0061c026783cd3d2277f8a5655a0))
131
-
132
- ## [2.10.0](https://github.com/kikobeats/tom-microservice/compare/v2.9.37...v2.10.0) (2020-09-30)
133
-
134
-
135
- ### Features
136
-
137
- * update stripe version to 2020-08-27 ([d92dd7d](https://github.com/kikobeats/tom-microservice/commit/d92dd7d255a129dab94dfeba29627f97f94db5f0))
138
-
139
- ### [2.9.37](https://github.com/kikobeats/tom-microservice/compare/v2.9.36...v2.9.37) (2020-09-30)
140
-
141
- ### [2.9.36](https://github.com/kikobeats/tom-microservice/compare/v2.9.35...v2.9.36) (2020-09-28)
142
-
143
- ### [2.9.35](https://github.com/kikobeats/tom-microservice/compare/v2.9.34...v2.9.35) (2020-09-20)
144
-
145
- ### [2.9.34](https://github.com/kikobeats/tom-microservice/compare/v2.9.33...v2.9.34) (2020-09-06)
146
-
147
- ### [2.9.33](https://github.com/kikobeats/tom-microservice/compare/v2.9.32...v2.9.33) (2020-08-17)
148
-
149
- ### [2.9.32](https://github.com/kikobeats/tom-microservice/compare/v2.9.31...v2.9.32) (2020-08-11)
150
-
151
- ### [2.9.31](https://github.com/kikobeats/tom-microservice/compare/v2.9.30...v2.9.31) (2020-08-08)
152
-
153
- ### [2.9.30](https://github.com/kikobeats/tom-microservice/compare/v2.9.29...v2.9.30) (2020-08-02)
154
-
155
- ### [2.9.29](https://github.com/kikobeats/tom-microservice/compare/v2.9.28...v2.9.29) (2020-07-17)
156
-
157
- ### [2.9.28](https://github.com/kikobeats/tom-microservice/compare/v2.9.27...v2.9.28) (2020-07-08)
158
-
159
- ### [2.9.27](https://github.com/kikobeats/tom-microservice/compare/v2.9.26...v2.9.27) (2020-06-15)
160
-
161
- ### [2.9.26](https://github.com/kikobeats/tom-microservice/compare/v2.9.25...v2.9.26) (2020-06-09)
162
-
163
- ### [2.9.25](https://github.com/kikobeats/tom-microservice/compare/v2.9.24...v2.9.25) (2020-06-08)
164
-
165
- ### [2.9.24](https://github.com/kikobeats/tom-microservice/compare/v2.9.23...v2.9.24) (2020-06-01)
166
-
167
- ### [2.9.23](https://github.com/kikobeats/tom-microservice/compare/v2.9.22...v2.9.23) (2020-05-19)
168
-
169
- ### [2.9.22](https://github.com/kikobeats/tom-microservice/compare/v2.9.21...v2.9.22) (2020-05-18)
170
-
171
- ### [2.9.21](https://github.com/kikobeats/tom-microservice/compare/v2.9.20...v2.9.21) (2020-05-12)
172
-
173
- ### [2.9.20](https://github.com/kikobeats/tom-microservice/compare/v2.9.19...v2.9.20) (2020-05-07)
174
-
175
- ### [2.9.19](https://github.com/kikobeats/tom-microservice/compare/v2.9.18...v2.9.19) (2020-05-04)
176
-
177
- ### [2.9.18](https://github.com/kikobeats/tom-microservice/compare/v2.9.17...v2.9.18) (2020-04-28)
178
-
179
- ### [2.9.17](https://github.com/kikobeats/tom-microservice/compare/v2.9.16...v2.9.17) (2020-04-21)
180
-
181
- ### [2.9.16](https://github.com/kikobeats/tom-microservice/compare/v2.9.15...v2.9.16) (2020-04-13)
182
-
183
- ### [2.9.15](https://github.com/kikobeats/tom-microservice/compare/v2.9.14...v2.9.15) (2020-04-13)
184
-
185
- ### [2.9.14](https://github.com/kikobeats/tom-microservice/compare/v2.9.13...v2.9.14) (2020-04-03)
186
-
187
- ### [2.9.13](https://github.com/kikobeats/tom-microservice/compare/v2.9.12...v2.9.13) (2020-04-02)
188
-
189
- ### [2.9.12](https://github.com/kikobeats/tom-microservice/compare/v2.9.11...v2.9.12) (2020-03-27)
190
-
191
- ### [2.9.11](https://github.com/kikobeats/tom-microservice/compare/v2.9.10...v2.9.11) (2020-03-25)
192
-
193
- ### [2.9.10](https://github.com/kikobeats/tom-microservice/compare/v2.9.9...v2.9.10) (2020-03-20)
194
-
195
- ### [2.9.9](https://github.com/kikobeats/tom-microservice/compare/v2.9.8...v2.9.9) (2020-03-12)
196
-
197
- ### [2.9.8](https://github.com/kikobeats/tom-microservice/compare/v2.9.7...v2.9.8) (2020-03-11)
198
-
199
- ### [2.9.7](https://github.com/kikobeats/tom-microservice/compare/v2.9.6...v2.9.7) (2020-02-24)
200
-
201
- ### [2.9.6](https://github.com/kikobeats/tom-microservice/compare/v2.9.5...v2.9.6) (2020-02-22)
202
-
203
- ### [2.9.5](https://github.com/kikobeats/tom-microservice/compare/v2.9.4...v2.9.5) (2020-02-21)
204
-
205
- ### [2.9.4](https://github.com/kikobeats/tom-microservice/compare/v2.9.3...v2.9.4) (2020-02-18)
206
-
207
- ### [2.9.3](https://github.com/kikobeats/tom-microservice/compare/v2.9.2...v2.9.3) (2020-02-14)
208
-
209
- ### [2.9.2](https://github.com/kikobeats/tom-microservice/compare/v2.9.1...v2.9.2) (2020-02-13)
210
-
211
- ### [2.9.1](https://github.com/kikobeats/tom-microservice/compare/v2.9.0...v2.9.1) (2020-02-07)
212
-
213
- ## [2.9.0](https://github.com/kikobeats/tom-microservice/compare/v2.8.0...v2.9.0) (2020-01-31)
214
-
215
-
216
- ### Features
217
-
218
- * update dependencies ([ec22701](https://github.com/kikobeats/tom-microservice/commit/ec227015b36a26d466c767cc88a7b73b25d28395))
219
-
220
- ## [2.8.0](https://github.com/kikobeats/tom-microservice/compare/v2.7.14...v2.8.0) (2020-01-21)
221
-
222
- ### [2.7.14](https://github.com/kikobeats/tom-microservice/compare/v2.7.13...v2.7.14) (2019-09-23)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * get customer under best effort ([36b3a38](https://github.com/kikobeats/tom-microservice/commit/36b3a38))
228
-
229
- ### [2.7.13](https://github.com/kikobeats/tom-microservice/compare/v2.7.12...v2.7.13) (2019-09-23)
230
-
231
- ### [2.7.12](https://github.com/kikobeats/tom-microservice/compare/v2.7.11...v2.7.12) (2019-09-10)
232
-
233
- ### [2.7.11](https://github.com/kikobeats/tom-microservice/compare/v2.7.10...v2.7.11) (2019-09-07)
234
-
235
- ### [2.7.10](https://github.com/kikobeats/tom-microservice/compare/v2.7.9...v2.7.10) (2019-09-05)
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * ensure resolve values ([7e87cbd](https://github.com/kikobeats/tom-microservice/commit/7e87cbd))
241
-
242
- ### [2.7.9](https://github.com/kikobeats/tom-microservice/compare/v2.7.8...v2.7.9) (2019-09-05)
243
-
244
- ### [2.7.8](https://github.com/kikobeats/tom-microservice/compare/v2.7.7...v2.7.8) (2019-09-05)
245
-
246
- ### [2.7.7](https://github.com/kikobeats/tom-microservice/compare/v2.7.6...v2.7.7) (2019-09-04)
247
-
248
- ### [2.7.6](https://github.com/kikobeats/tom-microservice/compare/v2.7.5...v2.7.6) (2019-09-04)
249
-
250
- ### [2.7.5](https://github.com/kikobeats/tom-microservice/compare/v2.7.4...v2.7.5) (2019-09-04)
251
-
252
- ### [2.7.4](https://github.com/kikobeats/tom-microservice/compare/v2.7.3...v2.7.4) (2019-09-02)
253
-
254
-
255
- ### Bug Fixes
256
-
257
- * linter ([40e9638](https://github.com/kikobeats/tom-microservice/commit/40e9638))
258
-
259
- ### [2.7.3](https://github.com/kikobeats/tom-microservice/compare/v2.7.1...v2.7.3) (2019-09-02)
260
-
261
-
262
- ### Bug Fixes
263
-
264
- * typo ([06e8c1d](https://github.com/kikobeats/tom-microservice/commit/06e8c1d))
265
- * typo ([#82](https://github.com/kikobeats/tom-microservice/issues/82)) ([b7b6542](https://github.com/kikobeats/tom-microservice/commit/b7b6542))
266
-
267
- ### [2.7.2](https://github.com/kikobeats/tom-microservice/compare/v2.7.1...v2.7.2) (2019-08-31)
268
-
269
- ### [2.7.1](https://github.com/kikobeats/tom-microservice/compare/v2.7.0...v2.7.1) (2019-08-31)
270
-
271
- ## [2.7.0](https://github.com/kikobeats/tom-microservice/compare/v2.6.0...v2.7.0) (2019-08-31)
272
-
273
-
274
- ### Bug Fixes
275
-
276
- * access plan id ([22da53e](https://github.com/kikobeats/tom-microservice/commit/22da53e))
277
- * better adapter interface ([31163c1](https://github.com/kikobeats/tom-microservice/commit/31163c1))
278
- * simple key/value ([54db2c0](https://github.com/kikobeats/tom-microservice/commit/54db2c0))
279
- * template should be optional ([fd06efc](https://github.com/kikobeats/tom-microservice/commit/fd06efc))
280
-
281
-
282
- ### Features
283
-
284
- * add payment/session endpoint ([ee7ef2f](https://github.com/kikobeats/tom-microservice/commit/ee7ef2f))
285
- * add stripe webhook support ([cbd7942](https://github.com/kikobeats/tom-microservice/commit/cbd7942))
286
-
287
- ## [2.6.0](https://github.com/kikobeats/tom-microservice/compare/v2.5.9...v2.6.0) (2019-08-27)
288
-
289
-
290
- ### Features
291
-
292
- * fill customer metadata ([#80](https://github.com/kikobeats/tom-microservice/issues/80)) ([2c16a4c](https://github.com/kikobeats/tom-microservice/commit/2c16a4c))
293
- * fill user metadata ([bfdf997](https://github.com/kikobeats/tom-microservice/commit/bfdf997))
294
-
295
- ### [2.5.9](https://github.com/kikobeats/tom-microservice/compare/v2.5.8...v2.5.9) (2019-08-27)
296
-
297
- ### [2.5.8](https://github.com/kikobeats/tom-microservice/compare/v2.5.7...v2.5.8) (2019-08-24)
298
-
299
- ### [2.5.7](https://github.com/kikobeats/tom-microservice/compare/v2.5.6...v2.5.7) (2019-08-21)
300
-
301
- ### [2.5.6](https://github.com/kikobeats/tom-microservice/compare/v2.5.5...v2.5.6) (2019-08-19)
302
-
303
-
304
- ### Bug Fixes
305
-
306
- * linter ([d3fadee](https://github.com/kikobeats/tom-microservice/commit/d3fadee))
307
-
308
- ### [2.5.5](https://github.com/kikobeats/tom-microservice/compare/v2.5.4...v2.5.5) (2019-08-15)
309
-
310
- ### [2.5.4](https://github.com/kikobeats/tom-microservice/compare/v2.5.3...v2.5.4) (2019-08-15)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * typo ([d7a0f46](https://github.com/kikobeats/tom-microservice/commit/d7a0f46))
316
-
317
- ### [2.5.3](https://github.com/kikobeats/tom-microservice/compare/v2.5.2...v2.5.3) (2019-08-14)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * wait server is ready ([4df4910](https://github.com/kikobeats/tom-microservice/commit/4df4910))
323
-
324
- ### [2.5.2](https://github.com/kikobeats/tom-microservice/compare/v2.5.1...v2.5.2) (2019-08-11)
325
-
326
- ### [2.5.1](https://github.com/kikobeats/tom-microservice/compare/v2.5.0...v2.5.1) (2019-07-30)
327
-
328
- ## [2.5.0](https://github.com/kikobeats/tom-microservice/compare/v2.3.37...v2.5.0) (2019-06-19)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * typo ([de0c2d3](https://github.com/kikobeats/tom-microservice/commit/de0c2d3))
334
-
335
-
336
- ### Build System
337
-
338
- * update dependencies ([cbdadf9](https://github.com/kikobeats/tom-microservice/commit/cbdadf9))
339
- * update dependencies ([c81ede2](https://github.com/kikobeats/tom-microservice/commit/c81ede2))
340
- * update travis ([4a5eac4](https://github.com/kikobeats/tom-microservice/commit/4a5eac4))
341
-
342
-
343
- ### Features
344
-
345
- * remove deep-map dependency ([15b6ab9](https://github.com/kikobeats/tom-microservice/commit/15b6ab9))
346
-
347
-
348
- ### Tests
349
-
350
- * rename helper ([9c0fbfc](https://github.com/kikobeats/tom-microservice/commit/9c0fbfc))
351
-
352
-
353
-
354
- ## [2.4.0](https://github.com/kikobeats/tom-microservice/compare/v2.3.37...v2.4.0) (2019-06-04)
355
-
356
-
357
- ### Build System
358
-
359
- * update dependencies ([cbdadf9](https://github.com/kikobeats/tom-microservice/commit/cbdadf9))
360
- * update dependencies ([c81ede2](https://github.com/kikobeats/tom-microservice/commit/c81ede2))
361
-
362
-
363
- ### Features
364
-
365
- * remove deep-map dependency ([15b6ab9](https://github.com/kikobeats/tom-microservice/commit/15b6ab9))
366
-
367
-
368
- ### Tests
369
-
370
- * rename helper ([9c0fbfc](https://github.com/kikobeats/tom-microservice/commit/9c0fbfc))
371
-
372
-
373
-
374
- ### [2.3.37](https://github.com/kikobeats/tom-microservice/compare/v2.3.36...v2.3.37) (2019-05-28)
375
-
376
-
377
- ### Bug Fixes
378
-
379
- * **package:** update beauty-error to version 1.2.0 ([77d0b47](https://github.com/kikobeats/tom-microservice/commit/77d0b47))
380
-
381
-
382
-
383
- ### [2.3.36](https://github.com/kikobeats/tom-microservice/compare/v2.3.35...v2.3.36) (2019-05-26)
384
-
385
-
386
- ### Bug Fixes
387
-
388
- * **package:** update to-query to version 1.4.0 ([c193a8a](https://github.com/kikobeats/tom-microservice/commit/c193a8a))
389
-
390
-
391
-
392
- ### [2.3.35](https://github.com/kikobeats/tom-microservice/compare/v2.3.34...v2.3.35) (2019-05-25)
393
-
394
-
395
- ### Bug Fixes
396
-
397
- * **package:** update to-query to version 1.3.0 ([a57b7b2](https://github.com/kikobeats/tom-microservice/commit/a57b7b2))
398
-
399
-
400
-
401
- ### [2.3.34](https://github.com/kikobeats/tom-microservice/compare/v2.3.33...v2.3.34) (2019-05-24)
402
-
403
-
404
- ### Bug Fixes
405
-
406
- * **package:** update to-query to version 1.2.1 ([664d79d](https://github.com/kikobeats/tom-microservice/commit/664d79d))
407
-
408
-
409
-
410
- ### [2.3.33](https://github.com/kikobeats/tom-microservice/compare/v2.3.32...v2.3.33) (2019-05-23)
411
-
412
-
413
- ### Bug Fixes
414
-
415
- * **package:** update to-query to version 1.1.0 ([05f10a0](https://github.com/kikobeats/tom-microservice/commit/05f10a0))
416
-
417
-
418
-
419
- ### [2.3.32](https://github.com/kikobeats/tom-microservice/compare/v2.3.31...v2.3.32) (2019-05-23)
420
-
421
-
422
- ### Build System
423
-
424
- * update dependencies ([a59ae1f](https://github.com/kikobeats/tom-microservice/commit/a59ae1f))
425
- * use to-query dependency ([3943f38](https://github.com/kikobeats/tom-microservice/commit/3943f38))
426
-
427
-
428
-
429
- ### [2.3.31](https://github.com/kikobeats/tom-microservice/compare/v2.3.30...v2.3.31) (2019-05-20)
430
-
431
-
432
- ### Build System
433
-
434
- * change git-authors-cli position ([05a1eab](https://github.com/kikobeats/tom-microservice/commit/05a1eab))
435
-
436
-
437
-
438
- ### [2.3.30](https://github.com/kikobeats/tom-microservice/compare/v2.3.29...v2.3.30) (2019-05-17)
439
-
440
-
441
- ### Bug Fixes
442
-
443
- * **package:** update express to version 4.17.0 ([d7e0715](https://github.com/kikobeats/tom-microservice/commit/d7e0715))
444
-
445
-
446
-
447
- ### [2.3.29](https://github.com/kikobeats/tom-microservice/compare/v2.3.28...v2.3.29) (2019-05-15)
448
-
449
-
450
- ### Bug Fixes
451
-
452
- * **package:** update stripe to version 7.0.0 ([91f0188](https://github.com/kikobeats/tom-microservice/commit/91f0188))
453
-
454
-
455
-
456
- ### [2.3.28](https://github.com/kikobeats/tom-microservice/compare/v2.3.26...v2.3.28) (2019-05-12)
457
-
458
-
459
- ### Bug Fixes
460
-
461
- * **package:** update update-notifier to version 2.6.0 ([008e246](https://github.com/kikobeats/tom-microservice/commit/008e246))
462
- * linter ([4876baf](https://github.com/kikobeats/tom-microservice/commit/4876baf))
463
-
464
-
465
- ### Build System
466
-
467
- * update dependencies ([252c026](https://github.com/kikobeats/tom-microservice/commit/252c026))
468
-
469
-
470
-
471
- ### [2.3.27](https://github.com/kikobeats/tom-microservice/compare/v2.3.26...v2.3.27) (2019-05-12)
472
-
473
-
474
- ### Bug Fixes
475
-
476
- * **package:** update update-notifier to version 2.6.0 ([008e246](https://github.com/kikobeats/tom-microservice/commit/008e246))
477
-
478
-
479
- ### Build System
480
-
481
- * update dependencies ([252c026](https://github.com/kikobeats/tom-microservice/commit/252c026))
482
-
483
-
484
-
485
- ### [2.3.26](https://github.com/kikobeats/tom-microservice/compare/v2.3.25...v2.3.26) (2019-05-05)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * **package:** update helmet to version 3.18.0 ([80b3051](https://github.com/kikobeats/tom-microservice/commit/80b3051))
491
-
492
-
493
-
494
- ## [2.3.25](https://github.com/kikobeats/tom-microservice/compare/v2.3.24...v2.3.25) (2019-05-03)
495
-
496
-
497
- ### Bug Fixes
498
-
499
- * **package:** update helmet to version 3.17.0 ([4af12bc](https://github.com/kikobeats/tom-microservice/commit/4af12bc))
500
-
501
-
502
-
503
- ## [2.3.24](https://github.com/kikobeats/tom-microservice/compare/v2.3.23...v2.3.24) (2019-04-30)
504
-
505
-
506
- ### Bug Fixes
507
-
508
- * **package:** update pupa to version 2.0.0 ([6e0ac0b](https://github.com/kikobeats/tom-microservice/commit/6e0ac0b))
509
-
510
-
511
-
512
- ## [2.3.23](https://github.com/kikobeats/tom-microservice/compare/v2.3.22...v2.3.23) (2019-04-26)
513
-
514
-
515
- ### Bug Fixes
516
-
517
- * **package:** update body-parser to version 1.19.0 ([6720974](https://github.com/kikobeats/tom-microservice/commit/6720974))
518
-
519
-
520
-
521
- ## [2.3.22](https://github.com/kikobeats/tom-microservice/compare/v2.3.21...v2.3.22) (2019-04-24)
522
-
523
-
524
- ### Bug Fixes
525
-
526
- * **package:** update auto-parse to version 1.7.0 ([c68539a](https://github.com/kikobeats/tom-microservice/commit/c68539a))
527
- * **package:** update pretty-ms to version 5.0.0 ([f952899](https://github.com/kikobeats/tom-microservice/commit/f952899))
528
-
529
-
530
-
531
- ## [2.3.21](https://github.com/kikobeats/tom-microservice/compare/v2.3.20...v2.3.21) (2019-04-18)
532
-
533
-
534
- ### Bug Fixes
535
-
536
- * **package:** update time-span to version 3.1.0 ([2f4789e](https://github.com/kikobeats/tom-microservice/commit/2f4789e))
537
-
538
-
539
-
540
- <a name="2.3.20"></a>
541
- ## [2.3.20](https://github.com/kikobeats/tom-microservice/compare/v2.3.19...v2.3.20) (2019-04-06)
542
-
543
-
544
- ### Bug Fixes
545
-
546
- * **package:** update nodemailer to version 6.1.0 ([bd4edd6](https://github.com/kikobeats/tom-microservice/commit/bd4edd6))
547
-
548
-
549
-
550
- <a name="2.3.19"></a>
551
- ## [2.3.19](https://github.com/kikobeats/tom-microservice/compare/v2.3.18...v2.3.19) (2019-04-03)
552
-
553
-
554
- ### Bug Fixes
555
-
556
- * **package:** update p-reflect to version 2.1.0 ([a9ba9f7](https://github.com/kikobeats/tom-microservice/commit/a9ba9f7))
557
- * **package:** update p-waterfall to version 2.1.0 ([81eb730](https://github.com/kikobeats/tom-microservice/commit/81eb730))
558
-
559
-
560
-
561
- <a name="2.3.18"></a>
562
- ## [2.3.18](https://github.com/kikobeats/tom-microservice/compare/v2.3.17...v2.3.18) (2019-03-31)
563
-
564
-
565
- ### Bug Fixes
566
-
567
- * **package:** update p-retry to version 4.1.0 ([379d249](https://github.com/kikobeats/tom-microservice/commit/379d249))
568
-
569
-
570
-
571
- <a name="2.3.17"></a>
572
- ## [2.3.17](https://github.com/kikobeats/tom-microservice/compare/v2.3.16...v2.3.17) (2019-03-25)
573
-
574
-
575
- ### Bug Fixes
576
-
577
- * **package:** update nodemailer to version 6.0.0 ([1008729](https://github.com/kikobeats/tom-microservice/commit/1008729))
578
-
579
-
580
-
581
- <a name="2.3.16"></a>
582
- ## [2.3.16](https://github.com/kikobeats/tom-microservice/compare/v2.3.14...v2.3.16) (2019-03-24)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * **package:** update cosmiconfig to version 5.2.0 ([af15009](https://github.com/kikobeats/tom-microservice/commit/af15009))
588
- * **package:** update p-reflect to version 2.0.0 ([e968244](https://github.com/kikobeats/tom-microservice/commit/e968244))
589
- * **package:** update p-waterfall to version 2.0.0 ([111931f](https://github.com/kikobeats/tom-microservice/commit/111931f))
590
-
591
-
592
-
593
- <a name="2.3.15"></a>
594
- ## [2.3.15](https://github.com/kikobeats/tom-microservice/compare/v2.3.14...v2.3.15) (2019-03-18)
595
-
596
-
597
- ### Bug Fixes
598
-
599
- * **package:** update p-reflect to version 2.0.0 ([e968244](https://github.com/kikobeats/tom-microservice/commit/e968244))
600
- * **package:** update p-waterfall to version 2.0.0 ([111931f](https://github.com/kikobeats/tom-microservice/commit/111931f))
601
-
602
-
603
-
604
- <a name="2.3.14"></a>
605
- ## [2.3.14](https://github.com/kikobeats/tom-microservice/compare/v2.3.13...v2.3.14) (2019-03-11)
606
-
607
-
608
- ### Bug Fixes
609
-
610
- * **package:** update p-retry to version 4.0.0 ([4bd66df](https://github.com/kikobeats/tom-microservice/commit/4bd66df))
611
-
612
-
613
-
614
- <a name="2.3.13"></a>
615
- ## [2.3.13](https://github.com/kikobeats/tom-microservice/compare/v2.3.12...v2.3.13) (2019-03-10)
616
-
617
-
618
- ### Bug Fixes
619
-
620
- * **package:** update helmet to version 3.16.0 ([5497418](https://github.com/kikobeats/tom-microservice/commit/5497418))
621
-
622
-
623
-
624
- <a name="2.3.12"></a>
625
- ## [2.3.12](https://github.com/kikobeats/tom-microservice/compare/v2.3.11...v2.3.12) (2019-03-08)
626
-
627
-
628
- ### Bug Fixes
629
-
630
- * **package:** update time-span to version 3.0.0 ([b9d191d](https://github.com/kikobeats/tom-microservice/commit/b9d191d))
631
-
632
-
633
-
634
- <a name="2.3.11"></a>
635
- ## [2.3.11](https://github.com/kikobeats/tom-microservice/compare/v2.3.10...v2.3.11) (2019-02-18)
636
-
637
-
638
-
639
- <a name="2.3.10"></a>
640
- ## [2.3.10](https://github.com/kikobeats/tom-microservice/compare/v2.3.8...v2.3.10) (2019-01-17)
641
-
642
-
643
- ### Bug Fixes
644
-
645
- * **package:** update got to version 9.6.0 ([738882b](https://github.com/kikobeats/tom-microservice/commit/738882b))
646
- * **package:** update ow to version 0.10.0 ([dddd906](https://github.com/kikobeats/tom-microservice/commit/dddd906))
647
- * **package:** update ow to version 0.9.0 ([151165b](https://github.com/kikobeats/tom-microservice/commit/151165b))
648
-
649
-
650
-
651
- <a name="2.3.9"></a>
652
- ## [2.3.9](https://github.com/kikobeats/tom-microservice/compare/v2.3.8...v2.3.9) (2019-01-15)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * **package:** update ow to version 0.10.0 ([dddd906](https://github.com/kikobeats/tom-microservice/commit/dddd906))
658
- * **package:** update ow to version 0.9.0 ([151165b](https://github.com/kikobeats/tom-microservice/commit/151165b))
659
-
660
-
661
-
662
- <a name="2.3.8"></a>
663
- ## [2.3.8](https://github.com/kikobeats/tom-microservice/compare/v2.3.7...v2.3.8) (2019-01-09)
664
-
665
-
666
- ### Bug Fixes
667
-
668
- * **package:** update nodemailer to version 5.1.0 ([df0769e](https://github.com/kikobeats/tom-microservice/commit/df0769e))
669
-
670
-
671
-
672
- <a name="2.3.7"></a>
673
- ## [2.3.7](https://github.com/kikobeats/tom-microservice/compare/v2.3.6...v2.3.7) (2018-12-28)
674
-
675
-
676
- ### Bug Fixes
677
-
678
- * **package:** update nodemailer to version 5.0.0 ([edc8b33](https://github.com/kikobeats/tom-microservice/commit/edc8b33))
679
-
680
-
681
-
682
- <a name="2.3.6"></a>
683
- ## [2.3.6](https://github.com/kikobeats/tom-microservice/compare/v2.3.5...v2.3.6) (2018-12-19)
684
-
685
-
686
- ### Bug Fixes
687
-
688
- * **package:** update jsendp to version 2.1.0 ([93ec870](https://github.com/kikobeats/tom-microservice/commit/93ec870))
689
-
690
-
691
-
692
- <a name="2.3.5"></a>
693
- ## [2.3.5](https://github.com/kikobeats/tom-microservice/compare/v2.3.4...v2.3.5) (2018-12-19)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * **package:** update got to version 9.5.0 ([0e13b20](https://github.com/kikobeats/tom-microservice/commit/0e13b20))
699
-
700
-
701
-
702
- <a name="2.3.4"></a>
703
- ## [2.3.4](https://github.com/kikobeats/tom-microservice/compare/v2.3.3...v2.3.4) (2018-12-12)
704
-
705
-
706
- ### Bug Fixes
707
-
708
- * **package:** update p-retry to version 3.0.0 ([2587c8d](https://github.com/kikobeats/tom-microservice/commit/2587c8d))
709
-
710
-
711
-
712
- <a name="2.3.3"></a>
713
- ## [2.3.3](https://github.com/kikobeats/tom-microservice/compare/v2.3.2...v2.3.3) (2018-12-11)
714
-
715
-
716
- ### Bug Fixes
717
-
718
- * **package:** update got to version 9.4.0 ([d436f42](https://github.com/kikobeats/tom-microservice/commit/d436f42))
719
-
720
-
721
-
722
- <a name="2.3.2"></a>
723
- ## [2.3.2](https://github.com/kikobeats/tom-microservice/compare/v2.3.1...v2.3.2) (2018-12-03)
724
-
725
-
726
- ### Bug Fixes
727
-
728
- * **package:** update auto-parse to version 1.6.0 ([82915fb](https://github.com/kikobeats/tom-microservice/commit/82915fb))
729
-
730
-
731
-
732
- <a name="2.3.1"></a>
733
- ## [2.3.1](https://github.com/kikobeats/tom-microservice/compare/v2.3.0...v2.3.1) (2018-11-27)
734
-
735
-
736
- ### Bug Fixes
737
-
738
- * **package:** update stripe to version 6.16.0 ([a1cc119](https://github.com/kikobeats/tom-microservice/commit/a1cc119))
739
-
740
-
741
-
742
- <a name="2.3.0"></a>
743
- # [2.3.0](https://github.com/kikobeats/tom-microservice/compare/v2.2.10...v2.3.0) (2018-11-26)
744
-
745
-
746
- ### Features
747
-
748
- * better logging errors ([151b611](https://github.com/kikobeats/tom-microservice/commit/151b611))
749
-
750
-
751
-
752
- <a name="2.2.10"></a>
753
- ## [2.2.10](https://github.com/kikobeats/tom-microservice/compare/v2.2.9...v2.2.10) (2018-11-19)
754
-
755
-
756
- ### Bug Fixes
757
-
758
- * **package:** update nodemailer to version 4.7.0 ([0b40d67](https://github.com/kikobeats/tom-microservice/commit/0b40d67))
759
-
760
-
761
-
762
- <a name="2.2.9"></a>
763
- ## [2.2.9](https://github.com/kikobeats/tom-microservice/compare/v2.2.8...v2.2.9) (2018-11-12)
764
-
765
-
766
- ### Bug Fixes
767
-
768
- * **package:** update stripe to version 6.15.0 ([7fc8e39](https://github.com/kikobeats/tom-microservice/commit/7fc8e39))
769
-
770
-
771
-
772
- <a name="2.2.8"></a>
773
- ## [2.2.8](https://github.com/kikobeats/tom-microservice/compare/v2.2.7...v2.2.8) (2018-11-12)
774
-
775
-
776
- ### Bug Fixes
777
-
778
- * error message ([8aa2392](https://github.com/kikobeats/tom-microservice/commit/8aa2392))
779
-
780
-
781
-
782
- <a name="2.2.7"></a>
783
- ## [2.2.7](https://github.com/kikobeats/tom-microservice/compare/v2.2.6...v2.2.7) (2018-11-12)
784
-
785
-
786
- ### Bug Fixes
787
-
788
- * call method ([a3b0bb1](https://github.com/kikobeats/tom-microservice/commit/a3b0bb1))
789
-
790
-
791
-
792
- <a name="2.2.6"></a>
793
- ## [2.2.6](https://github.com/kikobeats/tom-microservice/compare/v2.2.5...v2.2.6) (2018-11-09)
794
-
795
-
796
- ### Bug Fixes
797
-
798
- * **package:** update stripe to version 6.14.0 ([ee1a28c](https://github.com/kikobeats/tom-microservice/commit/ee1a28c))
799
-
800
-
801
-
802
- <a name="2.2.5"></a>
803
- ## [2.2.5](https://github.com/kikobeats/tom-microservice/compare/v2.2.4...v2.2.5) (2018-11-07)
804
-
805
-
806
- ### Bug Fixes
807
-
808
- * **package:** update helmet to version 3.15.0 ([38be890](https://github.com/kikobeats/tom-microservice/commit/38be890))
809
-
810
-
811
-
812
- <a name="2.2.4"></a>
813
- ## [2.2.4](https://github.com/kikobeats/tom-microservice/compare/v2.2.3...v2.2.4) (2018-10-30)
814
-
815
-
816
- ### Bug Fixes
817
-
818
- * **package:** update stripe to version 6.13.0 ([69d42c7](https://github.com/kikobeats/tom-microservice/commit/69d42c7))
819
-
820
-
821
-
822
- <a name="2.2.3"></a>
823
- ## [2.2.3](https://github.com/kikobeats/tom-microservice/compare/v2.2.2...v2.2.3) (2018-10-30)
824
-
825
-
826
- ### Bug Fixes
827
-
828
- * **package:** update got to version 9.3.0 ([d5494fa](https://github.com/kikobeats/tom-microservice/commit/d5494fa))
829
-
830
-
831
-
832
- <a name="2.2.2"></a>
833
- ## [2.2.2](https://github.com/kikobeats/tom-microservice/compare/v2.2.1...v2.2.2) (2018-10-30)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * **package:** update clean-stack to version 2.0.0 ([d033a94](https://github.com/kikobeats/tom-microservice/commit/d033a94))
839
-
840
-
841
-
842
- <a name="2.2.1"></a>
843
- ## 2.2.1 (2018-10-16)
844
-
845
-
846
- ### Bug Fixes
847
-
848
- * **package:** update ow to version 0.8.0 ([20b7f6b](https://github.com/kikobeats/tom-microservice/commit/20b7f6b))
849
-
850
-
851
-
852
- <a name="2.2.0"></a>
853
- # 2.2.0 (2018-08-28)
854
-
855
-
856
-
857
- <a name="2.1.2"></a>
858
- ## 2.1.2 (2018-08-23)
859
-
860
-
861
-
862
- <a name="2.1.1"></a>
863
- ## 2.1.1 (2018-08-22)
864
-
865
-
866
-
867
- <a name="2.1.0"></a>
868
- # 2.1.0 (2018-08-21)
869
-
870
-
871
-
872
- <a name="2.0.0"></a>
873
- # 2.0.0 (2018-07-29)
874
-
875
-
876
-
877
- <a name="1.1.3"></a>
878
- ## 1.1.3 (2018-05-11)
879
-
880
-
881
-
882
- <a name="1.1.2"></a>
883
- ## 1.1.2 (2018-05-10)
884
-
885
-
886
-
887
- <a name="1.1.1"></a>
888
- ## 1.1.1 (2018-03-24)
889
-
890
-
891
-
892
- <a name="1.1.0"></a>
893
- # 1.1.0 (2018-03-23)
894
-
895
-
896
-
897
- <a name="1.0.5"></a>
898
- ## 1.0.5 (2018-01-08)
899
-
900
-
901
-
902
- <a name="1.0.4"></a>
903
- ## 1.0.4 (2018-01-07)
904
-
905
-
906
-
907
- <a name="1.0.3"></a>
908
- ## 1.0.3 (2018-01-05)
909
-
910
-
911
-
912
- <a name="1.0.2"></a>
913
- ## 1.0.2 (2018-01-05)
914
-
915
-
916
-
917
- <a name="1.0.1"></a>
918
- ## 1.0.1 (2018-01-05)
919
-
920
-
921
-
922
- <a name="1.0.0"></a>
923
- # 1.0.0 (2018-01-05)
924
-
925
-
926
-
927
- <a name="2.2.0"></a>
928
- # 2.2.0 (2018-08-28)
929
-
930
- * Add Twitter integration ([4665a46](https://github.com/kikobeats/tom-microservice/commit/4665a46)), closes [#15](https://github.com/kikobeats/tom-microservice/issues/15)
931
- * Add Twitter integration ([1f8e9cc](https://github.com/kikobeats/tom-microservice/commit/1f8e9cc)), closes [#15](https://github.com/kikobeats/tom-microservice/issues/15)
932
- * Add Twitter integration ([d06cac6](https://github.com/kikobeats/tom-microservice/commit/d06cac6)), closes [#15](https://github.com/kikobeats/tom-microservice/issues/15)
933
-
934
-
935
-
936
- <a name="2.1.2"></a>
937
- ## 2.1.2 (2018-08-23)
938
-
939
- * Fix default cors ([c941aa5](https://github.com/kikobeats/tom-microservice/commit/c941aa5))
940
-
941
-
942
-
943
- <a name="2.1.1"></a>
944
- ## 2.1.1 (2018-08-22)
945
-
946
- * Pass previous props in batch series ([c3faf8d](https://github.com/kikobeats/tom-microservice/commit/c3faf8d))
947
- * Unify notification responses ([269309f](https://github.com/kikobeats/tom-microservice/commit/269309f))
948
-
949
-
950
-
951
- <a name="2.1.0"></a>
952
- # 2.1.0 (2018-08-21)
953
-
954
- * Attach payload to response ([3f90d4c](https://github.com/kikobeats/tom-microservice/commit/3f90d4c))
955
- * Update ([1a3f106](https://github.com/kikobeats/tom-microservice/commit/1a3f106))
956
- * Update ([6001985](https://github.com/kikobeats/tom-microservice/commit/6001985))
957
- * Update lint ([986e37f](https://github.com/kikobeats/tom-microservice/commit/986e37f))
958
- * Update plan id for resting ([206de9f](https://github.com/kikobeats/tom-microservice/commit/206de9f))
959
-
960
-
961
-
962
- <a name="2.0.0"></a>
963
- # 2.0.0 (2018-07-29)
964
-
965
- * Add /notifications/slack to the README ([cad1cc5](https://github.com/kikobeats/tom-microservice/commit/cad1cc5))
966
- * Add batch command ([ad5d2fc](https://github.com/kikobeats/tom-microservice/commit/ad5d2fc)), closes [#12](https://github.com/kikobeats/tom-microservice/issues/12)
967
- * Add coveralls ([9174cde](https://github.com/kikobeats/tom-microservice/commit/9174cde))
968
- * Add documentation for /notification/telegram ([65bb49c](https://github.com/kikobeats/tom-microservice/commit/65bb49c))
969
- * Add event emitter system ([7f60516](https://github.com/kikobeats/tom-microservice/commit/7f60516))
970
- * Add retry for commands ([162a32a](https://github.com/kikobeats/tom-microservice/commit/162a32a)), closes [#8](https://github.com/kikobeats/tom-microservice/issues/8)
971
- * Add slack integration ([8db5c97](https://github.com/kikobeats/tom-microservice/commit/8db5c97))
972
- * Add telegram notification command ([759f5e4](https://github.com/kikobeats/tom-microservice/commit/759f5e4))
973
- * Add template support for slack notifications ([21fa811](https://github.com/kikobeats/tom-microservice/commit/21fa811))
974
- * Adjust menu ([b9ccbf1](https://github.com/kikobeats/tom-microservice/commit/b9ccbf1)), closes [#5](https://github.com/kikobeats/tom-microservice/issues/5)
975
- * Adjust style for block codes ([8c10545](https://github.com/kikobeats/tom-microservice/commit/8c10545)), closes [#4](https://github.com/kikobeats/tom-microservice/issues/4)
976
- * Don't access template directly ([64a08a8](https://github.com/kikobeats/tom-microservice/commit/64a08a8))
977
- * Ensure required config value are present ([d0e5b60](https://github.com/kikobeats/tom-microservice/commit/d0e5b60))
978
- * Fix event multiple events ([99e0a7f](https://github.com/kikobeats/tom-microservice/commit/99e0a7f))
979
- * Fix resolve compilation with non template ([b6bd194](https://github.com/kikobeats/tom-microservice/commit/b6bd194))
980
- * Fix tests ([dfbf28d](https://github.com/kikobeats/tom-microservice/commit/dfbf28d))
981
- * Fix typo ([530ef40](https://github.com/kikobeats/tom-microservice/commit/530ef40))
982
- * Move credential error inside commands ([d5658fa](https://github.com/kikobeats/tom-microservice/commit/d5658fa))
983
- * Prefix environment variables ([a993fb5](https://github.com/kikobeats/tom-microservice/commit/a993fb5))
984
- * Redesign docs ([ec279bb](https://github.com/kikobeats/tom-microservice/commit/ec279bb))
985
- * Refactor tests ([a3e50ad](https://github.com/kikobeats/tom-microservice/commit/a3e50ad))
986
- * Remove telebot and use a simple request instead ([0475b80](https://github.com/kikobeats/tom-microservice/commit/0475b80))
987
- * Remove unused dependencies ([598da6e](https://github.com/kikobeats/tom-microservice/commit/598da6e))
988
- * Rename chat_id to chatId ([5196572](https://github.com/kikobeats/tom-microservice/commit/5196572))
989
- * Tweaks ([7d061ba](https://github.com/kikobeats/tom-microservice/commit/7d061ba))
990
- * Tweaks ([1dee0f2](https://github.com/kikobeats/tom-microservice/commit/1dee0f2))
991
- * Tweaks ([c081909](https://github.com/kikobeats/tom-microservice/commit/c081909))
992
- * Unify naming ([51edb69](https://github.com/kikobeats/tom-microservice/commit/51edb69))
993
- * Unify normalization ([537e705](https://github.com/kikobeats/tom-microservice/commit/537e705))
994
- * Unify template support ([c1f13a9](https://github.com/kikobeats/tom-microservice/commit/c1f13a9))
995
- * Update ([44d01a5](https://github.com/kikobeats/tom-microservice/commit/44d01a5))
996
- * Update ([a0ec320](https://github.com/kikobeats/tom-microservice/commit/a0ec320))
997
- * Update docs ([f65d97b](https://github.com/kikobeats/tom-microservice/commit/f65d97b))
998
- * Update docs ([51f6dce](https://github.com/kikobeats/tom-microservice/commit/51f6dce))
999
- * Update docs ([6e9d5a1](https://github.com/kikobeats/tom-microservice/commit/6e9d5a1))
1000
- * Update index.html ([25a3d1c](https://github.com/kikobeats/tom-microservice/commit/25a3d1c))
1001
- * Update index.html ([0d8f661](https://github.com/kikobeats/tom-microservice/commit/0d8f661))
1002
- * Update payment commands ([717035d](https://github.com/kikobeats/tom-microservice/commit/717035d))
1003
- * Update README.md ([2d72903](https://github.com/kikobeats/tom-microservice/commit/2d72903))
1004
- * Update README.md ([be00ef1](https://github.com/kikobeats/tom-microservice/commit/be00ef1))
1005
- * Update style.css ([2315e9c](https://github.com/kikobeats/tom-microservice/commit/2315e9c))
1006
- * Update tests ([e340307](https://github.com/kikobeats/tom-microservice/commit/e340307))
1007
- * Use got instead of node-fetch ([e751d4d](https://github.com/kikobeats/tom-microservice/commit/e751d4d))
1008
-
1009
-
1010
-
1011
- <a name="1.1.3"></a>
1012
- ## 1.1.3 (2018-05-11)
1013
-
1014
- * Style tweaks ([37c9ac4](https://github.com/kikobeats/tom-microservice/commit/37c9ac4))
1015
-
1016
-
1017
-
1018
- <a name="1.1.2"></a>
1019
- ## 1.1.2 (2018-05-10)
1020
-
1021
- * Add copy clipboard button ([2183058](https://github.com/kikobeats/tom-microservice/commit/2183058))
1022
- * Add list space ([471716f](https://github.com/kikobeats/tom-microservice/commit/471716f))
1023
- * Update ([f64c266](https://github.com/kikobeats/tom-microservice/commit/f64c266))
1024
- * Update deps ([220b946](https://github.com/kikobeats/tom-microservice/commit/220b946))
1025
-
1026
-
1027
-
1028
- <a name="1.1.1"></a>
1029
- ## 1.1.1 (2018-03-24)
1030
-
1031
- * Adjust doc style ([e9d6fbf](https://github.com/kikobeats/tom-microservice/commit/e9d6fbf))
1032
- * Improve branding ([e5f6dc6](https://github.com/kikobeats/tom-microservice/commit/e5f6dc6))
1033
- * Update README.md ([f876872](https://github.com/kikobeats/tom-microservice/commit/f876872))
1034
-
1035
-
1036
-
1037
- <a name="1.1.0"></a>
1038
- # 1.1.0 (2018-03-23)
1039
-
1040
- * Add update payment support ([f2b02ef](https://github.com/kikobeats/tom-microservice/commit/f2b02ef))
1041
- * Auto generate commands based on scaffold ([1bd7bdf](https://github.com/kikobeats/tom-microservice/commit/1bd7bdf))
1042
- * Tweaks ([eb4d684](https://github.com/kikobeats/tom-microservice/commit/eb4d684))
1043
- * Update deps ([35c16f6](https://github.com/kikobeats/tom-microservice/commit/35c16f6))
1044
-
1045
-
1046
-
1047
- <a name="1.0.5"></a>
1048
- ## 1.0.5 (2018-01-08)
1049
-
1050
- * Send 204 status code instead of 200 and empty content ([00b5b67](https://github.com/kikobeats/tom-microservice/commit/00b5b67))
1051
- * Update copy ([0144477](https://github.com/kikobeats/tom-microservice/commit/0144477))
1052
-
1053
-
1054
-
1055
- <a name="1.0.4"></a>
1056
- ## 1.0.4 (2018-01-07)
1057
-
1058
- * Improve email support ([6912046](https://github.com/kikobeats/tom-microservice/commit/6912046))
1059
- * Update README.md ([ed31c70](https://github.com/kikobeats/tom-microservice/commit/ed31c70))
1060
-
1061
-
1062
-
1063
- <a name="1.0.3"></a>
1064
- ## 1.0.3 (2018-01-05)
1065
-
1066
- * Avoid authenticate ping requests ([ca4100e](https://github.com/kikobeats/tom-microservice/commit/ca4100e))
1067
-
1068
-
1069
-
1070
- <a name="1.0.2"></a>
1071
- ## 1.0.2 (2018-01-05)
1072
-
1073
- * Avoid load update-notifier on production scenarios ([13c0e68](https://github.com/kikobeats/tom-microservice/commit/13c0e68))
1074
-
1075
-
1076
-
1077
- <a name="1.0.1"></a>
1078
- ## 1.0.1 (2018-01-05)
1079
-
1080
- * Update README.md ([b583ad5](https://github.com/kikobeats/tom-microservice/commit/b583ad5))
1081
- * Update website ([1fdbbc0](https://github.com/kikobeats/tom-microservice/commit/1fdbbc0))
1082
-
1083
-
1084
-
1085
- <a name="1.0.0"></a>
1086
- # 1.0.0 (2018-01-05)
1087
-
1088
- * Add CNAME ([3fa5cac](https://github.com/kikobeats/tom-microservice/commit/3fa5cac))
1089
- * Add docs ([0eae9d5](https://github.com/kikobeats/tom-microservice/commit/0eae9d5))
1090
- * Add extra break line ([1b0cea4](https://github.com/kikobeats/tom-microservice/commit/1b0cea4))
1091
- * Add missing dependencies ([6599464](https://github.com/kikobeats/tom-microservice/commit/6599464))
1092
- * Adjust style ([20e04e5](https://github.com/kikobeats/tom-microservice/commit/20e04e5))
1093
- * Adjust style ([bd4a21b](https://github.com/kikobeats/tom-microservice/commit/bd4a21b))
1094
- * Be possible send notification after payment ([4fe0cb6](https://github.com/kikobeats/tom-microservice/commit/4fe0cb6))
1095
- * Ensure all body keys are camel case ([e2d4677](https://github.com/kikobeats/tom-microservice/commit/e2d4677))
1096
- * First commit ([1e08e4d](https://github.com/kikobeats/tom-microservice/commit/1e08e4d))
1097
- * Remove process exit ([a67aba4](https://github.com/kikobeats/tom-microservice/commit/a67aba4))
1098
- * Remove unnecessary log ([53ad996](https://github.com/kikobeats/tom-microservice/commit/53ad996))
1099
- * Tweaks ([18b9ef8](https://github.com/kikobeats/tom-microservice/commit/18b9ef8))
1100
- * Update logo ([c294841](https://github.com/kikobeats/tom-microservice/commit/c294841))
1101
- * Update meta ([ad0cc38](https://github.com/kikobeats/tom-microservice/commit/ad0cc38))
1102
- * Update README.md ([82fb0ba](https://github.com/kikobeats/tom-microservice/commit/82fb0ba))