UNPKG

74.8 kBMarkdownView Raw
1## [1.137.3](https://github.com/wmfs/tymly-core/compare/v1.137.2...v1.137.3) (2020-05-05)
2
3
4### 🐛 Bug Fixes
5
6* **test services:** Remove redundant boot callback parameters ([4d9e9d3](https://github.com/wmfs/tymly-core/commit/4d9e9d307f2338a0b1a0cab866322ac35e4eec27))
7
8
9### 🛠 Builds
10
11* **deps-dev:** bump [@wmfs](https://github.com/wmfs)/tymly-test-helpers from 1.4.1 to 1.4.2 ([a0fc69b](https://github.com/wmfs/tymly-core/commit/a0fc69b8533b9b35300f4cf93fcaf966e48bb151))
12* **deps-dev:** bump cz-conventional-changelog from 3.1.0 to 3.2.0 ([475f03d](https://github.com/wmfs/tymly-core/commit/475f03dc98445adb8e09507266073efe4e3d7153))
13
14## [1.137.2](https://github.com/wmfs/tymly-core/compare/v1.137.1...v1.137.2) (2020-05-04)
15
16
17### 🐛 Bug Fixes
18
19* **Registry:** Removed substitute method - not used ([8cd1614](https://github.com/wmfs/tymly-core/commit/8cd16143b5cd9d7e6dc77eaf1a492db915de9dd0))
20
21
22### 🛠 Builds
23
24* Remove async package dependency ([7356a96](https://github.com/wmfs/tymly-core/commit/7356a961bf67206211b88bcf4b7c6170f36b96b4))
25
26
27### 📦 Code Refactoring
28
29* **Memory-model:** Flip create to promise-first implementation ([1fd6724](https://github.com/wmfs/tymly-core/commit/1fd6724131575f7a4d08e11bf22d490817e507b5))
30* **Memory-model:** Flip find to promise-first implementation ([042170d](https://github.com/wmfs/tymly-core/commit/042170d49e2a9f4ab774958c46bb28e4a57b0a34))
31* **Memory-model:** Flipped destroyById to promise first implementation ([84620e9](https://github.com/wmfs/tymly-core/commit/84620e91b726e97f3238a12801b1f68af2100838))
32* **Memory-model:** Flipped findOne and findById to promise-first implementation ([5591f24](https://github.com/wmfs/tymly-core/commit/5591f24a80e5683059556fad4e17dc75b639894f))
33* **Memory-model:** Flipped patch to promise-first implementation ([5a90d59](https://github.com/wmfs/tymly-core/commit/5a90d59da85b73c03dcbf752c8cad8f278f596bf))
34* **Memory-model:** Flipped patch to promise-first implementation ([55848d6](https://github.com/wmfs/tymly-core/commit/55848d62a95adc892a9f0cfef521bc708eeb0ca3))
35* **Memory-model:** Flipped upsert to promise-first implementation ([c695b7b](https://github.com/wmfs/tymly-core/commit/c695b7b83e58aa0b428dccf401e88faf862f1b39))
36* **Memory-model:** Prefer built-ins to _.forOwn/_.forEach ([44784e6](https://github.com/wmfs/tymly-core/commit/44784e66e7a42a45b8aaffd56ceb0f00d968fa49))
37* **Memory-model:** Removed promisify helper function ([22dd640](https://github.com/wmfs/tymly-core/commit/22dd640cf74966178ec58f3298749c61eb02a66d))
38* **Registry:** Flip clear to async/await ([64ffd7b](https://github.com/wmfs/tymly-core/commit/64ffd7b145447c11acd1b55c84f1694e959ad4a6))
39* **Registry:** Flip refresh to promises ([a56951c](https://github.com/wmfs/tymly-core/commit/a56951cb9fda516e215acbd46246cf69961318c0))
40* **Registry:** Flip set to async/await ([72c0bd0](https://github.com/wmfs/tymly-core/commit/72c0bd0b6b48a9c8ddfdd9782d0c4f59a1ed3e3a))
41* **Registry:** Rework state resources to use promises interface ([75a1580](https://github.com/wmfs/tymly-core/commit/75a1580395dbbdb1b3187e4591e48fa3b4572ebc))
42* **Registry:** Reworked ensureBlueprintKeys to use async/await ([9a974bf](https://github.com/wmfs/tymly-core/commit/9a974bfd1a4798fce83babee01c376ad7edae212))
43* **Registry-tests:** await tymly.boot rather than using callback ([58f8037](https://github.com/wmfs/tymly-core/commit/58f803745275851ef3f49fc8f0a1b6d2347b1b08))
44
45## [1.137.1](https://github.com/wmfs/tymly-core/compare/v1.137.0...v1.137.1) (2020-04-29)
46
47
48### 🐛 Bug Fixes
49
50* **boot:** Make service.boot method optional. ([dbfd8c4](https://github.com/wmfs/tymly-core/commit/dbfd8c45c0210c56c35dc62dc26f29e5fcff02dc))
51* **inventory:** Flip from collateEverything from taking a callback to just returning a value ([d4c6ee2](https://github.com/wmfs/tymly-core/commit/d4c6ee25c7ff1dd6cddb4ca51ea42b7a48f5afe2))
52* **inventory:** Remove redundant callback parameter ([8007eae](https://github.com/wmfs/tymly-core/commit/8007eae77a7208ddeb1dbdd38dc1dc7333f97680))
53
54
55### 🛠 Builds
56
57* **deps-dev:** bump mocha from 7.1.1 to 7.1.2 ([bf6de36](https://github.com/wmfs/tymly-core/commit/bf6de36cae534e2a14b87e6666b78a24b6d55034))
58* **deps-dev:** bump semantic-release from 17.0.6 to 17.0.7 ([80b8461](https://github.com/wmfs/tymly-core/commit/80b84614745833a187dc382a037687eea1364102))
59
60
61### 📦 Code Refactoring
62
63* **inventory:** Move pruneFunctions out of class definition ([c5cade4](https://github.com/wmfs/tymly-core/commit/c5cade46d54b869b299e026e74353a3d1e3d9073))
64* **inventory:** Remove empty boot method ([c1f5de7](https://github.com/wmfs/tymly-core/commit/c1f5de7e54e6d3ad635d6a644b0c9ba947f8d8c4))
65
66# [1.137.0](https://github.com/wmfs/tymly-core/compare/v1.136.0...v1.137.0) (2020-04-21)
67
68
69### 🐛 Bug Fixes
70
71* Rework runStateMachine sendHeartbeat without using done callback ([06f02a4](https://github.com/wmfs/tymly-core/commit/06f02a49779c8c17dbf1a3439702688356f7ef44))
72
73
74### 🛠 Builds
75
76* **deps:** Bump statebox from 1.64.1 to 1.64.2 ([51ad5f0](https://github.com/wmfs/tymly-core/commit/51ad5f007815e9bf8c0da82a9cad45703a990427))
77
78
79### 🚨 Tests
80
81* Remove done callback from Heartbeat.run ([236ccd5](https://github.com/wmfs/tymly-core/commit/236ccd5680b8a2b87d0b957f9d9c2d64f72c0794))
82
83# [1.136.0](https://github.com/wmfs/tymly-core/compare/v1.135.2...v1.136.0) (2020-04-21)
84
85
86### 🛠 Builds
87
88* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.64.0 to 1.64.1 ([504346f](https://github.com/wmfs/tymly-core/commit/504346f651ca3465c88b820bf68961dde96600ea))
89
90## [1.135.2](https://github.com/wmfs/tymly-core/compare/v1.135.1...v1.135.2) (2020-04-20)
91
92
93### 🐛 Bug Fixes
94
95* **state-resource:** Remove callback parameter from init method ([6649d2e](https://github.com/wmfs/tymly-core/commit/6649d2e1e4f32e44ca7a9960a2f72cb52f0e6174))
96* **state-resource:** Removed done callback from run method ([7695ee5](https://github.com/wmfs/tymly-core/commit/7695ee592009b881bab9b088b91e4ebaa9c335af))
97* **state-resources:** Remove callback parameter from init methods ([c4f8f4a](https://github.com/wmfs/tymly-core/commit/c4f8f4a5c48ba76b4ee3a8c969d76bf8b740bb79))
98
99
100### 🛠 Builds
101
102* **deps-dev:** bump [@wmfs](https://github.com/wmfs)/tymly-test-helpers from 1.4.0 to 1.4.1 ([22ffbe9](https://github.com/wmfs/tymly-core/commit/22ffbe9830466d3aea3fabbebd47ef9fc2c517c2))
103* **deps-dev:** bump semantic-release from 17.0.4 to 17.0.5 ([cc491e3](https://github.com/wmfs/tymly-core/commit/cc491e3ed29b33ebe998112a131736df4b66a73e))
104* **deps-dev:** bump semantic-release from 17.0.5 to 17.0.6 ([68fa0e0](https://github.com/wmfs/tymly-core/commit/68fa0e041f03cd5832c38735d4c23401740a9f14))
105
106
107### 📦 Code Refactoring
108
109* **tempService.makeTempDir:** Stripped out callback implementation ([6553f3b](https://github.com/wmfs/tymly-core/commit/6553f3b047d140c3fa91bfb0ab73fcab76d34cb9))
110
111## [1.135.1](https://github.com/wmfs/tymly-core/compare/v1.135.0...v1.135.1) (2020-04-16)
112
113
114### 🐛 Bug Fixes
115
116* **Temp Service:** mkdirp update broke temp service - now fixed ([564b5a5](https://github.com/wmfs/tymly-core/commit/564b5a561bec7d7bfe5cf72a4e64e26d84793f2d))
117
118
119### 💎 Styles
120
121* Lint fixes ([756e1b8](https://github.com/wmfs/tymly-core/commit/756e1b81500362af12f3cd015969dfd97db5b406))
122
123# [1.135.0](https://github.com/wmfs/tymly-core/compare/v1.134.0...v1.135.0) (2020-04-07)
124
125
126### 🛠 Builds
127
128* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.22.0 to 1.25.0 ([f680742](https://github.com/wmfs/tymly-core/commit/f680742b42b6c70647390bc7e4b97f52ce4bbe6a))
129
130# [1.134.0](https://github.com/wmfs/tymly-core/compare/v1.133.0...v1.134.0) (2020-04-07)
131
132
133### 🛠 Builds
134
135* **deps:** bump nanoid from 3.0.1 to 3.0.2 ([1bb3b0a](https://github.com/wmfs/tymly-core/commit/1bb3b0aed441e04cbdc846407546f554aedf4c1a))
136
137# [1.133.0](https://github.com/wmfs/tymly-core/compare/v1.132.0...v1.133.0) (2020-04-07)
138
139
140### 🛠 Builds
141
142* **deps:** bump mkdirp from 1.0.3 to 1.0.4 ([93c73ce](https://github.com/wmfs/tymly-core/commit/93c73ced26cfca8df55c8da5f106a12740c0b479))
143
144# [1.132.0](https://github.com/wmfs/tymly-core/compare/v1.131.0...v1.132.0) (2020-04-07)
145
146
147### 🛠 Builds
148
149* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.63.0 to 1.64.0 ([7b6fdc2](https://github.com/wmfs/tymly-core/commit/7b6fdc23abff24fceade47010b510b5a63fc111c))
150
151# [1.131.0](https://github.com/wmfs/tymly-core/compare/v1.130.0...v1.131.0) (2020-04-05)
152
153
154### 🛠 Builds
155
156* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.62.0 to 1.63.0 ([32ced49](https://github.com/wmfs/tymly-core/commit/32ced49387d8cb6d68d93fa7a31a937b226c811f))
157* **deps-dev:** bump nyc from 15.0.0 to 15.0.1 ([04fbd90](https://github.com/wmfs/tymly-core/commit/04fbd9010227d8107d314c694b8c99c7c98ede06))
158
159# [1.130.0](https://github.com/wmfs/tymly-core/compare/v1.129.0...v1.130.0) (2020-04-02)
160
161
162### 🛠 Builds
163
164* **deps:** bump uuid from 7.0.2 to 7.0.3 ([760e4bc](https://github.com/wmfs/tymly-core/commit/760e4bc3a96f9203101a0b2071d83c1f2af59e61))
165
166
167### ⚙️ Continuous Integrations
168
169* **circle:** add context env var config to config.yml ([6bffa01](https://github.com/wmfs/tymly-core/commit/6bffa010ef963bbb8f3d5910dc9284c46833c3a9))
170
171# [1.129.0](https://github.com/wmfs/tymly-core/compare/v1.128.0...v1.129.0) (2020-03-29)
172
173
174### 🛠 Builds
175
176* **deps:** Bump nanoid from 2.1.11 to 3.0.1 ([a54b0e6](https://github.com/wmfs/tymly-core/commit/a54b0e65276af5db12b3fb02e8be4c679123bfe1))
177* **deps:** Bump uuid from 7.0.1 to 7.0.2 ([df6bea1](https://github.com/wmfs/tymly-core/commit/df6bea1b6ff0ab05be1fdb0e5483064af8850b14))
178
179# [1.128.0](https://github.com/wmfs/tymly-core/compare/v1.127.0...v1.128.0) (2020-03-29)
180
181
182### ✨ Features
183
184* Add statebox.sendTaskLastHeartbeat ([c351173](https://github.com/wmfs/tymly-core/commit/c351173507d0c20171a7d241236706c6734fecff))
185
186
187### 🛠 Builds
188
189* **deps:** Bump boom from 7.3.0 to hapi/boom 9.1.0 ([2beaa94](https://github.com/wmfs/tymly-core/commit/2beaa94600073131f40600dd3464c4f2fe4249d4))
190* **deps:** Bump statebox from 1.61.1 to 1.62.0 ([53351c8](https://github.com/wmfs/tymly-core/commit/53351c8bb1b63fee59a6b996e9c51600a5233b8a))
191* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/changelog from 5.0.0 to 5.0.1 ([8c62242](https://github.com/wmfs/tymly-core/commit/8c62242216d8ba6ec34c89242e549102a81adcfb))
192* **deps-dev:** bump mocha from 7.1.0 to 7.1.1 ([2c49e1f](https://github.com/wmfs/tymly-core/commit/2c49e1f36e69641ef1021df08accb44bc349be8a))
193
194
195### 💎 Styles
196
197* Lint fixes ([6ef9bec](https://github.com/wmfs/tymly-core/commit/6ef9bec61149b94197ebbcc3f06e792850225cab))
198
199# [1.127.0](https://github.com/wmfs/tymly-core/compare/v1.126.2...v1.127.0) (2020-03-18)
200
201
202### 🛠 Builds
203
204* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.61.0 to 1.61.1 ([f9e53f9](https://github.com/wmfs/tymly-core/commit/f9e53f9bc3efb4a612879e35e9836c57926f2c75))
205* **deps-dev:** bump standard from 14.3.1 to 14.3.2 ([886c536](https://github.com/wmfs/tymly-core/commit/886c53616bf5f3c6f9002796191bcb9556634f31))
206* **deps-dev:** bump standard from 14.3.2 to 14.3.3 ([b52b505](https://github.com/wmfs/tymly-core/commit/b52b5057b3b93ce692229bc8e844c713b0540733))
207
208## [1.126.2](https://github.com/wmfs/tymly-core/compare/v1.126.1...v1.126.2) (2020-03-09)
209
210
211### 🐛 Bug Fixes
212
213* Fixed require uuid for version 7.* ([cdadeeb](https://github.com/wmfs/tymly-core/commit/cdadeeb8d67de700709c437e7d55de49b7d9c147))
214
215## [1.126.1](https://github.com/wmfs/tymly-core/compare/v1.126.0...v1.126.1) (2020-03-08)
216
217
218### 🐛 Bug Fixes
219
220* Memory model where equals: can take an array ([788a414](https://github.com/wmfs/tymly-core/commit/788a414d460d044e3921e57923eb7d11b70ab37e))
221
222# [1.126.0](https://github.com/wmfs/tymly-core/compare/v1.125.0...v1.126.0) (2020-03-04)
223
224
225### ✨ Features
226
227* beginning of mods and json patching ([0416593](https://github.com/wmfs/tymly-core/commit/0416593ded947eae63addbc2d343eb2e951d7b4e))
228* load mods to return components ([8047e5d](https://github.com/wmfs/tymly-core/commit/8047e5ddd2567f329acd80656d99add79d5ac8e7))
229* replace functions with modifier ([7208536](https://github.com/wmfs/tymly-core/commit/72085367089636020286ee752563c70002b930f1))
230* replace images with modifier ([54369d7](https://github.com/wmfs/tymly-core/commit/54369d7401cda06f5e9b253d238102d7e313b63f))
231
232
233### 🐛 Bug Fixes
234
235* default to empty array for modPaths ([1f4df52](https://github.com/wmfs/tymly-core/commit/1f4df5276dfd7029709ad511ed049e72b59a9243))
236
237
238### 🚨 Tests
239
240* add test for remove operation modifier ([0d11a33](https://github.com/wmfs/tymly-core/commit/0d11a339b3748c296e5aa338bee0510ad0ea1319))
241* add those images ([83df232](https://github.com/wmfs/tymly-core/commit/83df232a38440d6bb9119e5f088289aeb52fac36))
242* add to test fixtures ([895310f](https://github.com/wmfs/tymly-core/commit/895310f591167323ab044b0ed5dcc832190f3a36))
243
244# [1.125.0](https://github.com/wmfs/tymly-core/compare/v1.124.0...v1.125.0) (2020-02-27)
245
246
247### 🛠 Builds
248
249* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.60.0 to 1.61.0 ([ed6bcda](https://github.com/wmfs/tymly-core/commit/ed6bcdab2fc961c2f13b043c9e16f0c1f6c26f7e))
250
251# [1.124.0](https://github.com/wmfs/tymly-core/compare/v1.123.0...v1.124.0) (2020-02-26)
252
253
254### 🛠 Builds
255
256* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.21.0 to 1.22.0 ([425beeb](https://github.com/wmfs/tymly-core/commit/425beebc31226b1ce7f916a2838a75d32b53c60e))
257* **deps-dev:** bump conventional-changelog-metahub from 4.0.0 to 4.0.1 ([7ed4c08](https://github.com/wmfs/tymly-core/commit/7ed4c08d67897b746b22b7311d810e1d727c83c2))
258* **deps-dev:** bump mocha from 7.0.1 to 7.1.0 ([fcfc09e](https://github.com/wmfs/tymly-core/commit/fcfc09e482bdee26fef13b072100fd7b571ab0ae))
259
260# [1.123.0](https://github.com/wmfs/tymly-core/compare/v1.122.0...v1.123.0) (2020-02-26)
261
262
263### 🛠 Builds
264
265* **deps:** bump uuid from 3.4.0 to 7.0.1 ([1ca9fd6](https://github.com/wmfs/tymly-core/commit/1ca9fd62507dc4a42e4c3a37f3341a0ddf1abd15))
266
267# [1.122.0](https://github.com/wmfs/tymly-core/compare/v1.121.0...v1.122.0) (2020-02-26)
268
269
270### 🛠 Builds
271
272* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.20.0 to 1.21.0 ([28adfe0](https://github.com/wmfs/tymly-core/commit/28adfe0808f5edab4e2d6fdaaab223b96e447efe))
273
274# [1.121.0](https://github.com/wmfs/tymly-core/compare/v1.120.0...v1.121.0) (2020-02-26)
275
276
277### 🛠 Builds
278
279* **deps:** bump async from 3.1.1 to 3.2.0 ([d960731](https://github.com/wmfs/tymly-core/commit/d960731368b1235ccc7be730734f6f4b2e627240))
280* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/git from 7.0.18 to 9.0.0 ([73d2757](https://github.com/wmfs/tymly-core/commit/73d2757d15a1ad37ba2ca58fda276e65e1431b4e))
281* **deps-dev:** bump semantic-release from 15.14.0 to 17.0.4 ([18cd132](https://github.com/wmfs/tymly-core/commit/18cd132a1271795d61bbfba915fb3dc8dfd118aa))
282
283# [1.120.0](https://github.com/wmfs/tymly-core/compare/v1.119.0...v1.120.0) (2020-02-14)
284
285
286### 🛠 Builds
287
288* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.19.0 to 1.20.0 ([1092459](https://github.com/wmfs/tymly-core/commit/109245972039862a905685616c651d61eb4b5ff2))
289* **deps-dev:** bump codecov from 3.6.4 to 3.6.5 ([c58c063](https://github.com/wmfs/tymly-core/commit/c58c063bbe96a7f6fd8c69ee0d966d87a48b9041))
290
291# [1.119.0](https://github.com/wmfs/tymly-core/compare/v1.118.0...v1.119.0) (2020-02-01)
292
293
294### 🛠 Builds
295
296* **deps:** bump nanoid from 2.1.10 to 2.1.11 ([b7f37cd](https://github.com/wmfs/tymly-core/commit/b7f37cdb6df7d5e1e0bd58b15b0e64996e697d75))
297* **deps-dev:** bump codecov from 3.6.2 to 3.6.3 ([8bf914f](https://github.com/wmfs/tymly-core/commit/8bf914f9999bcc813675b528877c2ac10108cde3))
298* **deps-dev:** bump codecov from 3.6.3 to 3.6.4 ([8eea774](https://github.com/wmfs/tymly-core/commit/8eea7748bf8abf6be28e947bbf96b0dad0d7d080))
299* **deps-dev:** bump cz-conventional-changelog from 3.0.2 to 3.1.0 ([2115172](https://github.com/wmfs/tymly-core/commit/21151726d94e5412fbcce09d656201f0a1a8ec9f))
300
301# [1.118.0](https://github.com/wmfs/tymly-core/compare/v1.117.0...v1.118.0) (2020-01-28)
302
303
304### 🛠 Builds
305
306* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.18.0 to 1.19.0 ([9d8b236](https://github.com/wmfs/tymly-core/commit/9d8b23677bf20f8a221084df4fcc0da0b8414590))
307* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/changelog from 3.0.6 to 5.0.0 ([05bae7d](https://github.com/wmfs/tymly-core/commit/05bae7d1fcd472dd953e60b428a5826edea98581))
308
309# [1.117.0](https://github.com/wmfs/tymly-core/compare/v1.116.0...v1.117.0) (2020-01-27)
310
311
312### 🛠 Builds
313
314* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.16.0 to 1.18.0 ([78b2540](https://github.com/wmfs/tymly-core/commit/78b254073ce2441bffeaba3b1f8ef325ac9bf6fa))
315
316# [1.116.0](https://github.com/wmfs/tymly-core/compare/v1.115.0...v1.116.0) (2020-01-27)
317
318
319### 🛠 Builds
320
321* **deps:** bump mkdirp from 0.5.1 to 1.0.3 ([e69a7ac](https://github.com/wmfs/tymly-core/commit/e69a7aca202f627001866823637a8782ff2bae69))
322
323# [1.115.0](https://github.com/wmfs/tymly-core/compare/v1.114.0...v1.115.0) (2020-01-27)
324
325
326### 🛠 Builds
327
328* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.58.0 to 1.60.0 ([d687a39](https://github.com/wmfs/tymly-core/commit/d687a390e5e4e7140bfe309be876a24f2916c4c1))
329
330# [1.114.0](https://github.com/wmfs/tymly-core/compare/v1.113.0...v1.114.0) (2020-01-27)
331
332
333### 🛠 Builds
334
335* **deps:** bump async from 3.1.0 to 3.1.1 ([c5a02e1](https://github.com/wmfs/tymly-core/commit/c5a02e19b110917349082645604c856b054b0dcb))
336* **deps-dev:** bump codecov from 3.6.1 to 3.6.2 ([216c4c5](https://github.com/wmfs/tymly-core/commit/216c4c52e01b91e098f0334679a73347e8c7c32f))
337* **deps-dev:** bump mocha from 7.0.0 to 7.0.1 ([375cea2](https://github.com/wmfs/tymly-core/commit/375cea22dbc49d9defe6ee298aa09de9ba03555a))
338* **deps-dev:** update standard requirement from 12.0.1 to 14.3.1 ([72a2aac](https://github.com/wmfs/tymly-core/commit/72a2aacc507eb31d80d98dfbd0f9b5022faf2013))
339
340
341### 💎 Styles
342
343* Do not access Object.prototype method 'hasOwnProperty' from target object ([9389117](https://github.com/wmfs/tymly-core/commit/93891179b8c1e96a0197fadcbddfb637339164c6))
344* standard --fix ([306c0fa](https://github.com/wmfs/tymly-core/commit/306c0fa45d47438128956b7b354011636ae415f6))
345
346# [1.113.0](https://github.com/wmfs/tymly-core/compare/v1.112.1...v1.113.0) (2020-01-23)
347
348
349### 🛠 Builds
350
351* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.57.0 to 1.58.0 ([7475380](https://github.com/wmfs/tymly-core/commit/747538031f737561d7c1790080ddbd7d3161a208))
352
353## [1.112.1](https://github.com/wmfs/tymly-core/compare/v1.112.0...v1.112.1) (2020-01-22)
354
355
356### 🐛 Bug Fixes
357
358* Fix parent execution name passing in launch state machine ([a0f984f](https://github.com/wmfs/tymly-core/commit/a0f984f89c7c0de3c78b1a5a2bdf1f9fe4925820))
359
360# [1.112.0](https://github.com/wmfs/tymly-core/compare/v1.111.0...v1.112.0) (2020-01-22)
361
362
363### 🛠 Builds
364
365* **deps:** bump uuid from 3.3.3 to 3.4.0 ([df7e610](https://github.com/wmfs/tymly-core/commit/df7e61056ba76871c9c4ba0f91514dd52b051d43))
366
367# [1.111.0](https://github.com/wmfs/tymly-core/compare/v1.110.0...v1.111.0) (2020-01-22)
368
369
370### 🛠 Builds
371
372* **deps:** bump nanoid from 2.1.9 to 2.1.10 ([abd891a](https://github.com/wmfs/tymly-core/commit/abd891a0c21dd3d6bf8d32813e2343ab1500aa5f))
373* **deps-dev:** bump conventional-changelog-metahub from 3.0.0 to 4.0.0 ([9360370](https://github.com/wmfs/tymly-core/commit/9360370a255ae44799ca11b457013b97f9be4aaa))
374
375# [1.110.0](https://github.com/wmfs/tymly-core/compare/v1.109.0...v1.110.0) (2020-01-08)
376
377
378### 🛠 Builds
379
380* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.15.0 to 1.16.0 ([7fb7947](https://github.com/wmfs/tymly-core/commit/7fb79470f8b318384aa41dc53d9cafda0f8a5750))
381
382# [1.109.0](https://github.com/wmfs/tymly-core/compare/v1.108.0...v1.109.0) (2020-01-08)
383
384
385### 🛠 Builds
386
387* **deps:** bump [@wmfs](https://github.com/wmfs)/statebox from 1.54.4 to 1.57.0 ([1c1d082](https://github.com/wmfs/tymly-core/commit/1c1d082641965c8af9bb5d9bbc1a79b9af773af5))
388
389# [1.108.0](https://github.com/wmfs/tymly-core/compare/v1.107.0...v1.108.0) (2020-01-08)
390
391
392### 🛠 Builds
393
394* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.14.1 to 1.15.0 ([3f2e5bc](https://github.com/wmfs/tymly-core/commit/3f2e5bcf95ce99bee45580d9078c9ae78191069f))
395
396# [1.107.0](https://github.com/wmfs/tymly-core/compare/v1.106.0...v1.107.0) (2020-01-07)
397
398
399### 🛠 Builds
400
401* **deps:** bump read-pkg-up from 7.0.0 to 7.0.1 ([ae803b2](https://github.com/wmfs/tymly-core/commit/ae803b208850edbc729e7aa2dc9060e8f8e85165))
402
403# [1.106.0](https://github.com/wmfs/tymly-core/compare/v1.105.0...v1.106.0) (2020-01-07)
404
405
406### 🛠 Builds
407
408* **deps:** bump dottie from 2.0.1 to 2.0.2 ([ecefe28](https://github.com/wmfs/tymly-core/commit/ecefe28f1fe006ba283b1f63e0e07b65504484a2))
409
410# [1.105.0](https://github.com/wmfs/tymly-core/compare/v1.104.0...v1.105.0) (2020-01-07)
411
412
413### 🛠 Builds
414
415* **deps:** bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.14.0 to 1.14.1 ([9c868ce](https://github.com/wmfs/tymly-core/commit/9c868ce2b04e7d7e94bc6d09dd0f2ff83d62d1f4))
416
417# [1.104.0](https://github.com/wmfs/tymly-core/compare/v1.103.3...v1.104.0) (2020-01-07)
418
419
420### 🛠 Builds
421
422* **deps:** bump nanoid from 2.1.6 to 2.1.9 ([edaf2ac](https://github.com/wmfs/tymly-core/commit/edaf2acb21bc733c3ef0bdfc873b87dd843719fb))
423* **deps-dev:** bump mocha from 6.2.2 to 7.0.0 ([e45dcec](https://github.com/wmfs/tymly-core/commit/e45dcec9a7bc583f75830ef412d5d9bed9f10bcd))
424* **deps-dev:** bump packages ([64f48d7](https://github.com/wmfs/tymly-core/commit/64f48d76e58dfcbd4a694295f0d996017bb90717))
425
426## [1.103.3](https://github.com/wmfs/tymly-core/compare/v1.103.2...v1.103.3) (2019-12-16)
427
428
429### 🐛 Bug Fixes
430
431* Allow get-configured-reg-key default values to be falsey. ([5c219dc](https://github.com/wmfs/tymly-core/commit/5c219dc6dae5676365d6029e36fe2fd83aad7dd1))
432* Pass env as a function parameter properly. ([befc462](https://github.com/wmfs/tymly-core/commit/befc462df98b3f3f7ab262d63a4c2013b3b35c17))
433
434## [1.103.2](https://github.com/wmfs/tymly-core/compare/v1.103.1...v1.103.2) (2019-12-03)
435
436
437### 🐛 Bug Fixes
438
439* Added parameters schemas for get reg key state-resources. ([6a063cf](https://github.com/wmfs/tymly-core/commit/6a063cf07f1cd5a41638f96209d00b1d297b422a))
440
441## [1.103.1](https://github.com/wmfs/tymly-core/compare/v1.103.0...v1.103.1) (2019-11-29)
442
443
444### 🐛 Bug Fixes
445
446* Add Parameters validation schema for run and launch state machine resources ([d39a4f3](https://github.com/wmfs/tymly-core/commit/d39a4f3b54eb4145d708b13ce5a06a61b6c09759))
447* Make Launch state resource more resilient ([3262536](https://github.com/wmfs/tymly-core/commit/3262536ec54ee49eafff9c1d2d6b99e93b7ebb18))
448
449# [1.103.0](https://github.com/wmfs/tymly-core/compare/v1.102.0...v1.103.0) (2019-11-21)
450
451
452### ✨ Features
453
454* statelint parameters schema ([b7ca56d](https://github.com/wmfs/tymly-core/commit/b7ca56d22a3f8ad8eaaa1e530539c91b7780c05e))
455
456# [1.102.0](https://github.com/wmfs/tymly-core/compare/v1.101.0...v1.102.0) (2019-11-15)
457
458
459### ✨ Features
460
461* Add awaitExternalInput and sendTaskSuccess state resources. ([e32056b](https://github.com/wmfs/tymly-core/commit/e32056b9a3d4c685dc03ac3ba9edd14785f5f6d5))
462* Add launchStateMachine state resource ([b2cf197](https://github.com/wmfs/tymly-core/commit/b2cf197fae5866ecf2534902c7589427cedd7e90))
463* Add sendTaskSuccess relaxed ResourceConfig field. ([8a42e9c](https://github.com/wmfs/tymly-core/commit/8a42e9c5adcd77965fa93cca076ef3eb11ae7590))
464* Extend launchStateMachine to pass launcher's executionName into the launched state machine. ([b4ae770](https://github.com/wmfs/tymly-core/commit/b4ae7702770e475fb77b053e09dcf091d3aaf69e))
465* Implemented time outs for continuing and failing while awaiting external input. ([1698823](https://github.com/wmfs/tymly-core/commit/1698823069d0554ade2e9e43e0e42d301c557836))
466* Toughen up sendTaskSuccess state resource in the face of bad input. ([3036881](https://github.com/wmfs/tymly-core/commit/3036881a8b0c67eedb4b12a5a5fe740b50ee96f2))
467
468
469### 🐛 Bug Fixes
470
471* Add sendTaskHeartbeat resource ([72ae7e9](https://github.com/wmfs/tymly-core/commit/72ae7e96806f17932bd179cfbd3babd7f831a632))
472* Pull in statebox 1.54.2. We need those fixes ([f27a7a2](https://github.com/wmfs/tymly-core/commit/f27a7a23b31e094ae1baac4f9dec6a31ab0b83b1))
473
474
475### 🚨 Tests
476
477* Sketching out timeout functionality for awaiting-external-input ([620b8be](https://github.com/wmfs/tymly-core/commit/620b8be02b0b48c0b726c0148a5e180ec037cb69))
478
479# [1.101.0](https://github.com/wmfs/tymly-core/compare/v1.100.0...v1.101.0) (2019-11-14)
480
481
482### 🛠 Builds
483
484* **deps:** update many deps ([2e33a2c](https://github.com/wmfs/tymly-core/commit/2e33a2c4db2d18da9aa73c313f2ac5f74e18b5e7))
485
486# [1.100.0](https://github.com/wmfs/tymly-core/compare/v1.99.0...v1.100.0) (2019-10-24)
487
488
489### 🛠 Builds
490
491* **deps:** bump nanoid from 2.0.1 to 2.1.5 ([](https://github.com/wmfs/tymly-core/commit/a6ded37))
492
493# [1.99.0](https://github.com/wmfs/tymly-core/compare/v1.98.1...v1.99.0) (2019-10-11)
494
495
496### ✨ Features
497
498* Add configSetting state resource. ([](https://github.com/wmfs/tymly-core/commit/8254fb3))
499
500## [1.98.1](https://github.com/wmfs/tymly-core/compare/v1.98.0...v1.98.1) (2019-10-02)
501
502
503### 🐛 Bug Fixes
504
505* process ref properties checks if the ref exists first ([978e939](https://github.com/wmfs/tymly-core/commit/978e939))
506
507
508### 🛠 Builds
509
510* **deps-dev:** update dev dependancies ([07c2b68](https://github.com/wmfs/tymly-core/commit/07c2b68))
511
512# [1.98.0](https://github.com/wmfs/tymly-core/compare/v1.97.0...v1.98.0) (2019-09-09)
513
514
515### 🛠 Builds
516
517* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.51.0 to 1.54.0 ([9c5b604](https://github.com/wmfs/tymly-core/commit/9c5b604))
518
519# [1.97.0](https://github.com/wmfs/tymly-core/compare/v1.96.1...v1.97.0) (2019-09-09)
520
521
522### 🛠 Builds
523
524* **deps:** update jsonpath requirement from 1.0.1 to 1.0.2 ([#211](https://github.com/wmfs/tymly-core/issues/211)) ([2dc7583](https://github.com/wmfs/tymly-core/commit/2dc7583))
525
526## [1.96.1](https://github.com/wmfs/tymly-core/compare/v1.96.0...v1.96.1) (2019-09-04)
527
528
529### 🐛 Bug Fixes
530
531* get full reference, check full ref as well ([e59027f](https://github.com/wmfs/tymly-core/commit/e59027f))
532
533# [1.96.0](https://github.com/wmfs/tymly-core/compare/v1.95.0...v1.96.0) (2019-08-20)
534
535
536### ✨ Features
537
538* collect changelogs for blueprints and store as blueprint components ([5925879](https://github.com/wmfs/tymly-core/commit/5925879))
539
540
541### 💎 Styles
542
543* remove trailing comma ([0938ada](https://github.com/wmfs/tymly-core/commit/0938ada))
544
545# [1.95.0](https://github.com/wmfs/tymly-core/compare/v1.94.2...v1.95.0) (2019-07-11)
546
547
548### 🛠 Builds
549
550* **deps:** update lodash requirement from 4.17.11 to 4.17.14 ([#225](https://github.com/wmfs/tymly-core/issues/225)) ([6322e6b](https://github.com/wmfs/tymly-core/commit/6322e6b))
551
552## [1.94.2](https://github.com/wmfs/tymly-core/compare/v1.94.1...v1.94.2) (2019-07-09)
553
554
555### 🐛 Bug Fixes
556
557* getting PK in deleting by id ([267692d](https://github.com/wmfs/tymly-core/commit/267692d))
558
559
560### 📚 Documentation
561
562* Add CircleCI badge ([9f5671a](https://github.com/wmfs/tymly-core/commit/9f5671a))
563
564
565### ⚙️ Continuous Integrations
566
567* **circle:** Add CircleCI config ([f6d2e52](https://github.com/wmfs/tymly-core/commit/f6d2e52))
568* **travis:** Remove Travis config ([0f5871b](https://github.com/wmfs/tymly-core/commit/0f5871b))
569
570
571### ♻️ Chores
572
573* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.50.0 to 1.51.0 ([3d83e15](https://github.com/wmfs/tymly-core/commit/3d83e15))
574* **deps-dev:** update mocha requirement from 6.0.2 to 6.1.4 ([8e55bb2](https://github.com/wmfs/tymly-core/commit/8e55bb2))
575* **deps-dev:** update nyc requirement from 13.3.0 to 14.1.1 ([8756114](https://github.com/wmfs/tymly-core/commit/8756114))
576
577## [1.94.1](https://github.com/wmfs/tymly-core/compare/v1.94.0...v1.94.1) (2019-07-02)
578
579
580### 🐛 Bug Fixes
581
582* callback on destory by id even if not found ([8166747](https://github.com/wmfs/tymly-core/commit/8166747))
583
584
585### ♻️ Chores
586
587* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.49.0 to 1.50.0 ([e26479b](https://github.com/wmfs/tymly-core/commit/e26479b))
588* **deps-dev:** update semantic-release requirement ([aeb9abb](https://github.com/wmfs/tymly-core/commit/aeb9abb))
589* **deps-dev:** update semantic-release requirement ([1ad155e](https://github.com/wmfs/tymly-core/commit/1ad155e))
590
591# [1.94.0](https://github.com/wmfs/tymly-core/compare/v1.93.0...v1.94.0) (2019-05-28)
592
593
594### ✨ Features
595
596* move system category into core tymly blueprint ([f266ecd](https://github.com/wmfs/tymly-core/commit/f266ecd))
597
598# [1.93.0](https://github.com/wmfs/tymly-core/compare/v1.92.0...v1.93.0) (2019-04-14)
599
600
601### ✨ Features
602
603* Model for execution table ([7a8603e](https://github.com/wmfs/tymly-core/commit/7a8603e))
604
605
606### 🐛 Bug Fixes
607
608* Handle callbacks correctly when invoking another state-machine ([84ec38f](https://github.com/wmfs/tymly-core/commit/84ec38f))
609
610
611### ♻️ Chores
612
613* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.48.1 to 1.49.0 ([3e3dc3e](https://github.com/wmfs/tymly-core/commit/3e3dc3e))
614
615# [1.92.0](https://github.com/wmfs/tymly-core/compare/v1.91.1...v1.92.0) (2019-03-28)
616
617
618### 🛠 Builds
619
620* **deps:** Bump [@wmfs](https://github.com/wmfs)/statebox to 1.48.1 ([82a13b2](https://github.com/wmfs/tymly-core/commit/82a13b2))
621
622## [1.91.1](https://github.com/wmfs/tymly-core/compare/v1.91.0...v1.91.1) (2019-03-28)
623
624
625### 🐛 Bug Fixes
626
627* **tymlyRef:** Don't apply path to a null object. ([aba5cc8](https://github.com/wmfs/tymly-core/commit/aba5cc8))
628
629# [1.91.0](https://github.com/wmfs/tymly-core/compare/v1.90.2...v1.91.0) (2019-03-28)
630
631
632### ✨ Features
633
634* **tymlyRef:** Add jsonPath select to firstPass tymly refs ([b825bf3](https://github.com/wmfs/tymly-core/commit/b825bf3))
635
636
637### 🛠 Builds
638
639* **deps:** Bump all the deps - notably statebox to 1.48.0 and tymly-statelint to 1.10.0 ([f1ad1ce](https://github.com/wmfs/tymly-core/commit/f1ad1ce))
640* **deps-dev:** Bumped codecov, mocha, and nyc ([14f00b1](https://github.com/wmfs/tymly-core/commit/14f00b1))
641
642
643### 🚨 Tests
644
645* tymlyRef jsonpath array select tests ([59ed87d](https://github.com/wmfs/tymly-core/commit/59ed87d))
646
647
648### ♻️ Chores
649
650* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([e1c7a5e](https://github.com/wmfs/tymly-core/commit/e1c7a5e))
651
652## [1.90.2](https://github.com/wmfs/tymly-core/compare/v1.90.1...v1.90.2) (2019-03-21)
653
654
655### 🐛 Bug Fixes
656
657* Pull in statebox 1.47.3 ([72397dd](https://github.com/wmfs/tymly-core/commit/72397dd))
658
659## [1.90.1](https://github.com/wmfs/tymly-core/compare/v1.90.0...v1.90.1) (2019-03-21)
660
661
662### 🐛 Bug Fixes
663
664* Add resource config schema for set-context-data state resource. ([90659a5](https://github.com/wmfs/tymly-core/commit/90659a5))
665
666
667### ♻️ Chores
668
669* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.47.1 to 1.47.2 ([03da2e2](https://github.com/wmfs/tymly-core/commit/03da2e2))
670
671# [1.90.0](https://github.com/wmfs/tymly-core/compare/v1.89.0...v1.90.0) (2019-03-21)
672
673
674### 🛠 Builds
675
676* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement ([85c0907](https://github.com/wmfs/tymly-core/commit/85c0907))
677
678
679### ♻️ Chores
680
681* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.46.0 to 1.47.0 ([8a7de71](https://github.com/wmfs/tymly-core/commit/8a7de71))
682
683# [1.89.0](https://github.com/wmfs/tymly-core/compare/v1.88.0...v1.89.0) (2019-03-21)
684
685
686### 🛠 Builds
687
688* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement ([ca52e29](https://github.com/wmfs/tymly-core/commit/ca52e29))
689
690
691### ♻️ Chores
692
693* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([e934f01](https://github.com/wmfs/tymly-core/commit/e934f01))
694
695# [1.88.0](https://github.com/wmfs/tymly-core/compare/v1.87.0...v1.88.0) (2019-03-20)
696
697
698### ✨ Features
699
700* **deps:** ModuleResources no longer need to take a callback, and maybe async or return a promise. ([a4dea64](https://github.com/wmfs/tymly-core/commit/a4dea64))
701
702# [1.87.0](https://github.com/wmfs/tymly-core/compare/v1.86.0...v1.87.0) (2019-03-19)
703
704
705### ✨ Features
706
707* **tymly-statelint:** Move to tymly-statelint 1.7.0. Validates function: tasks too. ([a116ad6](https://github.com/wmfs/tymly-core/commit/a116ad6))
708
709# [1.86.0](https://github.com/wmfs/tymly-core/compare/v1.85.0...v1.86.0) (2019-03-18)
710
711
712### ✨ Features
713
714* **tymlyRef:** First stage resolution can use * as namespace or name wildcard/ ([356199c](https://github.com/wmfs/tymly-core/commit/356199c))
715* **tymlyRef:** Second-pass tymlyRef functions can be async. ([0aedbdb](https://github.com/wmfs/tymly-core/commit/0aedbdb))
716
717
718### ♻️ Chores
719
720* **release:** 1.85.0 [skip ci] ([c318e3a](https://github.com/wmfs/tymly-core/commit/c318e3a))
721
722
723### 💎 Styles
724
725* **lint:** #classic ([6f8aafc](https://github.com/wmfs/tymly-core/commit/6f8aafc))
726
727# [1.85.0](https://github.com/wmfs/tymly-core/compare/v1.84.1...v1.85.0) (2019-03-15)
728
729
730### ✨ Features
731
732* **tymlyRef:** Check for circular dependencies ([090b3b0](https://github.com/wmfs/tymly-core/commit/090b3b0))
733* **tymlyRef:** Find $tymlyRefs in loaded json files ([bb3a60a](https://github.com/wmfs/tymly-core/commit/bb3a60a))
734* **tymlyRef:** First pass tymlyRef resolution. ([beea3bc](https://github.com/wmfs/tymly-core/commit/beea3bc))
735* **tymlyRef:** Load tymlyRef resolvers dynamically. ([1a52b5c](https://github.com/wmfs/tymly-core/commit/1a52b5c))
736* **tymlyRef:** Order resolutions ([833f179](https://github.com/wmfs/tymly-core/commit/833f179))
737* **tymlyRef:** Pass refs up out of the boot load ([a7d5e8f](https://github.com/wmfs/tymly-core/commit/a7d5e8f))
738* **tymlyRef:** Second-pass tymlyRef resolution ([c5f1fd9](https://github.com/wmfs/tymly-core/commit/c5f1fd9))
739* **tymlyRef:** tymlyRef function calls can pass parameters ([8f7e1d1](https://github.com/wmfs/tymly-core/commit/8f7e1d1))
740* **tymlyRefs:** Pass refs out of loadDir ([77873ed](https://github.com/wmfs/tymly-core/commit/77873ed))
741
742
743### 🐛 Bug Fixes
744
745* **tymlyRef:** Actually, don't make it an option to loadDir make it a parameter ([fb0bba4](https://github.com/wmfs/tymly-core/commit/fb0bba4))
746* **tymlyRef:** Fix fat-finger spelling mistake ([3000afd](https://github.com/wmfs/tymly-core/commit/3000afd))
747* **tymlyRef:** We don't need to try and order resolutions. ([6a96a2a](https://github.com/wmfs/tymly-core/commit/6a96a2a))
748* Don't need to pass messages into thirdPass ([b100bb6](https://github.com/wmfs/tymly-core/commit/b100bb6))
749
750
751### 📦 Code Refactoring
752
753* **category:** Simplified category service boot ([e0c2dc3](https://github.com/wmfs/tymly-core/commit/e0c2dc3))
754* **inventory:** Use Object.entries to simplify a load of loops ([baccbe2](https://github.com/wmfs/tymly-core/commit/baccbe2))
755* **loader:** Extract functions from jsonFileLoader ([45e7434](https://github.com/wmfs/tymly-core/commit/45e7434))
756* **loader:** Reworked if ladders to loops ([36f93af](https://github.com/wmfs/tymly-core/commit/36f93af))
757* **statebox:** Refactor statebox.boot so it doesn't use a callback ([9d7fd6b](https://github.com/wmfs/tymly-core/commit/9d7fd6b))
758* **tests:** Bit of test grooming ([e641652](https://github.com/wmfs/tymly-core/commit/e641652))
759* **tymlyRef:** Make boot sequence more explicit in code ([ec7800b](https://github.com/wmfs/tymly-core/commit/ec7800b))
760* **tymlyRef:** Simplify so we can start looking at resolution order ([56969cb](https://github.com/wmfs/tymly-core/commit/56969cb))
761
762
763### 📚 Documentation
764
765* **readme:** Update for new tymly.boot ([5217705](https://github.com/wmfs/tymly-core/commit/5217705))
766
767
768### 🚨 Tests
769
770* **load-dir:** Test around load dir ([e3b32b8](https://github.com/wmfs/tymly-core/commit/e3b32b8))
771* **loader:** JSON loader test ([eb19128](https://github.com/wmfs/tymly-core/commit/eb19128))
772* **run-function-state-resource:** Better test names ([1e9c7f6](https://github.com/wmfs/tymly-core/commit/1e9c7f6))
773* **tymlyRef:** Correct for extra test service ([2e24caf](https://github.com/wmfs/tymly-core/commit/2e24caf))
774* **tymlyRef:** Further tests ([b3fab75](https://github.com/wmfs/tymly-core/commit/b3fab75))
775
776
777### 💎 Styles
778
779* **biscuits:** Linty McLintington ([690b7f2](https://github.com/wmfs/tymly-core/commit/690b7f2))
780* **tymlyRef:** lint fix ([29796f3](https://github.com/wmfs/tymly-core/commit/29796f3))
781* Fix code-factor warning. ([63f83c1](https://github.com/wmfs/tymly-core/commit/63f83c1))
782
783## [1.84.1](https://github.com/wmfs/tymly-core/compare/v1.84.0...v1.84.1) (2019-03-06)
784
785
786### 🐛 Bug Fixes
787
788* **boot:** Fix typo :( ([c4a770b](https://github.com/wmfs/tymly-core/commit/c4a770b))
789* **services:** None of these services do anything asynchronous, so bin out callback param from boot ([0f169f5](https://github.com/wmfs/tymly-core/commit/0f169f5))
790
791
792### 📦 Code Refactoring
793
794* **boot:** Rework booter so service.boot can be called without a callback ([f9ee628](https://github.com/wmfs/tymly-core/commit/f9ee628))
795* **test:** Convert tymly.boot to callback-less ([2183dea](https://github.com/wmfs/tymly-core/commit/2183dea))
796
797# [1.84.0](https://github.com/wmfs/tymly-core/compare/v1.83.1...v1.84.0) (2019-03-06)
798
799
800### ✨ Features
801
802* **boot:** tymly.boot's callback parameter is now optional, you can await instead if you wish ([5406ff1](https://github.com/wmfs/tymly-core/commit/5406ff1))
803
804
805### 🐛 Bug Fixes
806
807* **function-resolver:** Do two phase look up on the function name. If not found, prepend namespace a ([3e84b26](https://github.com/wmfs/tymly-core/commit/3e84b26))
808
809
810### 📦 Code Refactoring
811
812* **boot:** Reordered boot sequentce to bail early ([011ed19](https://github.com/wmfs/tymly-core/commit/011ed19))
813
814
815### 🚨 Tests
816
817* **function-resolver:** Correct test ([e5f62b2](https://github.com/wmfs/tymly-core/commit/e5f62b2))
818
819
820### ♻️ Chores
821
822* **deps:** Bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.6.1 to 1.6.2 ([0e55df9](https://github.com/wmfs/tymly-core/commit/0e55df9))
823
824
825### 💎 Styles
826
827* **get-lost-aron:** Lint fix ([e3d9743](https://github.com/wmfs/tymly-core/commit/e3d9743))
828
829## [1.83.1](https://github.com/wmfs/tymly-core/compare/v1.83.0...v1.83.1) (2019-02-26)
830
831
832### 🐛 Bug Fixes
833
834* Tweak to service booting to capture service name in the event of an error ([4efee64](https://github.com/wmfs/tymly-core/commit/4efee64))
835
836# [1.83.0](https://github.com/wmfs/tymly-core/compare/v1.82.0...v1.83.0) (2019-02-17)
837
838
839### ✨ Features
840
841* Inject "blueprintName" and "blueprintVersion" to loaded JSON files. ([4b85e41](https://github.com/wmfs/tymly-core/commit/4b85e41))
842
843# [1.82.0](https://github.com/wmfs/tymly-core/compare/v1.81.0...v1.82.0) (2019-02-08)
844
845
846### 🐛 Bug Fixes
847
848* **deps:** Bump lru-cache from 4.1.4 to 5.1.1. Make required change to match. ([d33fd6c](https://github.com/wmfs/tymly-core/commit/d33fd6c))
849
850
851### 🛠 Builds
852
853* **deps:** Bump statebox, tymly-statelint, debug, moment, nanoid ([18040b2](https://github.com/wmfs/tymly-core/commit/18040b2))
854
855# [1.81.0](https://github.com/wmfs/tymly-core/compare/v1.80.3...v1.81.0) (2019-02-08)
856
857
858### 🛠 Builds
859
860* **deps:** update moment requirement from 2.22.2 to 2.23.0 ([1b78d85](https://github.com/wmfs/tymly-core/commit/1b78d85))
861* **dev-deps:** Update semantic-release and nyc ([d391d1c](https://github.com/wmfs/tymly-core/commit/d391d1c))
862
863## [1.80.3](https://github.com/wmfs/tymly-core/compare/v1.80.2...v1.80.3) (2019-01-29)
864
865
866### 🐛 Bug Fixes
867
868* Correct FindById so it works with memory model and pg storage model ([252585c](https://github.com/wmfs/tymly-core/commit/252585c))
869
870
871### 🚨 Tests
872
873* Extend findById tests to cover array input ([072363b](https://github.com/wmfs/tymly-core/commit/072363b))
874* findById state resource tests ([206ae9b](https://github.com/wmfs/tymly-core/commit/206ae9b))
875
876## [1.80.2](https://github.com/wmfs/tymly-core/compare/v1.80.1...v1.80.2) (2019-01-28)
877
878
879### 🐛 Bug Fixes
880
881* Further fix on lookup email - return userId if email is empty ([3818100](https://github.com/wmfs/tymly-core/commit/3818100))
882
883## [1.80.1](https://github.com/wmfs/tymly-core/compare/v1.80.0...v1.80.1) (2019-01-28)
884
885
886### 🐛 Bug Fixes
887
888* Ensure we do default to userId if we can't find an email for them. ([7d4ac81](https://github.com/wmfs/tymly-core/commit/7d4ac81))
889
890# [1.80.0](https://github.com/wmfs/tymly-core/compare/v1.79.0...v1.80.0) (2019-01-27)
891
892
893### ✨ Features
894
895* Add function resource type ([636f005](https://github.com/wmfs/tymly-core/commit/636f005))
896* Add function resource type. ([15162e4](https://github.com/wmfs/tymly-core/commit/15162e4))
897
898
899### 🛠 Builds
900
901* **dev:** Bump statebox from 1.43.0 to 1.44.1 ([be81b21](https://github.com/wmfs/tymly-core/commit/be81b21))
902
903
904### 📦 Code Refactoring
905
906* Correct test filename ([cdbda29](https://github.com/wmfs/tymly-core/commit/cdbda29))
907* Neaten parse-meta ([4468acb](https://github.com/wmfs/tymly-core/commit/4468acb))
908
909
910### 🚨 Tests
911
912* Better description ([075561c](https://github.com/wmfs/tymly-core/commit/075561c))
913* Pull run-function test fixtures out of the cat blueprint. ([904d246](https://github.com/wmfs/tymly-core/commit/904d246))
914* Tidy up UUID state resource test ([bd18c86](https://github.com/wmfs/tymly-core/commit/bd18c86))
915
916
917### ⚙️ Continuous Integrations
918
919* Update Node version ([d59505e](https://github.com/wmfs/tymly-core/commit/d59505e))
920
921# [1.79.0](https://github.com/wmfs/tymly-core/compare/v1.78.1...v1.79.0) (2019-01-25)
922
923
924### ✨ Features
925
926* Pull in statebox 1.43 so we get new Parameters field ([7c72798](https://github.com/wmfs/tymly-core/commit/7c72798))
927
928## [1.78.1](https://github.com/wmfs/tymly-core/compare/v1.78.0...v1.78.1) (2019-01-20)
929
930
931### 🐛 Bug Fixes
932
933* Fix a few example JSON files. ([13c6aef](https://github.com/wmfs/tymly-core/commit/13c6aef))
934
935
936### ♻️ Chores
937
938* Add examples to state machines ([ddfca37](https://github.com/wmfs/tymly-core/commit/ddfca37))
939
940# [1.78.0](https://github.com/wmfs/tymly-core/compare/v1.77.0...v1.78.0) (2019-01-17)
941
942
943### ✨ Features
944
945* Add support to exclude plugins/blueprints. ([6277e35](https://github.com/wmfs/tymly-core/commit/6277e35))
946
947
948### ♻️ Chores
949
950* **deps:** Bump [@wmfs](https://github.com/wmfs)/statebox to 1.42.0 to get findModuleByName ([d67f318](https://github.com/wmfs/tymly-core/commit/d67f318))
951
952# [1.77.0](https://github.com/wmfs/tymly-core/compare/v1.76.0...v1.77.0) (2019-01-13)
953
954
955### ✨ Features
956
957* Add meta-info for core plugin. ([1018887](https://github.com/wmfs/tymly-core/commit/1018887))
958
959# [1.76.0](https://github.com/wmfs/tymly-core/compare/v1.75.0...v1.76.0) (2019-01-10)
960
961
962### 🛠 Builds
963
964* **deps:** Removed unused dependencies - esprima, jsonschema, sprintf-js ([2c62e95](https://github.com/wmfs/tymly-core/commit/2c62e95))
965
966
967### 📦 Code Refactoring
968
969* **dead code:** Removed unused MemoryStorageService.fileImporter method ([66549da](https://github.com/wmfs/tymly-core/commit/66549da))
970* Changed forEach to for/of, removed redundant guard clauses ([adf9254](https://github.com/wmfs/tymly-core/commit/adf9254))
971* Rework boot order again ([ecfee67](https://github.com/wmfs/tymly-core/commit/ecfee67))
972* Try and simplify control flow in order-boot-sequence ([83ce81b](https://github.com/wmfs/tymly-core/commit/83ce81b))
973* Use native methods rather than lodash ([63382d0](https://github.com/wmfs/tymly-core/commit/63382d0))
974
975
976### 💎 Styles
977
978* lint fix - added a space :o ([8634745](https://github.com/wmfs/tymly-core/commit/8634745))
979
980# [1.75.0](https://github.com/wmfs/tymly-core/compare/v1.74.0...v1.75.0) (2018-12-19)
981
982
983### 🛠 Builds
984
985* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.40.0 to 1.41.0 ([ab5c7d9](https://github.com/wmfs/tymly-core/commit/ab5c7d9))
986* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-test-helpers requirement ([8c9e8df](https://github.com/wmfs/tymly-core/commit/8c9e8df))
987
988
989### 🚨 Tests
990
991* Tweak day-in-the-life state machine ([fd58bec](https://github.com/wmfs/tymly-core/commit/fd58bec))
992
993# [1.74.0](https://github.com/wmfs/tymly-core/compare/v1.73.0...v1.74.0) (2018-12-11)
994
995
996### 🛠 Builds
997
998* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.39.1 to 1.40.0 ([dc64d4f](https://github.com/wmfs/tymly-core/commit/dc64d4f))
999
1000# [1.73.0](https://github.com/wmfs/tymly-core/compare/v1.72.0...v1.73.0) (2018-12-11)
1001
1002
1003### 🛠 Builds
1004
1005* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.39.0 to 1.39.1 ([f15d17b](https://github.com/wmfs/tymly-core/commit/f15d17b))
1006
1007# [1.72.0](https://github.com/wmfs/tymly-core/compare/v1.71.0...v1.72.0) (2018-12-06)
1008
1009
1010### 🛠 Builds
1011
1012* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.38.0 to 1.39.0 ([6e54324](https://github.com/wmfs/tymly-core/commit/6e54324))
1013
1014# [1.71.0](https://github.com/wmfs/tymly-core/compare/v1.70.0...v1.71.0) (2018-12-06)
1015
1016
1017### 🛠 Builds
1018
1019* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.37.3 to 1.38.0 ([b5df299](https://github.com/wmfs/tymly-core/commit/b5df299))
1020
1021# [1.70.0](https://github.com/wmfs/tymly-core/compare/v1.69.0...v1.70.0) (2018-12-06)
1022
1023
1024### 🛠 Builds
1025
1026* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.37.0 to 1.37.3 ([3ab344d](https://github.com/wmfs/tymly-core/commit/3ab344d))
1027
1028# [1.69.0](https://github.com/wmfs/tymly-core/compare/v1.68.1...v1.69.0) (2018-12-06)
1029
1030
1031### 🛠 Builds
1032
1033* **deps:** Update statebox, boom, semantic-release dependencies ([7cfb9e1](https://github.com/wmfs/tymly-core/commit/7cfb9e1))
1034
1035## [1.68.1](https://github.com/wmfs/tymly-core/compare/v1.68.0...v1.68.1) (2018-12-06)
1036
1037
1038### 🐛 Bug Fixes
1039
1040* Clone the objects coming out of .find() ([18c75db](https://github.com/wmfs/tymly-core/commit/18c75db))
1041
1042# [1.68.0](https://github.com/wmfs/tymly-core/compare/v1.67.0...v1.68.0) (2018-12-04)
1043
1044
1045### 🛠 Builds
1046
1047* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([c4231bb](https://github.com/wmfs/tymly-core/commit/c4231bb))
1048
1049# [1.67.0](https://github.com/wmfs/tymly-core/compare/v1.66.0...v1.67.0) (2018-12-03)
1050
1051
1052### 🛠 Builds
1053
1054* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([5669876](https://github.com/wmfs/tymly-core/commit/5669876))
1055
1056# [1.66.0](https://github.com/wmfs/tymly-core/compare/v1.65.1...v1.66.0) (2018-11-27)
1057
1058
1059### 🛠 Builds
1060
1061* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([ce25ba6](https://github.com/wmfs/tymly-core/commit/ce25ba6))
1062
1063## [1.65.1](https://github.com/wmfs/tymly-core/compare/v1.65.0...v1.65.1) (2018-11-27)
1064
1065
1066### 🐛 Bug Fixes
1067
1068* **vulnerable dep:** Use mongodb-extjson instead of the deprecated and compromised mongodb-extended- ([29c04c6](https://github.com/wmfs/tymly-core/commit/29c04c6))
1069
1070# [1.65.0](https://github.com/wmfs/tymly-core/compare/v1.64.0...v1.65.0) (2018-11-27)
1071
1072
1073### 🛠 Builds
1074
1075* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.36.0 to 1.37.0 ([9644d66](https://github.com/wmfs/tymly-core/commit/9644d66))
1076* **deps-dev:** update semantic-release requirement ([ded8489](https://github.com/wmfs/tymly-core/commit/ded8489))
1077
1078# [1.64.0](https://github.com/wmfs/tymly-core/compare/v1.63.0...v1.64.0) (2018-11-23)
1079
1080
1081### 🛠 Builds
1082
1083* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.35.0 to 1.36.0 ([5261a7e](https://github.com/wmfs/tymly-core/commit/5261a7e))
1084* **deps-dev:** update semantic-release requirement ([d7d3a10](https://github.com/wmfs/tymly-core/commit/d7d3a10))
1085
1086# [1.63.0](https://github.com/wmfs/tymly-core/compare/v1.62.0...v1.63.0) (2018-11-21)
1087
1088
1089### 🛠 Builds
1090
1091* **deps:** update lru-cache requirement from 4.1.3 to 4.1.4 ([34b52f2](https://github.com/wmfs/tymly-core/commit/34b52f2))
1092
1093# [1.62.0](https://github.com/wmfs/tymly-core/compare/v1.61.0...v1.62.0) (2018-11-19)
1094
1095
1096### 🛠 Builds
1097
1098* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([2e73315](https://github.com/wmfs/tymly-core/commit/2e73315))
1099
1100# [1.61.0](https://github.com/wmfs/tymly-core/compare/v1.60.0...v1.61.0) (2018-11-17)
1101
1102
1103### 🛠 Builds
1104
1105* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.34.3 to 1.35.0 ([efe0d8a](https://github.com/wmfs/tymly-core/commit/efe0d8a))
1106
1107# [1.60.0](https://github.com/wmfs/tymly-core/compare/v1.59.0...v1.60.0) (2018-11-15)
1108
1109
1110### 🛠 Builds
1111
1112* **deps:** update statebox requirement ([b38d4f6](https://github.com/wmfs/tymly-core/commit/b38d4f6))
1113* **deps-dev:** update semantic-release requirement ([330d6a3](https://github.com/wmfs/tymly-core/commit/330d6a3))
1114
1115
1116### 🚨 Tests
1117
1118* update tests in line with statebox changes ([a4ada36](https://github.com/wmfs/tymly-core/commit/a4ada36))
1119
1120# [1.59.0](https://github.com/wmfs/tymly-core/compare/v1.58.0...v1.59.0) (2018-11-12)
1121
1122
1123### ✨ Features
1124
1125* Add state resources to list available state machines and state resources. ([8b477ff](https://github.com/wmfs/tymly-core/commit/8b477ff))
1126
1127
1128### 🚨 Tests
1129
1130* Rework test for Node 9 ([84dbdc0](https://github.com/wmfs/tymly-core/commit/84dbdc0))
1131
1132
1133### ♻️ Chores
1134
1135* **deps:** Bump boom from 7.2.0 to 7.2.2. ([432e4cc](https://github.com/wmfs/tymly-core/commit/432e4cc))
1136* **dev-deps:** Bump semantic-release from 15.10.6 to 15.10.8 ([544e9e0](https://github.com/wmfs/tymly-core/commit/544e9e0))
1137* Bump nanoid from 1.3.3 to 2.0.0. ([cf0678c](https://github.com/wmfs/tymly-core/commit/cf0678c))
1138* Correct cls-hooked dependency from ^4.2.2 to 4.2.2 ([61d6918](https://github.com/wmfs/tymly-core/commit/61d6918))
1139
1140
1141### 💎 Styles
1142
1143* Standards fix ([1321436](https://github.com/wmfs/tymly-core/commit/1321436))
1144
1145# [1.58.0](https://github.com/wmfs/tymly-core.git/compare/v1.57.0...v1.58.0) (2018-10-31)
1146
1147
1148### 🛠 Builds
1149
1150* **deps:** update nanoid requirement from 1.3.2 to 1.3.3 ([5c39c9b](https://github.com/wmfs/tymly-core.git/commit/5c39c9b))
1151
1152# [1.57.0](https://github.com/wmfs/tymly-core.git/compare/v1.56.0...v1.57.0) (2018-10-31)
1153
1154
1155### 🛠 Builds
1156
1157* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.24.0 to 1.25.0 ([f9b10fd](https://github.com/wmfs/tymly-core.git/commit/f9b10fd))
1158* **deps:** update nanoid requirement from 1.3.1 to 1.3.2 ([d94ec16](https://github.com/wmfs/tymly-core.git/commit/d94ec16))
1159* **deps-dev:** update semantic-release requirement ([b239753](https://github.com/wmfs/tymly-core.git/commit/b239753))
1160
1161# [1.56.0](https://github.com/wmfs/tymly-core/compare/v1.55.0...v1.56.0) (2018-10-23)
1162
1163
1164### 🛠 Builds
1165
1166* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.23.1 to 1.24.0 ([95bcb82](https://github.com/wmfs/tymly-core/commit/95bcb82))
1167
1168# [1.55.0](https://github.com/wmfs/tymly-core/compare/v1.54.0...v1.55.0) (2018-10-23)
1169
1170
1171### 🛠 Builds
1172
1173* **deps:** update dottie requirement from 2.0.0 to 2.0.1 ([07038b1](https://github.com/wmfs/tymly-core/commit/07038b1))
1174* **deps-dev:** update semantic-release requirement ([be6950b](https://github.com/wmfs/tymly-core/commit/be6950b))
1175* **deps-dev:** update semantic-release requirement ([46c2c1a](https://github.com/wmfs/tymly-core/commit/46c2c1a))
1176
1177
1178### 🚨 Tests
1179
1180* Return whole cat state from state resources, not just pet diary. ([cea6f03](https://github.com/wmfs/tymly-core/commit/cea6f03))
1181* set ResultPath: null on tasks where we want to ignore the output ([951e50a](https://github.com/wmfs/tymly-core/commit/951e50a))
1182
1183# [1.54.0](https://github.com/wmfs/tymly-core/compare/v1.53.0...v1.54.0) (2018-10-20)
1184
1185
1186### 🛠 Builds
1187
1188* **deps:** update nanoid requirement from 1.3.0 to 1.3.1 ([1c9e9e1](https://github.com/wmfs/tymly-core/commit/1c9e9e1))
1189
1190# [1.53.0](https://github.com/wmfs/tymly-core/compare/v1.52.1...v1.53.0) (2018-10-19)
1191
1192
1193### 🛠 Builds
1194
1195* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.23.0 to 1.23.1 ([88cc360](https://github.com/wmfs/tymly-core/commit/88cc360))
1196
1197## [1.52.1](https://github.com/wmfs/tymly-core/compare/v1.52.0...v1.52.1) (2018-10-19)
1198
1199
1200### 🐛 Bug Fixes
1201
1202* Bump [@wmfs](https://github.com/wmfs)/tymly-statelint from 1.3.1 to 1.3.2 ([1f71e48](https://github.com/wmfs/tymly-core/commit/1f71e48))
1203
1204# [1.52.0](https://github.com/wmfs/tymly-core/compare/v1.51.0...v1.52.0) (2018-10-19)
1205
1206
1207### 🛠 Builds
1208
1209* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.22.0 to 1.23.0 ([6bbafb1](https://github.com/wmfs/tymly-core/commit/6bbafb1))
1210
1211# [1.51.0](https://github.com/wmfs/tymly-core/compare/v1.50.0...v1.51.0) (2018-10-19)
1212
1213
1214### 🛠 Builds
1215
1216* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.21.0 to 1.22.0 ([1605476](https://github.com/wmfs/tymly-core/commit/1605476))
1217* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement ([0dffc38](https://github.com/wmfs/tymly-core/commit/0dffc38))
1218* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([0bc1fab](https://github.com/wmfs/tymly-core/commit/0bc1fab))
1219* **deps-dev:** update semantic-release requirement ([d25b863](https://github.com/wmfs/tymly-core/commit/d25b863))
1220
1221# [1.50.0](https://github.com/wmfs/tymly-core/compare/v1.49.0...v1.50.0) (2018-10-17)
1222
1223
1224### 🛠 Builds
1225
1226* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([0332cab](https://github.com/wmfs/tymly-core/commit/0332cab))
1227* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-test-helpers requirement ([511a94f](https://github.com/wmfs/tymly-core/commit/511a94f))
1228
1229# [1.49.0](https://github.com/wmfs/tymly-core/compare/v1.48.1...v1.49.0) (2018-10-16)
1230
1231
1232### 🛠 Builds
1233
1234* **deps:** update [@wmfs](https://github.com/wmfs)/tymly-statelint requirement ([c73628a](https://github.com/wmfs/tymly-core/commit/c73628a))
1235
1236## [1.48.1](https://github.com/wmfs/tymly-core/compare/v1.48.0...v1.48.1) (2018-10-16)
1237
1238
1239### 🐛 Bug Fixes
1240
1241* Direct all statelint warnings into startup-messages ([7efe21e](https://github.com/wmfs/tymly-core/commit/7efe21e))
1242
1243
1244### 📦 Code Refactoring
1245
1246* Validate all state machines, then add them ([886cb37](https://github.com/wmfs/tymly-core/commit/886cb37))
1247
1248# [1.48.0](https://github.com/wmfs/tymly-core/compare/v1.47.0...v1.48.0) (2018-10-15)
1249
1250
1251### ✨ Features
1252
1253* Initialised state machine validator with state resources ([38cf619](https://github.com/wmfs/tymly-core/commit/38cf619))
1254
1255
1256### 🛠 Builds
1257
1258* **deps-dev:** update nyc requirement from 13.0.1 to 13.1.0 ([0b768f9](https://github.com/wmfs/tymly-core/commit/0b768f9))
1259
1260
1261### 📦 Code Refactoring
1262
1263* Declare at point of definition in applyBootBefore ([99431a0](https://github.com/wmfs/tymly-core/commit/99431a0))
1264* Elide an if in applyBootBefore by straightforward application of the Null Object Pattern ([94844fb](https://github.com/wmfs/tymly-core/commit/94844fb))
1265* Flip Array.forEach to a for of ([7650a65](https://github.com/wmfs/tymly-core/commit/7650a65))
1266* Flipped Object.keys.forEach with a lookup to a for of Object.entries ([f1a524a](https://github.com/wmfs/tymly-core/commit/f1a524a))
1267* Pulled out applyBootBefore so it's not local to bootSequenceOrder ([9968613](https://github.com/wmfs/tymly-core/commit/9968613))
1268* Removed empty duplicate if condition ([45ad5f3](https://github.com/wmfs/tymly-core/commit/45ad5f3))
1269
1270# [1.47.0](https://github.com/wmfs/tymly-core/compare/v1.46.0...v1.47.0) (2018-10-12)
1271
1272
1273### 🛠 Builds
1274
1275* **deps:** update nanoid requirement from 1.2.6 to 1.3.0 ([52da708](https://github.com/wmfs/tymly-core/commit/52da708))
1276
1277# [1.46.0](https://github.com/wmfs/tymly-core/compare/v1.45.0...v1.46.0) (2018-10-11)
1278
1279
1280### ✨ Features
1281
1282* Hook tymly-statelint into statebox start-up ([7483888](https://github.com/wmfs/tymly-core/commit/7483888))
1283
1284
1285### 🛠 Builds
1286
1287* **deps:** Update tymly-statelint from 1.0.0 to 1.1.0 ([2ead327](https://github.com/wmfs/tymly-core/commit/2ead327))
1288
1289
1290### 📦 Code Refactoring
1291
1292* Calm down code to merge rootComponents into allComponents ([95cb4db](https://github.com/wmfs/tymly-core/commit/95cb4db))
1293* Flip Array.forEach into for loops ([52eb356](https://github.com/wmfs/tymly-core/commit/52eb356))
1294* Get rid of continueLoading variable - just return early ([a0f994e](https://github.com/wmfs/tymly-core/commit/a0f994e))
1295* Hoist part of the directory filtering out of the main loop ([0f363e8](https://github.com/wmfs/tymly-core/commit/0f363e8))
1296* Initialise rootComponents[name] when we need to ([3162b83](https://github.com/wmfs/tymly-core/commit/3162b83))
1297* Let's just do the path.join once ([8da0dc3](https://github.com/wmfs/tymly-core/commit/8da0dc3))
1298* Lift all the component type directory filtering and path expansion up ahead of the for loo ([ea1cf1e](https://github.com/wmfs/tymly-core/commit/ea1cf1e))
1299* Move componentDir declaration into the loop ([8b4f509](https://github.com/wmfs/tymly-core/commit/8b4f509))
1300* Pull out body of loadComponentDir ([181ba23](https://github.com/wmfs/tymly-core/commit/181ba23))
1301* Pulled out loadComponentFile function ([a863e98](https://github.com/wmfs/tymly-core/commit/a863e98))
1302* s/COMPONENT_DIR_BLACKLIST/COMPONENT_TYPE_BLACKLIST/ because that's what it is ([c90c005](https://github.com/wmfs/tymly-core/commit/c90c005))
1303* Simplified if condition grabbing namespace ([453b593](https://github.com/wmfs/tymly-core/commit/453b593))
1304* Simplify file loading ([c2b73e7](https://github.com/wmfs/tymly-core/commit/c2b73e7))
1305* Slimmed and simplified discoverBlueprintPaths ([30aed24](https://github.com/wmfs/tymly-core/commit/30aed24))
1306* Use hasProperty helper to slim things down a bit ([d401ef7](https://github.com/wmfs/tymly-core/commit/d401ef7))
1307
1308# [1.45.0](https://github.com/wmfs/tymly-core/compare/v1.44.0...v1.45.0) (2018-10-08)
1309
1310
1311### 🛠 Builds
1312
1313* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.20.0 to 1.21.0 ([5ad674d](https://github.com/wmfs/tymly-core/commit/5ad674d))
1314
1315# [1.44.0](https://github.com/wmfs/tymly-core/compare/v1.43.0...v1.44.0) (2018-10-08)
1316
1317
1318### 🛠 Builds
1319
1320* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.19.0 to 1.20.0 ([4006b43](https://github.com/wmfs/tymly-core/commit/4006b43))
1321
1322# [1.43.0](https://github.com/wmfs/tymly-core/compare/v1.42.0...v1.43.0) (2018-10-08)
1323
1324
1325### 🛠 Builds
1326
1327* **deps:** update debug requirement from 4.0.1 to 4.1.0 ([854e069](https://github.com/wmfs/tymly-core/commit/854e069))
1328* **deps-dev:** update semantic-release requirement ([302a833](https://github.com/wmfs/tymly-core/commit/302a833))
1329
1330# [1.42.0](https://github.com/wmfs/tymly-core/compare/v1.41.0...v1.42.0) (2018-10-03)
1331
1332
1333### 🛠 Builds
1334
1335* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.18.0 to 1.19.0 ([e612d17](https://github.com/wmfs/tymly-core/commit/e612d17))
1336
1337# [1.41.0](https://github.com/wmfs/tymly-core/compare/v1.40.0...v1.41.0) (2018-10-03)
1338
1339
1340### 🛠 Builds
1341
1342* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.17.0 to 1.18.0 ([4352ae1](https://github.com/wmfs/tymly-core/commit/4352ae1))
1343
1344# [1.40.0](https://github.com/wmfs/tymly-core/compare/v1.39.0...v1.40.0) (2018-10-02)
1345
1346
1347### 🛠 Builds
1348
1349* **deps:** update nanoid requirement from 1.2.5 to 1.2.6 ([5d80ee2](https://github.com/wmfs/tymly-core/commit/5d80ee2))
1350
1351# [1.39.0](https://github.com/wmfs/tymly-core/compare/v1.38.0...v1.39.0) (2018-09-29)
1352
1353
1354### 🛠 Builds
1355
1356* **deps:** update nanoid requirement from 1.2.4 to 1.2.5 ([4405d3c](https://github.com/wmfs/tymly-core/commit/4405d3c))
1357
1358
1359### ♻️ Chores
1360
1361* **deps:** Remove [@wmfs](https://github.com/wmfs)/rbac dependency ([f66d473](https://github.com/wmfs/tymly-core/commit/f66d473))
1362
1363# [1.38.0](https://github.com/wmfs/tymly-core/compare/v1.37.0...v1.38.0) (2018-09-27)
1364
1365
1366### 🛠 Builds
1367
1368* **deps:** update [@wmfs](https://github.com/wmfs)/rbac requirement from 1.2.0 to 1.3.0 ([707b80c](https://github.com/wmfs/tymly-core/commit/707b80c))
1369
1370# [1.37.0](https://github.com/wmfs/tymly-core/compare/v1.36.0...v1.37.0) (2018-09-26)
1371
1372
1373### 🛠 Builds
1374
1375* **deps:** update nanoid requirement from 1.2.3 to 1.2.4 ([a74c437](https://github.com/wmfs/tymly-core/commit/a74c437))
1376
1377# [1.36.0](https://github.com/wmfs/tymly-core/compare/v1.35.0...v1.36.0) (2018-09-26)
1378
1379
1380### 🛠 Builds
1381
1382* **deps:** update [@wmfs](https://github.com/wmfs)/rbac requirement from 1.1.5 to 1.2.0 ([2696da6](https://github.com/wmfs/tymly-core/commit/2696da6))
1383* **deps-dev:** update chai requirement from 4.1.2 to 4.2.0 ([a010aee](https://github.com/wmfs/tymly-core/commit/a010aee))
1384
1385# [1.35.0](https://github.com/wmfs/tymly-core/compare/v1.34.0...v1.35.0) (2018-09-26)
1386
1387
1388### 🛠 Builds
1389
1390* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.16.0 to 1.17.0 ([9cb5606](https://github.com/wmfs/tymly-core/commit/9cb5606))
1391
1392# [1.34.0](https://github.com/wmfs/tymly-core/compare/v1.33.0...v1.34.0) (2018-09-25)
1393
1394
1395### 🛠 Builds
1396
1397* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.15.0 to 1.16.0 ([d610b1d](https://github.com/wmfs/tymly-core/commit/d610b1d))
1398
1399# [1.33.0](https://github.com/wmfs/tymly-core/compare/v1.32.0...v1.33.0) (2018-09-19)
1400
1401
1402### 🛠 Builds
1403
1404* **deps:** update [@wmfs](https://github.com/wmfs)/rbac requirement from 1.1.4 to 1.1.5 ([d56b9a5](https://github.com/wmfs/tymly-core/commit/d56b9a5))
1405* **deps-dev:** update semantic-release requirement ([2619f7e](https://github.com/wmfs/tymly-core/commit/2619f7e))
1406
1407# [1.32.0](https://github.com/wmfs/tymly-core/compare/v1.31.0...v1.32.0) (2018-09-13)
1408
1409
1410### 🛠 Builds
1411
1412* **deps:** update lodash requirement from 4.17.10 to 4.17.11 ([a1a6b72](https://github.com/wmfs/tymly-core/commit/a1a6b72))
1413
1414# [1.31.0](https://github.com/wmfs/tymly-core/compare/v1.30.0...v1.31.0) (2018-09-12)
1415
1416
1417### 🛠 Builds
1418
1419* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.14.0 to 1.15.0 ([1ab81dc](https://github.com/wmfs/tymly-core/commit/1ab81dc))
1420
1421# [1.30.0](https://github.com/wmfs/tymly-core/compare/v1.29.0...v1.30.0) (2018-09-12)
1422
1423
1424### 🛠 Builds
1425
1426* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.13.0 to 1.14.0 ([0a28098](https://github.com/wmfs/tymly-core/commit/0a28098))
1427
1428# [1.29.0](https://github.com/wmfs/tymly-core/compare/v1.28.0...v1.29.0) (2018-09-12)
1429
1430
1431### 🛠 Builds
1432
1433* **deps:** update debug requirement from 3.1.0 to 4.0.1 ([673db45](https://github.com/wmfs/tymly-core/commit/673db45))
1434
1435# [1.28.0](https://github.com/wmfs/tymly-core/compare/v1.27.0...v1.28.0) (2018-09-12)
1436
1437
1438### 🛠 Builds
1439
1440* **deps:** update [@wmfs](https://github.com/wmfs)/rbac requirement from 1.1.1 to 1.1.4 ([a8c63a5](https://github.com/wmfs/tymly-core/commit/a8c63a5))
1441
1442# [1.27.0](https://github.com/wmfs/tymly-core/compare/v1.26.1...v1.27.0) (2018-09-12)
1443
1444
1445### 🛠 Builds
1446
1447* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.6.0 to 1.13.0 ([ec87735](https://github.com/wmfs/tymly-core/commit/ec87735))
1448* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([3663662](https://github.com/wmfs/tymly-core/commit/3663662))
1449* **deps-dev:** update semantic-release requirement ([4838c5b](https://github.com/wmfs/tymly-core/commit/4838c5b))
1450
1451## [1.26.1](https://github.com/wmfs/tymly-core/compare/v1.26.0...v1.26.1) (2018-09-11)
1452
1453
1454### 🐛 Bug Fixes
1455
1456* Correct sendTaskFailure parameters ([1ce8088](https://github.com/wmfs/tymly-core/commit/1ce8088))
1457
1458# [1.26.0](https://github.com/wmfs/tymly-core/compare/v1.25.0...v1.26.0) (2018-09-10)
1459
1460
1461### 🛠 Builds
1462
1463* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.5.0 to 1.6.0 ([bae6c54](https://github.com/wmfs/tymly-core/commit/bae6c54))
1464
1465# [1.25.0](https://github.com/wmfs/tymly-core/compare/v1.24.0...v1.25.0) (2018-09-10)
1466
1467
1468### ✨ Features
1469
1470* Add statebox.sendTaskRevivification method, to retry failed state machines ([ce5f9c5](https://github.com/wmfs/tymly-core/commit/ce5f9c5))
1471
1472
1473### 🚨 Tests
1474
1475* I really should run lint before committing ([9d5c76c](https://github.com/wmfs/tymly-core/commit/9d5c76c))
1476
1477# [1.24.0](https://github.com/wmfs/tymly-core/compare/v1.23.0...v1.24.0) (2018-09-10)
1478
1479
1480### ✨ Features
1481
1482* Added error loging in sendTaskFailure ([b9064fd](https://github.com/wmfs/tymly-core/commit/b9064fd))
1483
1484# [1.23.0](https://github.com/wmfs/tymly-core/compare/v1.22.0...v1.23.0) (2018-09-06)
1485
1486
1487### ✨ Features
1488
1489* **registry:** Added ClearConfiguredRegistryKey state resource ([1082475](https://github.com/wmfs/tymly-core/commit/1082475))
1490
1491
1492### 💎 Styles
1493
1494* whitespace fixes ([9cd7434](https://github.com/wmfs/tymly-core/commit/9cd7434))
1495
1496# [1.22.0](https://github.com/wmfs/tymly-core/compare/v1.21.0...v1.22.0) (2018-09-06)
1497
1498
1499### ✨ Features
1500
1501* **registry:** Added clearRegistryKey state resource ([ab542aa](https://github.com/wmfs/tymly-core/commit/ab542aa))
1502* **registry:** Added registryService.has(key) and registryService.clear(key) methods ([9472ce8](https://github.com/wmfs/tymly-core/commit/9472ce8))
1503
1504
1505### 🛠 Builds
1506
1507* **deps-dev:** update codecov requirement from 3.0.4 to 3.1.0 ([d40e269](https://github.com/wmfs/tymly-core/commit/d40e269))
1508* **dev-deps:** move to standard 12.0.1 ([d02fa57](https://github.com/wmfs/tymly-core/commit/d02fa57))
1509
1510
1511### 💎 Styles
1512
1513* standards fixes ([e15292e](https://github.com/wmfs/tymly-core/commit/e15292e))
1514
1515# [1.21.0](https://github.com/wmfs/tymly-core/compare/v1.20.0...v1.21.0) (2018-09-04)
1516
1517
1518### 🛠 Builds
1519
1520* **deps:** update nanoid requirement from 1.1.0 to 1.2.3 ([f967919](https://github.com/wmfs/tymly-core/commit/f967919))
1521* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-test-helpers requirement from 1.1.1 to 1.1.2 ([5b8097e](https://github.com/wmfs/tymly-core/commit/5b8097e))
1522* **deps-dev:** update [@wmfs](https://github.com/wmfs)/tymly-test-helpers requirement from 1.1.2 to 1.1.3 ([abb166d](https://github.com/wmfs/tymly-core/commit/abb166d))
1523* **deps-dev:** update semantic-release requirement from 15.9.5 to 15.9.12 ([227cfbf](https://github.com/wmfs/tymly-core/commit/227cfbf))
1524
1525# [1.20.0](https://github.com/wmfs/tymly-core/compare/v1.19.0...v1.20.0) (2018-09-04)
1526
1527
1528### 🛠 Builds
1529
1530* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement from 1.4.0 to 1.4.1 ([0daadb5](https://github.com/wmfs/tymly-core/commit/0daadb5))
1531
1532# [1.19.0](https://github.com/wmfs/tymly-core/compare/v1.18.0...v1.19.0) (2018-09-03)
1533
1534
1535### 🛠 Builds
1536
1537* **deps:** update glob requirement from 7.1.2 to 7.1.3 ([314e242](https://github.com/wmfs/tymly-core/commit/314e242))
1538* **deps-dev:** update nyc requirement from 12.0.2 to 13.0.1 ([7e60982](https://github.com/wmfs/tymly-core/commit/7e60982))
1539
1540# [1.18.0](https://github.com/wmfs/tymly-core/compare/v1.17.1...v1.18.0) (2018-09-03)
1541
1542
1543### 🛠 Builds
1544
1545* **deps:** update [@wmfs](https://github.com/wmfs)/rbac requirement from 1.1.0 to 1.1.1 ([9607d24](https://github.com/wmfs/tymly-core/commit/9607d24))
1546* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement from 7.0.1 to 7.0.3 ([494d304](https://github.com/wmfs/tymly-core/commit/494d304))
1547
1548## [1.17.1](https://github.com/wmfs/tymly-core/compare/v1.17.0...v1.17.1) (2018-09-03)
1549
1550
1551### 🐛 Bug Fixes
1552
1553* Removed RBAC tables. ([7bdff9a](https://github.com/wmfs/tymly-core/commit/7bdff9a))
1554* Updated statebox service for statebox package release 1.4.0 ([b8cfc62](https://github.com/wmfs/tymly-core/commit/b8cfc62))
1555
1556# [1.17.0](https://github.com/wmfs/tymly-core/compare/v1.16.2...v1.17.0) (2018-08-23)
1557
1558
1559### ✨ Features
1560
1561* RBAC service removed - it's pulled out into tymly-rbac-plugin ([137e9c2](https://github.com/wmfs/tymly-core/commit/137e9c2))
1562
1563
1564### 📦 Code Refactoring
1565
1566* Collapsed getUserRoles/checkRoleAuthorization into a single checkAuthorization call ([b5ac48e](https://github.com/wmfs/tymly-core/commit/b5ac48e))
1567
1568
1569### 🚨 Tests
1570
1571* Disable RBAC tests again ([461a618](https://github.com/wmfs/tymly-core/commit/461a618))
1572
1573
1574### ♻️ Chores
1575
1576* Bump tymly-test-helper to 1.1.1 ([e1756f2](https://github.com/wmfs/tymly-core/commit/e1756f2))
1577
1578## [1.16.2](https://github.com/wmfs/tymly-core/compare/v1.16.1...v1.16.2) (2018-08-22)
1579
1580
1581### 🐛 Bug Fixes
1582
1583* Bump rbac package ([8370227](https://github.com/wmfs/tymly-core/commit/8370227))
1584* Pull in Rbac package and use that for the Rbac service. ([d7dd080](https://github.com/wmfs/tymly-core/commit/d7dd080))
1585
1586
1587### ♻️ Chores
1588
1589* renamed acl-tests to rbac-tests. ([a31f4e7](https://github.com/wmfs/tymly-core/commit/a31f4e7))
1590
1591## [1.16.1](https://github.com/wmfs/tymly-core/compare/v1.16.0...v1.16.1) (2018-08-14)
1592
1593
1594### 🐛 Bug Fixes
1595
1596* throw error if user email cannot be retrieved ([7a90866](https://github.com/wmfs/tymly-core/commit/7a90866))
1597
1598
1599### 💎 Styles
1600
1601* standard fix ([1c69bab](https://github.com/wmfs/tymly-core/commit/1c69bab))
1602
1603# [1.16.0](https://github.com/wmfs/tymly-core/compare/v1.15.2...v1.16.0) (2018-08-13)
1604
1605
1606### ✨ Features
1607
1608* Registry get key state-machine handles returns default value without dressing it up as "the de ([df730b5](https://github.com/wmfs/tymly-core/commit/df730b5))
1609
1610## [1.15.2](https://github.com/wmfs/tymly-core/compare/v1.15.1...v1.15.2) (2018-08-09)
1611
1612
1613### 🐛 Bug Fixes
1614
1615* don't try to get user email if there's no user id ([ca4c241](https://github.com/wmfs/tymly-core/commit/ca4c241))
1616
1617
1618### 💎 Styles
1619
1620* Fix indents ([f3eec54](https://github.com/wmfs/tymly-core/commit/f3eec54))
1621
1622## [1.15.1](https://github.com/wmfs/tymly-core/compare/v1.15.0...v1.15.1) (2018-08-08)
1623
1624
1625### 🐛 Bug Fixes
1626
1627* statebox to attach user ID for now rather than email ([3d6a166](https://github.com/wmfs/tymly-core/commit/3d6a166))
1628
1629
1630### 🚨 Tests
1631
1632* commenting out tests just for now ([d24108d](https://github.com/wmfs/tymly-core/commit/d24108d))
1633* uncomment tests - check the user ID ([09ec976](https://github.com/wmfs/tymly-core/commit/09ec976))
1634
1635# [1.15.0](https://github.com/wmfs/tymly-core/compare/v1.14.0...v1.15.0) (2018-08-06)
1636
1637
1638### ✨ Features
1639
1640* User details injection looks up user email from id ([2216af9](https://github.com/wmfs/tymly-core/commit/2216af9))
1641
1642
1643### 🐛 Bug Fixes
1644
1645* Tweak path-exploder so that it always strips /index.js from provided paths ([f111167](https://github.com/wmfs/tymly-core/commit/f111167))
1646
1647
1648### ♻️ Chores
1649
1650* Bump tymly-test-helpers dependency ([1063fcb](https://github.com/wmfs/tymly-core/commit/1063fcb))
1651* semantic-release 15.9.1 -> 15.9.5 ([d919e55](https://github.com/wmfs/tymly-core/commit/d919e55))
1652
1653
1654### 💎 Styles
1655
1656* Standards fix #classic ([7700cc9](https://github.com/wmfs/tymly-core/commit/7700cc9))
1657
1658# [1.14.0](https://github.com/wmfs/tymly-core/compare/v1.13.1...v1.14.0) (2018-07-30)
1659
1660
1661### 🛠 Builds
1662
1663* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement to 1.3.2 ([7906e9d](https://github.com/wmfs/tymly-core/commit/7906e9d))
1664* **deps-dev:** update semantic-release requirement to 15.9.1 ([3b1634b](https://github.com/wmfs/tymly-core/commit/3b1634b))
1665
1666## [1.13.1](https://github.com/wmfs/tymly-core/compare/v1.13.0...v1.13.1) (2018-07-28)
1667
1668
1669### 🐛 Bug Fixes
1670
1671* s/_(created|modified)By/(created|modifiedBy)/ ([a8226ab](https://github.com/wmfs/tymly-core/commit/a8226ab))
1672
1673# [1.13.0](https://github.com/wmfs/tymly-core/compare/v1.12.1...v1.13.0) (2018-07-27)
1674
1675
1676### ✨ Features
1677
1678* Propagate userId from statebox service into storage service so _createdBy and _modifiedBy can ([d490abf](https://github.com/wmfs/tymly-core/commit/d490abf))
1679* Trying out cls-hooked to see we can use it to propagate the userId through statemachine execut ([909f5c1](https://github.com/wmfs/tymly-core/commit/909f5c1))
1680
1681
1682### 📦 Code Refactoring
1683
1684* All restrictd calls now go through processIfAuthorised, including start execution ([85e74db](https://github.com/wmfs/tymly-core/commit/85e74db))
1685
1686
1687### 🚨 Tests
1688
1689* Dynamically create tests ([1222c8c](https://github.com/wmfs/tymly-core/commit/1222c8c))
1690
1691## [1.12.1](https://github.com/wmfs/tymly-core/compare/v1.12.0...v1.12.1) (2018-07-27)
1692
1693
1694### 🐛 Bug Fixes
1695
1696* ENABLE_RBAC should be false until we've audited all the blueprints ([35d83a4](https://github.com/wmfs/tymly-core/commit/35d83a4))
1697
1698
1699### 🚨 Tests
1700
1701* Initial work on getting userId from statebox service into createdBy/modifiedBy ([4a0008e](https://github.com/wmfs/tymly-core/commit/4a0008e))
1702
1703# [1.12.0](https://github.com/wmfs/tymly-core/compare/v1.11.0...v1.12.0) (2018-07-26)
1704
1705
1706### 🛠 Builds
1707
1708* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement to 1.3.1 ([63ca832](https://github.com/wmfs/tymly-core/commit/63ca832))
1709
1710# [1.11.0](https://github.com/wmfs/tymly-core/compare/v1.10.0...v1.11.0) (2018-07-19)
1711
1712
1713### 🛠 Builds
1714
1715* **deps:** update [@wmfs](https://github.com/wmfs)/statebox requirement to 1.3.0 ([83eaf70](https://github.com/wmfs/tymly-core/commit/83eaf70))
1716* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement to 2.1.2 ([b513196](https://github.com/wmfs/tymly-core/commit/b513196))
1717* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement to 3.0.0 ([f8a7974](https://github.com/wmfs/tymly-core/commit/f8a7974))
1718* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 6.0.2 ([dc671b8](https://github.com/wmfs/tymly-core/commit/dc671b8))
1719* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 7.0.0 ([221fe4f](https://github.com/wmfs/tymly-core/commit/221fe4f))
1720* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 7.0.1 ([f16e662](https://github.com/wmfs/tymly-core/commit/f16e662))
1721* **deps-dev:** update semantic-release requirement to 15.8.0 ([2daea75](https://github.com/wmfs/tymly-core/commit/2daea75))
1722* **deps-dev:** update semantic-release requirement to 15.8.1 ([dbeb19d](https://github.com/wmfs/tymly-core/commit/dbeb19d))
1723
1724# [1.10.0](https://github.com/wmfs/tymly-core/compare/v1.9.0...v1.10.0) (2018-07-16)
1725
1726
1727### 🛠 Builds
1728
1729* **deps:** update read-pkg-up requirement to 4.0.0 ([0bf94f3](https://github.com/wmfs/tymly-core/commit/0bf94f3))
1730* **deps-dev:** update semantic-release requirement to 15.7.2 ([cf68b89](https://github.com/wmfs/tymly-core/commit/cf68b89))
1731
1732# [1.9.0](https://github.com/wmfs/tymly-core/compare/v1.8.0...v1.9.0) (2018-07-15)
1733
1734
1735### 🛠 Builds
1736
1737* **deps:** update nanoid requirement to 1.1.0 ([f129629](https://github.com/wmfs/tymly-core/commit/f129629))
1738
1739# [1.8.0](https://github.com/wmfs/tymly-core/compare/v1.7.1...v1.8.0) (2018-07-13)
1740
1741
1742### 🛠 Builds
1743
1744* **deps:** update esprima requirement to 4.0.1 ([e195732](https://github.com/wmfs/tymly-core/commit/e195732))