UNPKG

69.5 kBMarkdownView Raw
1# [1.79.0](https://github.com/wmfs/statebox/compare/v1.78.0...v1.79.0) (2020-12-12)
2
3
4### 🐛 Bug Fixes
5
6* State.run hasn't used the optionalCallback parameter for ages. Removed. ([9733a34](https://github.com/wmfs/statebox/commit/9733a34041e9cec2e1b20137a0324dfdf5d806b4))
7
8
9### 🛠 Builds
10
11* **deps:** bump debug from 4.2.0 to 4.3.1 ([787552e](https://github.com/wmfs/statebox/commit/787552e01d5c2f286173c0df3c6de1fdc4724082))
12* **deps:** bump uuid from 8.3.1 to 8.3.2 ([4fb45ba](https://github.com/wmfs/statebox/commit/4fb45ba50df2c335e69c51c2c208f7300d253c55))
13
14
15### 📦 Code Refactoring
16
17* Convert Modules from global singleton to a class ([922a4c2](https://github.com/wmfs/statebox/commit/922a4c29d76d0e5b00c95b5895d22c1b25fff4de))
18* Fold executioner into StateBox ([5baad3e](https://github.com/wmfs/statebox/commit/5baad3e2ea2a178a2223690015faad26c4a82ffc))
19* Made StateMachines into an object used as a member of Statebox ([0f0cf04](https://github.com/wmfs/statebox/commit/0f0cf045e713ec6d50cdb102f54b7a8aba79e64e))
20* Make Resources into a class, rather than a global singleton. ([aa9c164](https://github.com/wmfs/statebox/commit/aa9c16467738cda505c15cedb2dbb1a749e2e103))
21* Move dao setup code out of the Statebox class. ([8943d76](https://github.com/wmfs/statebox/commit/8943d760d381292bdc7b6a938f591cf38111af3b))
22* Rework waitUntilStoppedRunning from polling to trigger ([78d78b6](https://github.com/wmfs/statebox/commit/78d78b69f9d43c4916f6275b5918f38f4878dffa))
23* Simplify StateBox.startExecution ([99ddbf6](https://github.com/wmfs/statebox/commit/99ddbf6d0bdf577a3995f08b934f22f29848155a))
24
25
26### 🚨 Tests
27
28* Add a little bit of margin on the wait tests to prevent false negatives ([f946a09](https://github.com/wmfs/statebox/commit/f946a09447e845d235e241fd2ad9ac1cb7897677))
29
30# [1.78.0](https://github.com/wmfs/statebox/compare/v1.77.0...v1.78.0) (2020-12-05)
31
32
33### ✨ Features
34
35* States can have both InputPath and Parameters ([992e05d](https://github.com/wmfs/statebox/commit/992e05d1cd60a93178ad945a48c733276ff00c0d))
36
37
38### 🛠 Builds
39
40* **deps-dev:** bump semantic-release from 17.2.3 to 17.3.0 ([f1982d7](https://github.com/wmfs/statebox/commit/f1982d7a011925a1ac649d9e73de52e8474857aa))
41
42
43### 🚨 Tests
44
45* Slightly more complex input to Task state tests ([2b1005e](https://github.com/wmfs/statebox/commit/2b1005e5b389a2f0ac7635f30286ac863e47d298))
46
47# [1.77.0](https://github.com/wmfs/statebox/compare/v1.76.0...v1.77.0) (2020-11-21)
48
49
50### ✨ Features
51
52* **result-selector:** Last load of tests, confirming result selector operation ([64ac646](https://github.com/wmfs/statebox/commit/64ac64626adb4fccf0770e215db421e8caebf033))
53
54
55### 🐛 Bug Fixes
56
57* Extend findResultPathHandler to take resultSelector ([870a920](https://github.com/wmfs/statebox/commit/870a92059f885ebd063237cb008f55d62eb21296))
58* Hook in resultSelector ([e4f84e4](https://github.com/wmfs/statebox/commit/e4f84e48470d25a11d1d5626e27fcaeb3a6da622))
59
60
61### 🛠 Builds
62
63* **deps-dev:** bump semantic-release from 17.2.2 to 17.2.3 ([3d64c2f](https://github.com/wmfs/statebox/commit/3d64c2fc10190baa47fcd4808a98da75317c8efe))
64* **deps-dev:** bump standard from 16.0.2 to 16.0.3 ([f22354e](https://github.com/wmfs/statebox/commit/f22354e6dbb7f74900ac4c86573f62f572e7035f))
65
66
67### 📦 Code Refactoring
68
69* Corrected test file name ([e2ad05c](https://github.com/wmfs/statebox/commit/e2ad05cdb51a7e5db3a696bf6934cf5807633c12))
70* Pull all the parameter handler code out into its own file ([f4b9fd6](https://github.com/wmfs/statebox/commit/f4b9fd69f932ba606fe9e27a5a045e8f17474009))
71
72
73### 🚨 Tests
74
75* Fixed test state machine name ([05f6c49](https://github.com/wmfs/statebox/commit/05f6c4930e58cc71a370defecd81623613fc8d1f))
76* **result-selector:** Task tests with combinations of input, parameters, result selector, result, a ([e28fb63](https://github.com/wmfs/statebox/commit/e28fb63abd731f2dc1b71aa2c20ef0c1be0cd2f3))
77
78# [1.76.0](https://github.com/wmfs/statebox/compare/v1.75.0...v1.76.0) (2020-11-16)
79
80
81### ✨ Features
82
83* start of Map state (similar to Parallel) ([24eb848](https://github.com/wmfs/statebox/commit/24eb8487a5212ac7fb242c3f85159b14cb0255d2))
84
85
86### 🐛 Bug Fixes
87
88* It was possible for parallel and map parents states to complete more than once. This would be b ([3a4740b](https://github.com/wmfs/statebox/commit/3a4740bd28183dcdbe388dd113cecbfc016a56f4))
89* Process task failure if parallel/map launch fails. ([d12b58d](https://github.com/wmfs/statebox/commit/d12b58d8c0fa0867ad06d83f1977efd6015c36fc))
90
91
92### 🛠 Builds
93
94* **deps-dev:** bump standard from 16.0.1 to 16.0.2 ([ee698ac](https://github.com/wmfs/statebox/commit/ee698ac0b14253eaf8b72a208ec639d6cdf1dba4))
95
96
97### 📦 Code Refactoring
98
99* Aligning Map and Parallel ([42662c9](https://github.com/wmfs/statebox/commit/42662c9b42262905b21e5ca3f1d04070a1dadc16))
100* Corrected test names ([845278e](https://github.com/wmfs/statebox/commit/845278e4b787dc4b7815bfdaad4e4ae5fa4a263b))
101* Minor require tweaking ([f2b1cf0](https://github.com/wmfs/statebox/commit/f2b1cf08a281e918769273d5d21bfb880d25812a))
102* Move process out of Map and Parallel into the base and we're done. ([46583e7](https://github.com/wmfs/statebox/commit/46583e75ef63707ac1d053d930943b4ddf900d71))
103* Starting to pull out common base for Map and Parallel ([fbcfd58](https://github.com/wmfs/statebox/commit/fbcfd58d9b171905934b773a7c4fff347875ae5c))
104* Tweak the map test so the linter passes ([b654469](https://github.com/wmfs/statebox/commit/b6544692d3f56e96f0866b53c28bb85123348166))
105
106
107### 🚨 Tests
108
109* Extend Map test to use all available Daos ([53c0dcb](https://github.com/wmfs/statebox/commit/53c0dcb21532a55a5e1bd861ff06cd727e489a67))
110
111# [1.75.0](https://github.com/wmfs/statebox/compare/v1.74.0...v1.75.0) (2020-11-12)
112
113
114### 🛠 Builds
115
116* **deps:** bump [@wmfs](https://github.com/wmfs)/asl-choice-processor from 1.16.0 to 1.17.0 ([c5bfaf0](https://github.com/wmfs/statebox/commit/c5bfaf0dedec8626fc059e4df8ab299d6072ade9))
117
118# [1.74.0](https://github.com/wmfs/statebox/compare/v1.73.0...v1.74.0) (2020-11-09)
119
120
121### ✨ Features
122
123* **instrinsic-functions:** States.Array ([d724019](https://github.com/wmfs/statebox/commit/d724019e48ae5cb0ff81ab3f32d040b9c4369594))
124* **instrinsics:** Start of States.Format function ([cb48f07](https://github.com/wmfs/statebox/commit/cb48f0711897cdf109824fbcbe2105ea6a9a66be))
125* **instrinsics:** States.JsonToString ([d84ddef](https://github.com/wmfs/statebox/commit/d84ddef4e4b5d502c5ea21fa3cf59bf60c0edbf7))
126* **instrinsics:** States.StringToJson ([ecb74fe](https://github.com/wmfs/statebox/commit/ecb74fea8c270f8e16dc1f6961e43ff95f1a9ca4))
127* **instrinsics:** States.StringToJson done ([f0fb332](https://github.com/wmfs/statebox/commit/f0fb332e3faa83dc996192f87c44d7bc4c3d3942))
128* **intrinsics:** States.Format error conditions ([7c735d5](https://github.com/wmfs/statebox/commit/7c735d565eb4a112d7ac3e1c8e93c12f911de741))
129* Argument parsing ([51d8710](https://github.com/wmfs/statebox/commit/51d8710ae72aa297fdf075c3c78c6ec7f3cf20ed))
130* More rigourous call checking ([76fcec2](https://github.com/wmfs/statebox/commit/76fcec2cef7e4c29cf1b123872d2d95f42fd917e))
131* Start on function argument parsing ([6af3243](https://github.com/wmfs/statebox/commit/6af32431a9aa68320c63f09e50bcc2b2ac2fa384))
132
133
134### 🐛 Bug Fixes
135
136* **input-path-handler:** Parse out and start to evaluate intrinsic functions ([f38f920](https://github.com/wmfs/statebox/commit/f38f920170bd670763cd760b4c25d266bbd627bd))
137* **input-path-handler:** Starting to extend tokeniser to handle instrinsics ([cec942b](https://github.com/wmfs/statebox/commit/cec942b30a2081aa0b18a6e8ea7beea3b680fbdf))
138* **input-path-handler:** tokenise functions with a single parameter ([99ccfbe](https://github.com/wmfs/statebox/commit/99ccfbeb29603f7df7003db217bdca847cbb48de))
139* **input-path-handler:** tokenise functions with multiple parameters ([b372981](https://github.com/wmfs/statebox/commit/b3729817d81de1ade255fa98047a49eb4e1ed2d6))
140* **instrinsics:** corrected string regex ([6e8eddb](https://github.com/wmfs/statebox/commit/6e8eddb3518296a20adef5739b45c91103a1323c))
141* **instrinsics:** Extend parameter parsing to evaluate path expressions ([7be262f](https://github.com/wmfs/statebox/commit/7be262ffda423654ffd26be3bb112135fdd67598))
142* **instrinsics:** Tweak instrinsic function rule, so they can appear in the parameter list ([502c150](https://github.com/wmfs/statebox/commit/502c15078a6511c9b64d202cc2edc97726b29c80))
143* **intrinsics:** Escape sequences in States.Format ([65335c4](https://github.com/wmfs/statebox/commit/65335c4fafdb1d595d505c2dd918d0d0dd611505))
144* **intrinsics:** JsonToString parameter validation ([e25c123](https://github.com/wmfs/statebox/commit/e25c12386b22f38e80724047eeb5806197b81548))
145* **intrinsics:** Tokenise strings with escape sequences correctly ([3fca040](https://github.com/wmfs/statebox/commit/3fca0405d51002c53e6c5cc92ec7b13437b11abf))
146* Format null values ([5916eb3](https://github.com/wmfs/statebox/commit/5916eb3199f4107abe879a39dcef48c55c0bc09e))
147* More work on argument parsing ([643ca39](https://github.com/wmfs/statebox/commit/643ca39110b874b2f02c792694c8d2e7540e1834))
148* Multiple substitutions, substitution at start and at end ([d059584](https://github.com/wmfs/statebox/commit/d0595845f57c77c8b7bd7d4daa831242d608ae92))
149* Parse multiple arguments separated by , ([2c892d4](https://github.com/wmfs/statebox/commit/2c892d4185a293278417be493b6e55034c734773))
150* Strip extraneous whitespace while tokenising arguments ([c75d406](https://github.com/wmfs/statebox/commit/c75d4066c0cbf117d08a59465605fe29ef7fc2d2))
151* **State.Format:** more wrong number of arguments tests ([f1419a2](https://github.com/wmfs/statebox/commit/f1419a2399d4331eb5fbd0982c959f3bd09035d3))
152* **States.Format:** validate number of arguments ([bc9e68f](https://github.com/wmfs/statebox/commit/bc9e68f5b0c3c2710d123672128bf52ea6b7045d))
153* Simple value substitution ([2d06029](https://github.com/wmfs/statebox/commit/2d0602928b5c6e6e33c298502f9c04eebe4143b0))
154
155
156### 🛠 Builds
157
158* **deps-dev:** bump codecov from 3.8.0 to 3.8.1 ([2560e3a](https://github.com/wmfs/statebox/commit/2560e3a5d2545577cf670b02568b56a048fbbbd6))
159* **deps-dev:** bump mocha from 8.2.0 to 8.2.1 ([2ac8e6e](https://github.com/wmfs/statebox/commit/2ac8e6e275ee877642d3833d076adbc31c6a533a))
160* **deps-dev:** bump semantic-release from 17.2.1 to 17.2.2 ([cbcc88f](https://github.com/wmfs/statebox/commit/cbcc88f0c8ba13b4ce8436d89e941d47b1807f4c))
161* **deps-dev:** bump standard from 15.0.1 to 16.0.0 ([d7bb9d5](https://github.com/wmfs/statebox/commit/d7bb9d5f15da4885c46fe054a69d0819b30f505a))
162* **deps-dev:** bump standard from 16.0.0 to 16.0.1 ([ad043ba](https://github.com/wmfs/statebox/commit/ad043ba92f43ca4e6a8ddccb4a85fb4eecda1dc2))
163
164
165### 📦 Code Refactoring
166
167* Changed intrinsic-function fixture name ([1930afb](https://github.com/wmfs/statebox/commit/1930afb81527d53930f6cb090495618a873becd6))
168* **input-path-handler:** Use tokenizr when evaluating Path expressions ([f7d227f](https://github.com/wmfs/statebox/commit/f7d227f1174d3dc9597b7be77262352dcc5934b1))
169* **input-path-selector:** Renamed ctx to input - matches spec text better ([fc3e681](https://github.com/wmfs/statebox/commit/fc3e68191ca360bdabe2644e137f6c3c5c9f9fd0))
170* **instrinsics:** Convert strings to values after tokenisation, instead of during ([16bc45f](https://github.com/wmfs/statebox/commit/16bc45f2a3da0df8316417bee207d143a20ea422))
171* **instrinsics:** jiggled test descriptions a little ([2fe5cdf](https://github.com/wmfs/statebox/commit/2fe5cdfe7ae80ba327da2d0c3f177101b8817f0b))
172* **intrinsics:** States.Format error handling ([c4d893a](https://github.com/wmfs/statebox/commit/c4d893a39c10920d1f4dd191ed8fc4e32e10bcd7))
173* **intrinsics:** StringToJson parameter validation ([b14391e](https://github.com/wmfs/statebox/commit/b14391e0f96b530eaf62811d2ae5ac75864630c3))
174* Hook States.Format implementation into input path handler ([944018b](https://github.com/wmfs/statebox/commit/944018b6945d4a4fe9da3eaf8f26ce1aaab1b20a))
175* Move instrinics subdirectory under state-types ([92207a6](https://github.com/wmfs/statebox/commit/92207a692ef68fba394d78090e364f6fa54943f2))
176
177
178### 🚨 Tests
179
180* **failing:** Nested instrinsic tokenising tests ([9103b64](https://github.com/wmfs/statebox/commit/9103b64d80b1d22abee7520c686ff5aa6cf2e0e4))
181* **failing:** Nested intrinsic function calls ([9eb38f4](https://github.com/wmfs/statebox/commit/9eb38f4406c9027a2d335583ad2053d706cd63b7))
182* **intrinsics:** Extra JsonToString state machine tests ([00a9f48](https://github.com/wmfs/statebox/commit/00a9f48fde41d514918430aa3da0cfaf5be00b04))
183* **intrinsics:** More State.Format tests ([41b1ca5](https://github.com/wmfs/statebox/commit/41b1ca5af17dc6727650ad48bc8159968abdc729))
184* **intrinsics:** States.Array state machine tests ([c374b5b](https://github.com/wmfs/statebox/commit/c374b5bd0c20741f4f293b899b04095366171836))
185* **intrinsics:** States.JsonToString state machine tests ([cbad475](https://github.com/wmfs/statebox/commit/cbad475d81d509aa18ccad961fcc115147dfc67b))
186* Combine instrinsics tests into a single test file ([a6106ae](https://github.com/wmfs/statebox/commit/a6106aed41878b14963f8797d9ce009f0ff2d07d))
187
188
189### 💎 Styles
190
191* Lint fix ([63b4ae4](https://github.com/wmfs/statebox/commit/63b4ae496e458653f8a3e380365ecdc35fe20d38))
192
193# [1.73.0](https://github.com/wmfs/statebox/compare/v1.72.0...v1.73.0) (2020-10-28)
194
195
196### ✨ Features
197
198* attempt at intrinsic functions in Parameters ([b4d68f3](https://github.com/wmfs/statebox/commit/b4d68f3d473c5422061f9acf3e8048dfa32e37f2))
199
200
201### 📦 Code Refactoring
202
203* check if expression is intrinsic function ([21b7c78](https://github.com/wmfs/statebox/commit/21b7c7873e0265a552739de6294fcb178d3f66ff))
204
205
206### 🚨 Tests
207
208* clearer test results ([7344d46](https://github.com/wmfs/statebox/commit/7344d466ecbe4fb8a62a42cb0147f31d97d19714))
209
210
211### 💎 Styles
212
213* standard fix ([9a7e097](https://github.com/wmfs/statebox/commit/9a7e097ae1052e208038b6ffe05b6eaf6e0a734d))
214
215# [1.72.0](https://github.com/wmfs/statebox/compare/v1.71.0...v1.72.0) (2020-10-28)
216
217
218### 🛠 Builds
219
220* **deps:** bump uuid from 7.0.3 to 8.3.1 ([9f0c463](https://github.com/wmfs/statebox/commit/9f0c463891361170bf55fb7b2823e6f69c81258b))
221* **deps-dev:** bump axios from 0.20.0 to 0.21.0 ([43c1bd7](https://github.com/wmfs/statebox/commit/43c1bd72ec726878dda2ee71b2793c47c4759572))
222* **deps-dev:** bump codecov from 3.7.2 to 3.8.0 ([52f0a89](https://github.com/wmfs/statebox/commit/52f0a89daabcf388784f07248edcfeec3100f1bd))
223* **deps-dev:** bump mocha from 8.1.3 to 8.2.0 ([b0406aa](https://github.com/wmfs/statebox/commit/b0406aaefc6f5289467cc71480c42843b4a38016))
224* **deps-dev:** bump semantic-release from 17.1.2 to 17.2.0 ([3826984](https://github.com/wmfs/statebox/commit/38269848a61ddc5c77fabe0eebc81af1d17f6c5b))
225* **deps-dev:** bump semantic-release from 17.2.0 to 17.2.1 ([60537b4](https://github.com/wmfs/statebox/commit/60537b41c3c0f410f4d2b20c95f6c81cb17ba91b))
226* **deps-dev:** bump standard from 14.3.4 to 15.0.0 ([9542616](https://github.com/wmfs/statebox/commit/95426164f691f9a8c8ebafaaf3242da11d7c17f1))
227* **dev-deps:** Bump standard from 15.0.0 → 15.0.1 ([04a40d4](https://github.com/wmfs/statebox/commit/04a40d4802face6fe88c8a01223dcb2fbfbf2a3d))
228
229
230### ⚙️ Continuous Integrations
231
232* **circle:** add parallelism for unit tests [ch2766] ([14316b8](https://github.com/wmfs/statebox/commit/14316b83d81aec9795f6829ebc916f7036735720))
233* **circle:** authenticate Docker image pull [ch2767] ([f99234d](https://github.com/wmfs/statebox/commit/f99234dedd079312a47db4844d260e4734a25045))
234* **circle:** cache dependencies [ch2770] ([8a6521c](https://github.com/wmfs/statebox/commit/8a6521c45ac30bbfe77eb9657537cbb2459857dc))
235* **circle:** separate linting job [ch1009] ([b79500e](https://github.com/wmfs/statebox/commit/b79500e26bfe0cc521ee2594f853607abfc78ca4))
236* **circle:** update build environment variable context name [ch2771] ([7f62f1d](https://github.com/wmfs/statebox/commit/7f62f1dd71821b4b02d407d99b58dab2e8a14458))
237
238# [1.71.0](https://github.com/wmfs/statebox/compare/v1.70.0...v1.71.0) (2020-09-28)
239
240
241### 🛠 Builds
242
243* **deps:** bump debug from 4.1.1 to 4.2.0 ([e578478](https://github.com/wmfs/statebox/commit/e578478c82523c49759f4013d7b1be44a845c88e))
244* **deps-dev:** bump cz-conventional-changelog from 3.2.0 to 3.2.1 ([f9f5ff8](https://github.com/wmfs/statebox/commit/f9f5ff8b36c3ab9cf4b15f317f7009919ef7a15a))
245* **deps-dev:** bump cz-conventional-changelog from 3.2.1 to 3.3.0 ([25c8719](https://github.com/wmfs/statebox/commit/25c8719e10cde369eb19b54d0fb772fe687d6f89))
246* **deps-dev:** bump mocha from 8.1.1 to 8.1.2 ([4151296](https://github.com/wmfs/statebox/commit/41512964d98652b915aa4f211bdd52b651ba42db))
247* **deps-dev:** bump mocha from 8.1.2 to 8.1.3 ([85191aa](https://github.com/wmfs/statebox/commit/85191aa51fea4bf61ac530d633a9f3a37f726d56))
248* **deps-dev:** bump semantic-release from 17.1.1 to 17.1.2 ([07c3d32](https://github.com/wmfs/statebox/commit/07c3d328265374926732c574c1b2897338bdfb64))
249
250# [1.70.0](https://github.com/wmfs/statebox/compare/v1.69.0...v1.70.0) (2020-08-24)
251
252
253### 🛠 Builds
254
255* **deps:** bump [@wmfs](https://github.com/wmfs)/asl-choice-processor from 1.15.0 to 1.16.0 ([69fcc28](https://github.com/wmfs/statebox/commit/69fcc28a1710bf4ae1cfc32cf361cecec8a07655))
256
257# [1.69.0](https://github.com/wmfs/statebox/compare/v1.68.0...v1.69.0) (2020-08-24)
258
259
260### 🛠 Builds
261
262* **deps:** bump luxon from 1.24.1 to 1.25.0 ([d2a8725](https://github.com/wmfs/statebox/commit/d2a87255e429625ef0dcecf15e2f9f17f09ee578))
263* **deps-dev:** bump axios from 0.19.2 to 0.20.0 ([41c7892](https://github.com/wmfs/statebox/commit/41c7892210ef55074bf9e28c1a5ca28071f0311e))
264
265# [1.68.0](https://github.com/wmfs/statebox/compare/v1.67.0...v1.68.0) (2020-08-17)
266
267
268### 🛠 Builds
269
270* **deps:** bump lodash from 4.17.19 to 4.17.20 ([32f79b2](https://github.com/wmfs/statebox/commit/32f79b247351cf30424385b458a30ecbbc6f40fa))
271* **deps-dev:** bump codecov from 3.7.0 to 3.7.1 ([f11b57b](https://github.com/wmfs/statebox/commit/f11b57b64c2cb76c0d32d090b24b8dd2b8469cd5))
272* **deps-dev:** bump codecov from 3.7.1 to 3.7.2 ([9f558b4](https://github.com/wmfs/statebox/commit/9f558b4ccb17b49609b7a5ef5051114bf51430f3))
273* **deps-dev:** bump mocha from 8.0.1 to 8.1.0 ([78c714a](https://github.com/wmfs/statebox/commit/78c714a3a10cd1f643c26e6851f372580c74b386))
274* **deps-dev:** bump mocha from 8.1.0 to 8.1.1 ([92d4c0b](https://github.com/wmfs/statebox/commit/92d4c0b44dd534c8c566f33f40bf4a6f149df844))
275
276
277### ⚙️ Continuous Integrations
278
279* **circle:** separate lint job [ch1009] ([c5e9a0a](https://github.com/wmfs/statebox/commit/c5e9a0a7046dd4fc2546299151430b99ad96ac24))
280
281# [1.67.0](https://github.com/wmfs/statebox/compare/v1.66.0...v1.67.0) (2020-07-16)
282
283
284### 🛠 Builds
285
286* **deps:** bump [@wmfs](https://github.com/wmfs)/asl-choice-processor from 1.14.0 to 1.15.0 ([6d31370](https://github.com/wmfs/statebox/commit/6d313705f3ac1dd9a9496a7e2246da1734676c8e))
287
288# [1.66.0](https://github.com/wmfs/statebox/compare/v1.65.0...v1.66.0) (2020-07-13)
289
290
291### 🛠 Builds
292
293* **deps:** bump lodash from 4.17.15 to 4.17.19 ([88f5b33](https://github.com/wmfs/statebox/commit/88f5b337fc29e901027735b39d1d2d236f446c7f))
294* **deps-dev:** bump codecov from 3.6.5 to 3.7.0 ([2427476](https://github.com/wmfs/statebox/commit/2427476cc36564c9b5a4b3bd71470d96646d4bea))
295* **deps-dev:** bump mocha from 7.1.2 to 7.2.0 ([37a89c4](https://github.com/wmfs/statebox/commit/37a89c4ca4627fac345bb2fc15cbc05d153b1762))
296* **deps-dev:** bump mocha from 7.2.0 to 8.0.1 ([0e57fde](https://github.com/wmfs/statebox/commit/0e57fde2d055ad6e6676139196033880ac6b6307))
297* **deps-dev:** bump nyc from 15.0.1 to 15.1.0 ([2d4916d](https://github.com/wmfs/statebox/commit/2d4916d36b7b4b3cd6491ced6b23c9e7646d486f))
298* **deps-dev:** bump semantic-release from 17.0.7 to 17.0.8 ([ebb4a4d](https://github.com/wmfs/statebox/commit/ebb4a4d6f8e4d1a2133eb1581cf62dc1ac896d78))
299* **deps-dev:** bump semantic-release from 17.0.8 to 17.1.0 ([ae6cd1d](https://github.com/wmfs/statebox/commit/ae6cd1d84b80b8c11ea15e6bd273cece1a4b8a3e))
300* **deps-dev:** bump semantic-release from 17.1.0 to 17.1.1 ([f0db8b7](https://github.com/wmfs/statebox/commit/f0db8b7aca286f4bbd63906ea33e308ea306f2bf))
301* **deps-dev:** bump standard from 14.3.3 to 14.3.4 ([399c7e6](https://github.com/wmfs/statebox/commit/399c7e6185074384968c905611a8a06829d6d024))
302
303
304### ⚙️ Continuous Integrations
305
306* **circle:** use updated circle node image [skip ci] ([ea69aa2](https://github.com/wmfs/statebox/commit/ea69aa21faeaf69884781917a4cbf62310bf4fe8))
307
308# [1.65.0](https://github.com/wmfs/statebox/compare/v1.64.2...v1.65.0) (2020-05-11)
309
310
311### 🛠 Builds
312
313* **deps:** bump luxon from 1.23.0 to 1.24.1 ([c922867](https://github.com/wmfs/statebox/commit/c9228674cab9e3a5cd5b04c47ed41ebdae76d359))
314* **deps-dev:** bump cz-conventional-changelog from 3.1.0 to 3.2.0 ([6d08614](https://github.com/wmfs/statebox/commit/6d08614575f4e5c100a0844f5f32375e05db464a))
315* **deps-dev:** bump mocha from 7.1.1 to 7.1.2 ([6aa478c](https://github.com/wmfs/statebox/commit/6aa478c441791a85fd9e4a817146f0d7de5b8e7b))
316* **deps-dev:** bump semantic-release from 17.0.6 to 17.0.7 ([5054eb1](https://github.com/wmfs/statebox/commit/5054eb144cf5ed2f639890c0e0fdfadc8cfef96a))
317
318## [1.64.2](https://github.com/wmfs/statebox/compare/v1.64.1...v1.64.2) (2020-04-21)
319
320
321### 🐛 Bug Fixes
322
323* Content.sendTaskHeartbeat should return the updated execution description. ([68bdef8](https://github.com/wmfs/statebox/commit/68bdef8d651c8b7a8f0558f089a3365754cfd583))
324* Rework StateMachine.runState to eliminate callback ([a9e2c07](https://github.com/wmfs/statebox/commit/a9e2c07f8703634ab1e305d800ace9a56e841793))
325
326
327### 📦 Code Refactoring
328
329* Can make statebox const rather than let ([ae23f0a](https://github.com/wmfs/statebox/commit/ae23f0a50a92d09cb3ae37302fe263be535b21c0))
330
331## [1.64.1](https://github.com/wmfs/statebox/compare/v1.64.0...v1.64.1) (2020-04-20)
332
333
334### 🐛 Bug Fixes
335
336* Don't pass callback parameter to init methods ([6a43356](https://github.com/wmfs/statebox/commit/6a43356564799dd50c61cba11fdad22e5bcfcf17))
337* Removed unimplemented statebox.listExecutions method ([e2f6395](https://github.com/wmfs/statebox/commit/e2f63955430d35f320b71a7a1c4bb0307694d973))
338* **deps:** Remove async dependency. Not used. ([3e30f54](https://github.com/wmfs/statebox/commit/3e30f547c5e55fd0ebe959fb2cd7f05a5471cccd))
339* **deps:** Removed unused deepmerge dependency ([289c785](https://github.com/wmfs/statebox/commit/289c78591cf94fc2d8b6e6441761aeee35b9c106))
340
341
342### 🛠 Builds
343
344* **deps-dev:** bump semantic-release from 17.0.4 to 17.0.5 ([1e2fd43](https://github.com/wmfs/statebox/commit/1e2fd4342968bf49ad4fbdacff9a8ef281848972))
345* **deps-dev:** bump semantic-release from 17.0.5 to 17.0.6 ([f8d3104](https://github.com/wmfs/statebox/commit/f8d3104470de7ce508fdbe791461f3b7de8245d2))
346
347
348### 📦 Code Refactoring
349
350* Use constant rather than literal ([0d420a4](https://github.com/wmfs/statebox/commit/0d420a4c470c203ec8ef370a84bf910155d9c30e))
351
352
353### 🚨 Tests
354
355* Align class names with state resource filenames ([3f746b1](https://github.com/wmfs/statebox/commit/3f746b19724cf828ebe932a79e7b4d246c43191f))
356* Remove redundant init methods from test state resources ([7d844de](https://github.com/wmfs/statebox/commit/7d844de931631ebc4ba5a91d12be045e57ecd4a4))
357
358# [1.64.0](https://github.com/wmfs/statebox/compare/v1.63.0...v1.64.0) (2020-04-05)
359
360
361### 🛠 Builds
362
363* **deps:** bump luxon from 1.22.2 to 1.23.0 ([85d7a1c](https://github.com/wmfs/statebox/commit/85d7a1c7b28138df9f6cc3a95b71af220f886709))
364* **deps-dev:** bump nyc from 15.0.0 to 15.0.1 ([ea1c6dd](https://github.com/wmfs/statebox/commit/ea1c6dd1f02250c63c56955b7c31aa9ed821fc9c))
365
366# [1.63.0](https://github.com/wmfs/statebox/compare/v1.62.0...v1.63.0) (2020-04-02)
367
368
369### 🛠 Builds
370
371* **deps:** bump uuid from 7.0.2 to 7.0.3 ([9049071](https://github.com/wmfs/statebox/commit/90490715379cf1ee87a860829bf6fb23ae72b3a9))
372
373
374### ⚙️ Continuous Integrations
375
376* **circle:** add context env var config to config.yml ([74067bd](https://github.com/wmfs/statebox/commit/74067bd55f1208d7400200b3b21f8eff0cdeb2ab))
377
378# [1.62.0](https://github.com/wmfs/statebox/compare/v1.61.1...v1.62.0) (2020-03-29)
379
380
381### ✨ Features
382
383* Add sendTaskLastHeartbeat ([09c9a7c](https://github.com/wmfs/statebox/commit/09c9a7c9e0fdd6541291fdd9cb6c272bcd4de804))
384
385
386### 🛠 Builds
387
388* **deps:** bump async from 3.1.1 to 3.2.0 ([393929c](https://github.com/wmfs/statebox/commit/393929cd1f5415eedbd14760c1768117bede42ee))
389* **deps:** bump boom from 7.3.0 to [@hapi](https://github.com/hapi)/boom 9.1.0 ([bd1c57d](https://github.com/wmfs/statebox/commit/bd1c57da4faab6608637bfb8e95115acc9e40a7f))
390* **deps:** bump luxon from 1.22.0 to 1.22.2 ([faf821b](https://github.com/wmfs/statebox/commit/faf821b4593e0f9d5091ce699bd4ac32f6be4660))
391* **deps:** bump uuid from 7.0.1 to 7.0.2 ([9e3e1a1](https://github.com/wmfs/statebox/commit/9e3e1a16fc3c1ce1424599a0397aacdb586b27ac))
392* **deps:** Remove request, replace with axios ([f6802ff](https://github.com/wmfs/statebox/commit/f6802ff6f7ed0d11ebd6027d8dd41d1c84115126))
393* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/changelog from 5.0.0 to 5.0.1 ([ca41284](https://github.com/wmfs/statebox/commit/ca412844f805e04e76ed784dff7256e7ff085c4e))
394* **deps-dev:** bump mocha from 7.1.0 to 7.1.1 ([95f6232](https://github.com/wmfs/statebox/commit/95f6232c1abd4b6a1d2db663571b22a216bd12df))
395* **deps-dev:** bump standard from 14.3.1 to 14.3.2 ([b5fe9d4](https://github.com/wmfs/statebox/commit/b5fe9d41172a27af2b628480d3f9d8ccf2862c58))
396* **deps-dev:** bump standard from 14.3.2 to 14.3.3 ([791dd9a](https://github.com/wmfs/statebox/commit/791dd9a90a48ece17ca5fda21f6e29ee7881eb28))
397
398## [1.61.1](https://github.com/wmfs/statebox/compare/v1.61.0...v1.61.1) (2020-03-09)
399
400
401### 🐛 Bug Fixes
402
403* Corrected uuid require for version 7.* ([5d134ae](https://github.com/wmfs/statebox/commit/5d134ae4d77fabee53ae46ec58caf0cf5fc7687f))
404
405
406### 🛠 Builds
407
408* **deps-dev:** bump conventional-changelog-metahub from 4.0.0 to 4.0.1 ([ec3ebbc](https://github.com/wmfs/statebox/commit/ec3ebbc58b56d5c7e55763d4eef87135f30fb6d9))
409* **deps-dev:** bump mocha from 7.0.1 to 7.1.0 ([8074214](https://github.com/wmfs/statebox/commit/80742141c37acb50f652c2895eec8491a73203b1))
410
411# [1.61.0](https://github.com/wmfs/statebox/compare/v1.60.0...v1.61.0) (2020-02-26)
412
413
414### 🛠 Builds
415
416* **deps:** bump uuid from 3.4.0 to 7.0.1 ([5fdd8bf](https://github.com/wmfs/statebox/commit/5fdd8bfc1b138be4229d8d91a58751105efa7149))
417* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/changelog from 3.0.6 to 5.0.0 ([15449aa](https://github.com/wmfs/statebox/commit/15449aaa7c615e6a092bd19a7ab25298327bf901))
418* **deps-dev:** bump [@semantic-release](https://github.com/semantic-release)/git from 7.0.18 to 9.0.0 ([15b18d0](https://github.com/wmfs/statebox/commit/15b18d0d73c66fc143ee98dfbe8d4b8a17e85cc4))
419* **deps-dev:** bump codecov from 3.6.2 to 3.6.3 ([d426fba](https://github.com/wmfs/statebox/commit/d426fbaaafce18875285a2a40639589d92071384))
420* **deps-dev:** bump codecov from 3.6.3 to 3.6.4 ([97a9066](https://github.com/wmfs/statebox/commit/97a906680d50983191f6eed30edb7273f15a90f5))
421* **deps-dev:** bump codecov from 3.6.4 to 3.6.5 ([8b4f5ff](https://github.com/wmfs/statebox/commit/8b4f5ff011b335645f796db32e7196f7215ba23f))
422* **deps-dev:** bump cz-conventional-changelog from 3.0.2 to 3.1.0 ([eac7b09](https://github.com/wmfs/statebox/commit/eac7b09009025a4b9d19414a75cafeb0741411e2))
423* **deps-dev:** bump request from 2.88.0 to 2.88.2 ([e5104dd](https://github.com/wmfs/statebox/commit/e5104dd23359eebcdc0252673d11923ce403e08a))
424* **deps-dev:** bump semantic-release from 15.14.0 to 17.0.4 ([7479e65](https://github.com/wmfs/statebox/commit/7479e65541e49fa283b70727f9d5a49ef83d0a08))
425
426# [1.60.0](https://github.com/wmfs/statebox/compare/v1.59.0...v1.60.0) (2020-01-27)
427
428
429### 🛠 Builds
430
431* **deps:** bump deepmerge from 3.3.0 to 4.2.2 ([76f358f](https://github.com/wmfs/statebox/commit/76f358fb8360fd70d54cddaf5501b0b9a378c493))
432
433# [1.59.0](https://github.com/wmfs/statebox/compare/v1.58.0...v1.59.0) (2020-01-27)
434
435
436### 🛠 Builds
437
438* **deps:** bump async from 3.1.0 to 3.1.1 ([f08f0a6](https://github.com/wmfs/statebox/commit/f08f0a6c383fab743ece4e1a35bf5773a79543d9))
439* **deps:** bump luxon from 1.21.3 to 1.22.0 ([6bd3d93](https://github.com/wmfs/statebox/commit/6bd3d93434f795ce7d7c2ace5500202995f4f5e4))
440* **deps-dev:** bump codecov from 3.6.1 to 3.6.2 ([7148545](https://github.com/wmfs/statebox/commit/714854504c6b674fd3a1be8e083288565e27bfd1))
441* **deps-dev:** bump mocha from 7.0.0 to 7.0.1 ([94234c4](https://github.com/wmfs/statebox/commit/94234c4f82153e62357aa1b034678a3fe4649ef9))
442* **deps-dev:** update standard requirement from 12.0.1 to 14.3.1 ([b2a6649](https://github.com/wmfs/statebox/commit/b2a6649f9c633f4ac571fc25642d141e6b91d20c))
443
444
445### 💎 Styles
446
447* Do not access Object.prototype method 'hasOwnProperty' from target object ([355175a](https://github.com/wmfs/statebox/commit/355175aa629cddc53481104d7e6b7714e65f028e))
448* standard --fix ([e03d74c](https://github.com/wmfs/statebox/commit/e03d74c3eb7940e802c00623e4293d21d0161142))
449
450# [1.58.0](https://github.com/wmfs/statebox/compare/v1.57.0...v1.58.0) (2020-01-22)
451
452
453### 🛠 Builds
454
455* **deps:** bump uuid from 3.3.3 to 3.4.0 ([4475c03](https://github.com/wmfs/statebox/commit/4475c0312ee3f360437a741e5c4efbe5f1843f7b))
456* **deps-dev:** bump conventional-changelog-metahub from 3.0.0 to 4.0.0 ([9b9c617](https://github.com/wmfs/statebox/commit/9b9c617a63bd697e399421a73854c961916a6433))
457
458# [1.57.0](https://github.com/wmfs/statebox/compare/v1.56.0...v1.57.0) (2020-01-08)
459
460
461### 🛠 Builds
462
463* **deps:** update uuid requirement from 3.3.2 to 3.3.3 ([97b65fc](https://github.com/wmfs/statebox/commit/97b65fcaf00261a24078d85a2f0628b758ca4702))
464
465# [1.56.0](https://github.com/wmfs/statebox/compare/v1.55.0...v1.56.0) (2020-01-07)
466
467
468### 🛠 Builds
469
470* **deps:** bump dottie from 2.0.1 to 2.0.2 ([b63be9c](https://github.com/wmfs/statebox/commit/b63be9cf65cff0747425020c6b055a34e034b447))
471
472# [1.55.0](https://github.com/wmfs/statebox/compare/v1.54.4...v1.55.0) (2020-01-07)
473
474
475### 🛠 Builds
476
477* **deps:** bump luxon from 1.16.0 to 1.21.3 ([83f0213](https://github.com/wmfs/statebox/commit/83f0213bd195ca166818e1d94c57faf72f4c7c0e))
478* **deps-dev:** add request dependency ([bae682f](https://github.com/wmfs/statebox/commit/bae682ff991c9a7ccc7fab88c18c0ea69313edca))
479* **deps-dev:** bump mocha from 6.2.2 to 7.0.0 ([6f7de71](https://github.com/wmfs/statebox/commit/6f7de71d9dbb5b2297be65a36de45e457d44f724))
480* **deps-dev:** bump packages ([2f6a9f5](https://github.com/wmfs/statebox/commit/2f6a9f5cf22d5139df3a85f5089ae7bb29950a62))
481
482## [1.54.4](https://github.com/wmfs/statebox/compare/v1.54.3...v1.54.4) (2019-11-14)
483
484
485### 🐛 Bug Fixes
486
487* Deep merge the update with existing context in setTaskHeartbeat ([](https://github.com/wmfs/statebox/commit/8972da5))
488
489## [1.54.3](https://github.com/wmfs/statebox/compare/v1.54.2...v1.54.3) (2019-11-07)
490
491
492### 🐛 Bug Fixes
493
494* Fix sendTaskHeartbeat so it respects resultPath and outputPath. ([](https://github.com/wmfs/statebox/commit/c958a5c))
495
496## [1.54.2](https://github.com/wmfs/statebox/compare/v1.54.1...v1.54.2) (2019-11-07)
497
498
499### 🐛 Bug Fixes
500
501* Signal COMPLETED properly from failed executions. ([](https://github.com/wmfs/statebox/commit/625ca2b))
502
503## [1.54.1](https://github.com/wmfs/statebox/compare/v1.54.0...v1.54.1) (2019-11-07)
504
505
506### 🐛 Bug Fixes
507
508* Don't explode if we ask for a non-existant execution description ([](https://github.com/wmfs/statebox/commit/c6af563))
509
510
511### 🛠 Builds
512
513* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement ([](https://github.com/wmfs/statebox/commit/c39d673))
514* **deps-dev:** update cz-conventional-changelog requirement ([](https://github.com/wmfs/statebox/commit/12957b2))
515* **deps-dev:** update mocha requirement from 6.1.4 to 6.2.0 ([](https://github.com/wmfs/statebox/commit/9967e58))
516* **deps-dev:** update semantic-release requirement ([](https://github.com/wmfs/statebox/commit/48c248c))
517
518# [1.54.0](https://github.com/wmfs/statebox/compare/v1.53.0...v1.54.0) (2019-09-09)
519
520
521### 🛠 Builds
522
523* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([2e7d775](https://github.com/wmfs/statebox/commit/2e7d775))
524
525# [1.53.0](https://github.com/wmfs/statebox/compare/v1.52.0...v1.53.0) (2019-09-09)
526
527
528### 🛠 Builds
529
530* **deps:** update lodash requirement from 4.17.14 to 4.17.15 ([340c77f](https://github.com/wmfs/statebox/commit/340c77f))
531
532# [1.52.0](https://github.com/wmfs/statebox/compare/v1.51.0...v1.52.0) (2019-07-11)
533
534
535### 🛠 Builds
536
537* **deps:** update lodash requirement from 4.17.11 to 4.17.14 ([7566571](https://github.com/wmfs/statebox/commit/7566571))
538* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([7d11f6f](https://github.com/wmfs/statebox/commit/7d11f6f))
539* **deps-dev:** update nyc requirement from 13.2.0 to 14.1.1 ([7c433c7](https://github.com/wmfs/statebox/commit/7c433c7))
540* **deps-dev:** update semantic-release requirement ([e0b2754](https://github.com/wmfs/statebox/commit/e0b2754))
541
542
543### 📚 Documentation
544
545* Add CircleCI badge ([cda57d2](https://github.com/wmfs/statebox/commit/cda57d2))
546
547
548### ⚙️ Continuous Integrations
549
550* **circle:** Add CircleCI config ([8eff1ac](https://github.com/wmfs/statebox/commit/8eff1ac))
551* **travis:** Remove Travis config ([0febd00](https://github.com/wmfs/statebox/commit/0febd00))
552
553# [1.51.0](https://github.com/wmfs/statebox/compare/v1.50.0...v1.51.0) (2019-06-27)
554
555
556### 🛠 Builds
557
558* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([76886be](https://github.com/wmfs/statebox/commit/76886be))
559
560# [1.50.0](https://github.com/wmfs/statebox/compare/v1.49.0...v1.50.0) (2019-06-26)
561
562
563### 🛠 Builds
564
565* **deps:** update async requirement from 2.6.1 to 3.1.0 ([d2f981c](https://github.com/wmfs/statebox/commit/d2f981c))
566* **deps:** update deepmerge requirement from 3.1.0 to 3.3.0 ([03cd25d](https://github.com/wmfs/statebox/commit/03cd25d))
567* **deps:** update jsonpath requirement from 1.0.0 to 1.0.2 ([83a098a](https://github.com/wmfs/statebox/commit/83a098a))
568* **deps:** update luxon requirement from 1.11.1 to 1.16.0 ([39e85c9](https://github.com/wmfs/statebox/commit/39e85c9))
569* **deps-dev:** update mocha requirement from 5.2.0 to 6.1.4 ([55af55f](https://github.com/wmfs/statebox/commit/55af55f))
570* **deps-dev:** update request-promise-native requirement ([91ec293](https://github.com/wmfs/statebox/commit/91ec293))
571* **deps-dev:** update semantic-release requirement ([5949955](https://github.com/wmfs/statebox/commit/5949955))
572
573# [1.49.0](https://github.com/wmfs/statebox/compare/v1.48.1...v1.49.0) (2019-04-03)
574
575
576### ✨ Features
577
578* try adding indexes to executions model ([9aceceb](https://github.com/wmfs/statebox/commit/9aceceb))
579
580## [1.48.1](https://github.com/wmfs/statebox/compare/v1.48.0...v1.48.1) (2019-03-28)
581
582
583### 🐛 Bug Fixes
584
585* When a statemachine completes we always want to fire any callback ([0f97a08](https://github.com/wmfs/statebox/commit/0f97a08))
586
587# [1.48.0](https://github.com/wmfs/statebox/compare/v1.47.3...v1.48.0) (2019-03-27)
588
589
590### ✨ Features
591
592* expose canBeStartedOffline property in statebox ([edeeb05](https://github.com/wmfs/statebox/commit/edeeb05))
593
594## [1.47.3](https://github.com/wmfs/statebox/compare/v1.47.2...v1.47.3) (2019-03-21)
595
596
597### 🐛 Bug Fixes
598
599* Don't fail if a parameter extracted value path doesn't match. ([8cfde9f](https://github.com/wmfs/statebox/commit/8cfde9f))
600
601## [1.47.2](https://github.com/wmfs/statebox/compare/v1.47.1...v1.47.2) (2019-03-21)
602
603
604### 🐛 Bug Fixes
605
606* revert logs as the issue is not here ([a6731c9](https://github.com/wmfs/statebox/commit/a6731c9))
607
608## [1.47.1](https://github.com/wmfs/statebox/compare/v1.47.0...v1.47.1) (2019-03-21)
609
610
611### 🐛 Bug Fixes
612
613* added a console log for checking something on dev ([b6f17b5](https://github.com/wmfs/statebox/commit/b6f17b5))
614
615# [1.47.0](https://github.com/wmfs/statebox/compare/v1.46.0...v1.47.0) (2019-03-20)
616
617
618### ✨ Features
619
620* ModuleResources no longer need to take a callback, and maybe async. ([1f79e18](https://github.com/wmfs/statebox/commit/1f79e18))
621
622# [1.46.0](https://github.com/wmfs/statebox/compare/v1.45.0...v1.46.0) (2019-03-19)
623
624
625### ✨ Features
626
627* include instigatorsGroup, if instigators has user ([36f27a1](https://github.com/wmfs/statebox/commit/36f27a1))
628
629
630### ⚙️ Continuous Integrations
631
632* Update travis.yml ([528fc78](https://github.com/wmfs/statebox/commit/528fc78))
633
634# [1.45.0](https://github.com/wmfs/statebox/compare/v1.44.2...v1.45.0) (2019-02-08)
635
636
637### 🛠 Builds
638
639* **deps:** update debug requirement from 4.1.0 to 4.1.1 ([109ce1b](https://github.com/wmfs/statebox/commit/109ce1b))
640* **deps:** update deepmerge requirement from 3.0.0 to 3.1.0 ([a89f407](https://github.com/wmfs/statebox/commit/a89f407))
641* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement ([0495115](https://github.com/wmfs/statebox/commit/0495115))
642* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([1dd5230](https://github.com/wmfs/statebox/commit/1dd5230))
643* **deps-dev:** update semantic-release requirement ([6256e70](https://github.com/wmfs/statebox/commit/6256e70))
644
645
646### ♻️ Chores
647
648* **deps:** update luxon requirement from 1.8.2 to 1.11.1 ([5f02149](https://github.com/wmfs/statebox/commit/5f02149))
649* **deps-dev:** update nyc requirement from 13.1.0 to 13.2.0 ([f4fc98a](https://github.com/wmfs/statebox/commit/f4fc98a))
650
651## [1.44.2](https://github.com/wmfs/statebox/compare/v1.44.1...v1.44.2) (2019-02-08)
652
653
654### 🐛 Bug Fixes
655
656* Tightened up resource resolver error message ([d677c58](https://github.com/wmfs/statebox/commit/d677c58))
657
658
659### 📦 Code Refactoring
660
661* Stripped out unneeded code in Wait state ([deb855c](https://github.com/wmfs/statebox/commit/deb855c))
662
663
664### 🚨 Tests
665
666* Couple of tests covering resource resolver error cases ([b3403d5](https://github.com/wmfs/statebox/commit/b3403d5))
667* ErrorState method tests ([36fa5fd](https://github.com/wmfs/statebox/commit/36fa5fd))
668
669## [1.44.1](https://github.com/wmfs/statebox/compare/v1.44.0...v1.44.1) (2019-01-26)
670
671
672### 🐛 Bug Fixes
673
674* Removed Statebox.validateStateMachineDefinition ([8a497d3](https://github.com/wmfs/statebox/commit/8a497d3))
675
676
677### 📦 Code Refactoring
678
679* Name tweaks ([89d6beb](https://github.com/wmfs/statebox/commit/89d6beb))
680* State Machine helpers to we make one call not two, and don't fish around inside StateMachi ([278aaf5](https://github.com/wmfs/statebox/commit/278aaf5))
681
682# [1.44.0](https://github.com/wmfs/statebox/compare/v1.43.0...v1.44.0) (2019-01-26)
683
684
685### ✨ Features
686
687* Added Statebox.registerResourceResolver ([212f952](https://github.com/wmfs/statebox/commit/212f952))
688
689
690### 📦 Code Refactoring
691
692* Move resource resolution and ModuleResource into resources/ and out of Task completely ([7c38d3c](https://github.com/wmfs/statebox/commit/7c38d3c))
693* Pop Modules off by themselves ([e8fc5f1](https://github.com/wmfs/statebox/commit/e8fc5f1))
694* Pull all the module initialisation stuff out into a helper class ([4b907a0](https://github.com/wmfs/statebox/commit/4b907a0))
695* Pull resource resolution out of the Task constructor ([7aff1a1](https://github.com/wmfs/statebox/commit/7aff1a1))
696* Pulled module resolution out of resolve, paving way for additional resource resolvers ([9a0147f](https://github.com/wmfs/statebox/commit/9a0147f))
697
698# [1.43.0](https://github.com/wmfs/statebox/compare/v1.42.0...v1.43.0) (2019-01-25)
699
700
701### ✨ Features
702
703* Initial Parameters implementation ([35fc6d5](https://github.com/wmfs/statebox/commit/35fc6d5))
704* Parameter implementation, including reference path evaluation and field replacement ([9e51a67](https://github.com/wmfs/statebox/commit/9e51a67))
705* Raise States.ParameterPathFailure if JSONPath returns no Extracted Value ([53b49fe](https://github.com/wmfs/statebox/commit/53b49fe))
706
707
708### 🐛 Bug Fixes
709
710* Parameters Extracted Value can be multi-valued arrays, as well as atomic values. ([1cd1d6c](https://github.com/wmfs/statebox/commit/1cd1d6c))
711* Use States.TaskFailed instead of literal ([ccd71f1](https://github.com/wmfs/statebox/commit/ccd71f1))
712
713
714### 📦 Code Refactoring
715
716* Pull out error states. ([915f339](https://github.com/wmfs/statebox/commit/915f339))
717* Simplify PathHandler import ([5567ac9](https://github.com/wmfs/statebox/commit/5567ac9))
718* Split input/result/output path handlers out from Base-state ([54a09b0](https://github.com/wmfs/statebox/commit/54a09b0))
719* Tidy up Task.Context.resolveInputPaths ([f9b7c47](https://github.com/wmfs/statebox/commit/f9b7c47))
720* Use ErrorStates instead of literals. ([3de299a](https://github.com/wmfs/statebox/commit/3de299a))
721
722
723### 📚 Documentation
724
725* Update README to reference statelint. ([26bdbe5](https://github.com/wmfs/statebox/commit/26bdbe5))
726
727
728### 🚨 Tests
729
730* Initial tests for Parameters field ([478342f](https://github.com/wmfs/statebox/commit/478342f))
731* Tests for Parameters with reference path evaluation ([5cf87b2](https://github.com/wmfs/statebox/commit/5cf87b2))
732
733
734### 💎 Styles
735
736* Lint fixes ([fdb6caf](https://github.com/wmfs/statebox/commit/fdb6caf))
737
738# [1.42.0](https://github.com/wmfs/statebox/compare/v1.41.0...v1.42.0) (2019-01-17)
739
740
741### ✨ Features
742
743* Expose findModuleByName method. ([0acc380](https://github.com/wmfs/statebox/commit/0acc380))
744
745
746### 🛠 Builds
747
748* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([b06db72](https://github.com/wmfs/statebox/commit/b06db72))
749* **deps-dev:** update semantic-release requirement ([79c6183](https://github.com/wmfs/statebox/commit/79c6183))
750
751
752### 📦 Code Refactoring
753
754* in deserialise(), surround JSON.parse in try/catch in case the incoming ctx/executionOptions are strings ([3ea2de5](https://github.com/wmfs/statebox/commit/3ea2de5))
755
756# [1.41.0](https://github.com/wmfs/statebox/compare/v1.40.0...v1.41.0) (2018-12-19)
757
758
759### ✨ Features
760
761* Parallel State works as per spec ([3554a27](https://github.com/wmfs/statebox/commit/3554a27))
762
763
764### 🐛 Bug Fixes
765
766* Correct implementation of failed branch handling ([3919a95](https://github.com/wmfs/statebox/commit/3919a95))
767* Handle Catch in Parallel branches properly. ([ebd3e75](https://github.com/wmfs/statebox/commit/ebd3e75))
768* Set Task Context stateMachineMeta ([1c95c7d](https://github.com/wmfs/statebox/commit/1c95c7d))
769* Strip out ParallelBranchTracker and fold into Base-state ([32a08c0](https://github.com/wmfs/statebox/commit/32a08c0))
770* Use per-branch parallel context ([48d767c](https://github.com/wmfs/statebox/commit/48d767c))
771* When a Parallel branch completes, run processTaskSuccess on the correct object ([c5c58d9](https://github.com/wmfs/statebox/commit/c5c58d9))
772
773
774### 🛠 Builds
775
776* **deps:** update boom requirement from 7.2.2 to 7.3.0 ([f8cff0a](https://github.com/wmfs/statebox/commit/f8cff0a))
777* **deps:** update deepmerge requirement from 2.2.1 to 3.0.0 ([ae08ba8](https://github.com/wmfs/statebox/commit/ae08ba8))
778* **deps:** update luxon requirement from 1.8.1 to 1.8.2 ([2f464a0](https://github.com/wmfs/statebox/commit/2f464a0))
779* **deps-dev:** update semantic-release requirement ([201d426](https://github.com/wmfs/statebox/commit/201d426))
780
781
782### 📦 Code Refactoring
783
784* Use const for number of state machines we run in the parallel tests ([af4b8c3](https://github.com/wmfs/statebox/commit/af4b8c3))
785
786
787### 🚨 Tests
788
789* Add FunWithMath test ([cfde7d7](https://github.com/wmfs/statebox/commit/cfde7d7))
790* Additional Parallel state tests with various levels of nesting. ([168ebbe](https://github.com/wmfs/statebox/commit/168ebbe))
791* Extra parallel state machine with failing branches tests ([f85cfa7](https://github.com/wmfs/statebox/commit/f85cfa7))
792* Remove some console.log output ([5965907](https://github.com/wmfs/statebox/commit/5965907))
793* Removed more console.log noise ([18e9e81](https://github.com/wmfs/statebox/commit/18e9e81))
794* Tests covering input and result path for Parallel states ([176f2d1](https://github.com/wmfs/statebox/commit/176f2d1))
795
796
797### ♻️ Chores
798
799* **release:** 1.37.2 [skip ci] ([ef61846](https://github.com/wmfs/statebox/commit/ef61846))
800* **release:** 1.37.3 [skip ci] ([1bac62c](https://github.com/wmfs/statebox/commit/1bac62c))
801* **release:** 1.38.0 [skip ci] ([9ef4715](https://github.com/wmfs/statebox/commit/9ef4715))
802* **release:** 1.39.0 [skip ci] ([ce6b51c](https://github.com/wmfs/statebox/commit/ce6b51c))
803
804# [1.40.0](https://github.com/wmfs/statebox/compare/v1.39.1...v1.40.0) (2018-12-11)
805
806
807### 🐛 Bug Fixes
808
809* Pull in asl-choice-processor update so Choice doesn't explode on empty input. ([ee2d80d](https://github.com/wmfs/statebox/commit/ee2d80d))
810
811
812### 🛠 Builds
813
814* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([2fea4fe](https://github.com/wmfs/statebox/commit/2fea4fe))
815
816## [1.39.1](https://github.com/wmfs/statebox/compare/v1.39.0...v1.39.1) (2018-12-11)
817
818
819### 🐛 Bug Fixes
820
821* When nothing matches in a Choice state, return a States.NoChoiceMatched error ([ab4a0b9](https://github.com/wmfs/statebox/commit/ab4a0b9))
822
823
824### 🚨 Tests
825
826* Remove duplicate fail state tests ([da119d3](https://github.com/wmfs/statebox/commit/da119d3))
827
828# [1.39.0](https://github.com/wmfs/statebox/compare/v1.38.0...v1.39.0) (2018-12-06)
829
830
831### 🛠 Builds
832
833* **deps:** update deepmerge requirement from 2.2.1 to 3.0.0 ([b9de373](https://github.com/wmfs/statebox/commit/b9de373))
834
835# [1.38.0](https://github.com/wmfs/statebox/compare/v1.37.3...v1.38.0) (2018-12-06)
836
837
838### 🛠 Builds
839
840* **deps:** update boom requirement from 7.2.2 to 7.3.0 ([fc0246a](https://github.com/wmfs/statebox/commit/fc0246a))
841* **deps:** update luxon requirement from 1.8.1 to 1.8.2 ([19db482](https://github.com/wmfs/statebox/commit/19db482))
842* **deps-dev:** update semantic-release requirement ([930f7a6](https://github.com/wmfs/statebox/commit/930f7a6))
843
844## [1.37.3](https://github.com/wmfs/statebox/compare/v1.37.2...v1.37.3) (2018-12-06)
845
846
847### 🐛 Bug Fixes
848
849* Set Task Context stateMachineMeta ([237716b](https://github.com/wmfs/statebox/commit/237716b))
850
851## [1.37.2](https://github.com/wmfs/statebox/compare/v1.37.1...v1.37.2) (2018-12-04)
852
853
854### 🐛 Bug Fixes
855
856* Return executionDescription back out of setTaskFailure ([e765f13](https://github.com/wmfs/statebox/commit/e765f13))
857* Round-trip errors through the Dao correctly. ([5c1c8c5](https://github.com/wmfs/statebox/commit/5c1c8c5))
858
859
860### 📦 Code Refactoring
861
862* convertJsonpathToDottie is always called with a valid jsonpath, and never supplied with a ([93f2aee](https://github.com/wmfs/statebox/commit/93f2aee))
863* Simplified implementation to avoid slicing strings multiple times ([d1044b0](https://github.com/wmfs/statebox/commit/d1044b0))
864
865
866### 🚨 Tests
867
868* Check for not existing rather than undefined ([04ec24a](https://github.com/wmfs/statebox/commit/04ec24a))
869* Move Fail State test into it's own file ([e7a3a09](https://github.com/wmfs/statebox/commit/e7a3a09))
870* Pulled Wait State tests out into their own file ([b4029ab](https://github.com/wmfs/statebox/commit/b4029ab))
871
872
873### 💎 Styles
874
875* standard.js fixes ([a62c51d](https://github.com/wmfs/statebox/commit/a62c51d))
876
877## [1.37.1](https://github.com/wmfs/statebox/compare/v1.37.0...v1.37.1) (2018-12-04)
878
879
880### 🐛 Bug Fixes
881
882* Propogate promise out of Task.processState so we can await of revivication ([0142233](https://github.com/wmfs/statebox/commit/0142233))
883
884
885### 📦 Code Refactoring
886
887* Switch out a couple of start up tests for before() { ... } ([eb52187](https://github.com/wmfs/statebox/commit/eb52187))
888* use before instead of tests ([6df08f3](https://github.com/wmfs/statebox/commit/6df08f3))
889* **test:** use before/after instead of tests ([eacb606](https://github.com/wmfs/statebox/commit/eacb606))
890* **test:** user before instead of setup tests ([bfd88dd](https://github.com/wmfs/statebox/commit/bfd88dd))
891
892
893### 🚨 Tests
894
895* Move Parallel State tests into separate file ([84e2ad1](https://github.com/wmfs/statebox/commit/84e2ad1))
896* Move Wait State tests into their own file ([da5b83e](https://github.com/wmfs/statebox/commit/da5b83e))
897* Pull Fail state out into own test file ([f8fc0c7](https://github.com/wmfs/statebox/commit/f8fc0c7))
898* Test with PGStorageService if available ([62a4b8b](https://github.com/wmfs/statebox/commit/62a4b8b))
899
900# [1.37.0](https://github.com/wmfs/statebox/compare/v1.36.0...v1.37.0) (2018-11-27)
901
902
903### 🛠 Builds
904
905* **deps:** update luxon requirement from 1.8.0 to 1.8.1 ([fcd80b4](https://github.com/wmfs/statebox/commit/fcd80b4))
906* **deps-dev:** update semantic-release requirement ([2cfe4cb](https://github.com/wmfs/statebox/commit/2cfe4cb))
907
908# [1.36.0](https://github.com/wmfs/statebox/compare/v1.35.0...v1.36.0) (2018-11-23)
909
910
911### 🛠 Builds
912
913* **deps:** update luxon requirement from 1.7.1 to 1.8.0 ([679ae32](https://github.com/wmfs/statebox/commit/679ae32))
914* **deps-dev:** update semantic-release requirement ([e21415d](https://github.com/wmfs/statebox/commit/e21415d))
915
916# [1.35.0](https://github.com/wmfs/statebox/compare/v1.34.3...v1.35.0) (2018-11-17)
917
918
919### 🛠 Builds
920
921* **deps:** update luxon requirement from 1.6.2 to 1.7.1 ([355bb56](https://github.com/wmfs/statebox/commit/355bb56))
922
923## [1.34.3](https://github.com/wmfs/statebox/compare/v1.34.2...v1.34.3) (2018-11-15)
924
925
926### 🐛 Bug Fixes
927
928* pass the state machine title out on list ([aa07c74](https://github.com/wmfs/statebox/commit/aa07c74))
929
930
931### 🛠 Builds
932
933* **deps-dev:** update semantic-release requirement ([dd6c84c](https://github.com/wmfs/statebox/commit/dd6c84c))
934
935## [1.34.2](https://github.com/wmfs/statebox/compare/v1.34.1...v1.34.2) (2018-11-14)
936
937
938### 🐛 Bug Fixes
939
940* return more data on list state machines, as it was before ([049794c](https://github.com/wmfs/statebox/commit/049794c))
941
942
943### 🛠 Builds
944
945* **deps-dev:** update semantic-release requirement ([8910bff](https://github.com/wmfs/statebox/commit/8910bff))
946
947## [1.34.1](https://github.com/wmfs/statebox/compare/v1.34.0...v1.34.1) (2018-11-12)
948
949
950### 🐛 Bug Fixes
951
952* **listStateMachines returns name, description:** Rather than direct access to the whole state machi ([276286c](https://github.com/wmfs/statebox/commit/276286c))
953* Added listModuleResources, providing the names of the available resources ([1fa9df4](https://github.com/wmfs/statebox/commit/1fa9df4))
954
955# [1.34.0](https://github.com/wmfs/statebox/compare/v1.33.0...v1.34.0) (2018-11-10)
956
957
958### 🛠 Builds
959
960* **deps:** update luxon requirement from 1.6.1 to 1.6.2 ([3590bfb](https://github.com/wmfs/statebox/commit/3590bfb))
961
962# [1.33.0](https://github.com/wmfs/statebox/compare/v1.32.0...v1.33.0) (2018-11-10)
963
964
965### 🛠 Builds
966
967* **deps:** update luxon requirement from 1.6.0 to 1.6.1 ([5f7019c](https://github.com/wmfs/statebox/commit/5f7019c))
968
969# [1.32.0](https://github.com/wmfs/statebox/compare/v1.31.0...v1.32.0) (2018-11-10)
970
971
972### 🛠 Builds
973
974* **deps:** update luxon requirement from 1.5.0 to 1.6.0 ([6309ecc](https://github.com/wmfs/statebox/commit/6309ecc))
975* **deps-dev:** update semantic-release requirement ([110837a](https://github.com/wmfs/statebox/commit/110837a))
976
977# [1.31.0](https://github.com/wmfs/statebox/compare/v1.30.0...v1.31.0) (2018-11-04)
978
979
980### 🛠 Builds
981
982* **deps:** update luxon requirement from 1.4.6 to 1.5.0 ([1630405](https://github.com/wmfs/statebox/commit/1630405))
983
984# [1.30.0](https://github.com/wmfs/statebox/compare/v1.29.0...v1.30.0) (2018-11-03)
985
986
987### 🛠 Builds
988
989* **deps:** update luxon requirement from 1.4.5 to 1.4.6 ([6d15874](https://github.com/wmfs/statebox/commit/6d15874))
990
991# [1.29.0](https://github.com/wmfs/statebox/compare/v1.28.0...v1.29.0) (2018-11-03)
992
993
994### 🛠 Builds
995
996* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([62e65e2](https://github.com/wmfs/statebox/commit/62e65e2))
997
998# [1.28.0](https://github.com/wmfs/statebox/compare/v1.27.0...v1.28.0) (2018-11-03)
999
1000
1001### 🛠 Builds
1002
1003* **deps:** update boom requirement from 7.2.1 to 7.2.2 ([d46cde8](https://github.com/wmfs/statebox/commit/d46cde8))
1004* **deps-dev:** update semantic-release requirement ([cd7da7f](https://github.com/wmfs/statebox/commit/cd7da7f))
1005
1006# [1.27.0](https://github.com/wmfs/statebox/compare/v1.26.0...v1.27.0) (2018-11-01)
1007
1008
1009### 🛠 Builds
1010
1011* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([0af404d](https://github.com/wmfs/statebox/commit/0af404d))
1012
1013# [1.26.0](https://github.com/wmfs/statebox/compare/v1.25.0...v1.26.0) (2018-11-01)
1014
1015
1016### 🛠 Builds
1017
1018* **deps:** update boom requirement from 7.2.0 to 7.2.1 ([a69fe59](https://github.com/wmfs/statebox/commit/a69fe59))
1019
1020# [1.25.0](https://github.com/wmfs/statebox.git/compare/v1.24.0...v1.25.0) (2018-10-31)
1021
1022
1023### 🛠 Builds
1024
1025* **deps:** update luxon requirement from 1.4.4 to 1.4.5 ([46930df](https://github.com/wmfs/statebox.git/commit/46930df))
1026* **deps-dev:** update semantic-release requirement ([8fb3564](https://github.com/wmfs/statebox.git/commit/8fb3564))
1027
1028# [1.24.0](https://github.com/wmfs/statebox/compare/v1.23.1...v1.24.0) (2018-10-23)
1029
1030
1031### 🛠 Builds
1032
1033* **deps:** update dottie requirement from 2.0.0 to 2.0.1 ([4ca1490](https://github.com/wmfs/statebox/commit/4ca1490))
1034* **deps-dev:** update semantic-release requirement ([2b34863](https://github.com/wmfs/statebox/commit/2b34863))
1035* **deps-dev:** update semantic-release requirement ([5f1fe12](https://github.com/wmfs/statebox/commit/5f1fe12))
1036
1037
1038### 🚨 Tests
1039
1040* Pull Choice Tests out into their own file ([76e832a](https://github.com/wmfs/statebox/commit/76e832a))
1041
1042## [1.23.1](https://github.com/wmfs/statebox/compare/v1.23.0...v1.23.1) (2018-10-19)
1043
1044
1045### 🐛 Bug Fixes
1046
1047* Ensure Succeed states end the state machine ([92fb5b5](https://github.com/wmfs/statebox/commit/92fb5b5))
1048* InputPath is applied to all state types. ([2b9eab6](https://github.com/wmfs/statebox/commit/2b9eab6))
1049* OutputPath is applied to all state types ([d87dc11](https://github.com/wmfs/statebox/commit/d87dc11))
1050
1051
1052### 📦 Code Refactoring
1053
1054* Reordered BaseState methods. Moved updateCurrentStateName into Choice. ([b33f03e](https://github.com/wmfs/statebox/commit/b33f03e))
1055
1056
1057### 🚨 Tests
1058
1059* Commented out test cases which capture Spec behaviour we don't currently support. ([1fad6c0](https://github.com/wmfs/statebox/commit/1fad6c0))
1060* Succeed State tests ([f5011c8](https://github.com/wmfs/statebox/commit/f5011c8))
1061
1062# [1.23.0](https://github.com/wmfs/statebox/compare/v1.22.0...v1.23.0) (2018-10-19)
1063
1064
1065### 🛠 Builds
1066
1067* **deps:** update luxon requirement from 1.4.3 to 1.4.4 ([fa431b4](https://github.com/wmfs/statebox/commit/fa431b4))
1068
1069# [1.22.0](https://github.com/wmfs/statebox/compare/v1.21.0...v1.22.0) (2018-10-19)
1070
1071
1072### ✨ Features
1073
1074* Choice state respects InputPath. Support InputPath === null in Choice and Task. ([640f7cf](https://github.com/wmfs/statebox/commit/640f7cf))
1075* Implement Wait with SecondsPath, Timestamp, and TimestampPath ([784cf18](https://github.com/wmfs/statebox/commit/784cf18))
1076
1077
1078### 🐛 Bug Fixes
1079
1080* Default options to {}, so new Statebox() works ([527f79b](https://github.com/wmfs/statebox/commit/527f79b))
1081* Further work on InputPath and ResultPath behaviour ([42d6f83](https://github.com/wmfs/statebox/commit/42d6f83))
1082* Handle ResultPath === null correctly ([865a75d](https://github.com/wmfs/statebox/commit/865a75d))
1083* Wait state properly applies InputPath ([4595da9](https://github.com/wmfs/statebox/commit/4595da9))
1084
1085
1086### 🛠 Builds
1087
1088* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement ([eea1a9b](https://github.com/wmfs/statebox/commit/eea1a9b))
1089* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([237936e](https://github.com/wmfs/statebox/commit/237936e))
1090* **deps-dev:** update express requirement from 4.16.3 to 4.16.4 ([f7b997b](https://github.com/wmfs/statebox/commit/f7b997b))
1091* **deps-dev:** update nyc requirement from 13.0.1 to 13.1.0 ([0931951](https://github.com/wmfs/statebox/commit/0931951))
1092* **deps-dev:** update semantic-release requirement ([7cc7d5d](https://github.com/wmfs/statebox/commit/7cc7d5d))
1093
1094
1095### 📚 Documentation
1096
1097* **README:** Add logo to README ([f9d1398](https://github.com/wmfs/statebox/commit/f9d1398))
1098
1099
1100### 🚨 Tests
1101
1102* Better Top-level test names ([a13819f](https://github.com/wmfs/statebox/commit/a13819f))
1103* Commented out test cases which capture Spec behaviour we don't currently support. ([d170cfc](https://github.com/wmfs/statebox/commit/d170cfc))
1104* Correct test now wait tests aren't using module:hello ([e5cb7c7](https://github.com/wmfs/statebox/commit/e5cb7c7))
1105* Ensure statebox is properly initialised ([3fec7a8](https://github.com/wmfs/statebox/commit/3fec7a8))
1106* Move tests of core states out into separate test file ([dabe237](https://github.com/wmfs/statebox/commit/dabe237))
1107* Remove restrictions element from all state machine fixtures ([dda54c2](https://github.com/wmfs/statebox/commit/dda54c2))
1108* Reorder state tests to match the state type order in the spec ([5f20452](https://github.com/wmfs/statebox/commit/5f20452))
1109* Split Pass tests out into a separate file ([8e115f4](https://github.com/wmfs/statebox/commit/8e115f4))
1110* Test Pass with all combinations of Result and ResultPath ([a155bb3](https://github.com/wmfs/statebox/commit/a155bb3))
1111* Test Wait with timestamp in the past, or with -ve SecondsPath value ([1a8b656](https://github.com/wmfs/statebox/commit/1a8b656))
1112
1113
1114### 💎 Styles
1115
1116* standard.js fixes ([9152da3](https://github.com/wmfs/statebox/commit/9152da3))
1117* Standards fix ([6cb5a39](https://github.com/wmfs/statebox/commit/6cb5a39))
1118
1119# [1.21.0](https://github.com/wmfs/statebox/compare/v1.20.0...v1.21.0) (2018-10-08)
1120
1121
1122### 🛠 Builds
1123
1124* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([cb8f0c0](https://github.com/wmfs/statebox/commit/cb8f0c0))
1125
1126# [1.20.0](https://github.com/wmfs/statebox/compare/v1.19.0...v1.20.0) (2018-10-08)
1127
1128
1129### 🛠 Builds
1130
1131* **deps:** update debug requirement from 4.0.1 to 4.1.0 ([9b3c05e](https://github.com/wmfs/statebox/commit/9b3c05e))
1132* **deps-dev:** update semantic-release requirement ([74e2f23](https://github.com/wmfs/statebox/commit/74e2f23))
1133
1134# [1.19.0](https://github.com/wmfs/statebox/compare/v1.18.0...v1.19.0) (2018-10-03)
1135
1136
1137### 🛠 Builds
1138
1139* **deps:** update deepmerge requirement from 2.2.0 to 2.2.1 ([b592292](https://github.com/wmfs/statebox/commit/b592292))
1140
1141# [1.18.0](https://github.com/wmfs/statebox/compare/v1.17.0...v1.18.0) (2018-10-03)
1142
1143
1144### 🛠 Builds
1145
1146* **deps:** update deepmerge requirement from 2.1.1 to 2.2.0 ([2fdf054](https://github.com/wmfs/statebox/commit/2fdf054))
1147* **deps-dev:** update chai requirement from 4.1.2 to 4.2.0 ([cf9a8ab](https://github.com/wmfs/statebox/commit/cf9a8ab))
1148
1149# [1.17.0](https://github.com/wmfs/statebox/compare/v1.16.0...v1.17.0) (2018-09-26)
1150
1151
1152### ✨ Features
1153
1154* Complete Succeed state implmentation ([59f14c5](https://github.com/wmfs/statebox/commit/59f14c5))
1155
1156
1157### 💎 Styles
1158
1159* Standards fix ([df7c60b](https://github.com/wmfs/statebox/commit/df7c60b))
1160
1161# [1.16.0](https://github.com/wmfs/statebox/compare/v1.15.0...v1.16.0) (2018-09-25)
1162
1163
1164### ✨ Features
1165
1166* **$browser!:** Switch from process.nextTick to Promise.resolve().then ... ([0b974b4](https://github.com/wmfs/statebox/commit/0b974b4))
1167
1168
1169### 🐛 Bug Fixes
1170
1171* **Memory-dao:** Remove unused getBranchSummary method ([c582019](https://github.com/wmfs/statebox/commit/c582019))
1172
1173
1174### 🛠 Builds
1175
1176* **deps-dev:** update semantic-release requirement ([c755da4](https://github.com/wmfs/statebox/commit/c755da4))
1177
1178# [1.15.0](https://github.com/wmfs/statebox/compare/v1.14.0...v1.15.0) (2018-09-12)
1179
1180
1181### 🛠 Builds
1182
1183* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([e51639f](https://github.com/wmfs/statebox/commit/e51639f))
1184
1185# [1.14.0](https://github.com/wmfs/statebox/compare/v1.13.0...v1.14.0) (2018-09-12)
1186
1187
1188### 🛠 Builds
1189
1190* **deps:** update lodash requirement from 4.17.10 to 4.17.11 ([178b8e6](https://github.com/wmfs/statebox/commit/178b8e6))
1191
1192# [1.13.0](https://github.com/wmfs/statebox/compare/v1.12.0...v1.13.0) (2018-09-12)
1193
1194
1195### ✨ Features
1196
1197* Improve sendTaskFailure handling ([30e730a](https://github.com/wmfs/statebox/commit/30e730a))
1198
1199
1200### 🛠 Builds
1201
1202* **deps-dev:** update semantic-release requirement ([623c8ef](https://github.com/wmfs/statebox/commit/623c8ef))
1203
1204
1205### 💎 Styles
1206
1207* Flipped order of failExecution parameters so they are more natural ([c48bb19](https://github.com/wmfs/statebox/commit/c48bb19))
1208
1209# [1.12.0](https://github.com/wmfs/statebox/compare/v1.11.0...v1.12.0) (2018-09-11)
1210
1211
1212### 🛠 Builds
1213
1214* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([824c3a8](https://github.com/wmfs/statebox/commit/824c3a8))
1215
1216# [1.11.0](https://github.com/wmfs/statebox/compare/v1.10.0...v1.11.0) (2018-09-11)
1217
1218
1219### 🛠 Builds
1220
1221* **deps:** update debug requirement from 4.0.0 to 4.0.1 ([6362485](https://github.com/wmfs/statebox/commit/6362485))
1222* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([ea378cd](https://github.com/wmfs/statebox/commit/ea378cd))
1223
1224# [1.10.0](https://github.com/wmfs/statebox/compare/v1.9.0...v1.10.0) (2018-09-11)
1225
1226
1227### 🛠 Builds
1228
1229* **deps:** update debug requirement from 3.2.3 to 4.0.0 ([423df72](https://github.com/wmfs/statebox/commit/423df72))
1230
1231# [1.9.0](https://github.com/wmfs/statebox/compare/v1.8.0...v1.9.0) (2018-09-11)
1232
1233
1234### 🛠 Builds
1235
1236* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([6b46aac](https://github.com/wmfs/statebox/commit/6b46aac))
1237* **deps:** update debug requirement from 3.2.1 to 3.2.3 ([3e4a22a](https://github.com/wmfs/statebox/commit/3e4a22a))
1238
1239# [1.8.0](https://github.com/wmfs/statebox/compare/v1.7.0...v1.8.0) (2018-09-11)
1240
1241
1242### 🛠 Builds
1243
1244* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement ([5f0a9d0](https://github.com/wmfs/statebox/commit/5f0a9d0))
1245
1246# [1.7.0](https://github.com/wmfs/statebox/compare/v1.6.0...v1.7.0) (2018-09-11)
1247
1248
1249### 🛠 Builds
1250
1251* **deps:** update debug requirement from 3.1.0 to 3.2.1 ([72652f8](https://github.com/wmfs/statebox/commit/72652f8))
1252
1253# [1.6.0](https://github.com/wmfs/statebox/compare/v1.5.0...v1.6.0) (2018-09-10)
1254
1255
1256### ✨ Features
1257
1258* Added error details onto executionOptions so they get persisted to storage ([c100290](https://github.com/wmfs/statebox/commit/c100290))
1259
1260# [1.5.0](https://github.com/wmfs/statebox/compare/v1.4.1...v1.5.0) (2018-09-10)
1261
1262
1263### ✨ Features
1264
1265* Add sendTaskRevivifaction method to restart failed state machines ([afc3e09](https://github.com/wmfs/statebox/commit/afc3e09))
1266
1267
1268### 🐛 Bug Fixes
1269
1270* Added some console logging to context.sendTaskFailure ([7f51266](https://github.com/wmfs/statebox/commit/7f51266))
1271
1272
1273### 🛠 Builds
1274
1275* **deps-dev:** update codecov requirement from 3.0.4 to 3.1.0 ([3c4d8d8](https://github.com/wmfs/statebox/commit/3c4d8d8))
1276* **deps-dev:** update semantic-release requirement ([da0f6d5](https://github.com/wmfs/statebox/commit/da0f6d5))
1277* **deps-dev:** update semantic-release requirement ([731db75](https://github.com/wmfs/statebox/commit/731db75))
1278
1279
1280### 🚨 Tests
1281
1282* corrected test and standards fixes ([4ae1f3d](https://github.com/wmfs/statebox/commit/4ae1f3d))
1283
1284## [1.4.1](https://github.com/wmfs/statebox/compare/v1.4.0...v1.4.1) (2018-09-04)
1285
1286
1287### 🐛 Bug Fixes
1288
1289* Beef up is object check to avoid trying work with a null ([fd60fa1](https://github.com/wmfs/statebox/commit/fd60fa1))
1290
1291# [1.4.0](https://github.com/wmfs/statebox/compare/v1.3.2...v1.4.0) (2018-09-03)
1292
1293
1294### ✨ Features
1295
1296* CreateStateMachines returns a promise, rather than taking a callback ([af6a8e3](https://github.com/wmfs/statebox/commit/af6a8e3))
1297
1298
1299### 🐛 Bug Fixes
1300
1301* Reinstated stateMachineMeta ([c43c10a](https://github.com/wmfs/statebox/commit/c43c10a))
1302
1303
1304### 🛠 Builds
1305
1306* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement from 7.0.1 to 7.0.2 ([85e551b](https://github.com/wmfs/statebox/commit/85e551b))
1307* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement from 7.0.2 to 7.0.3 ([6fbd188](https://github.com/wmfs/statebox/commit/6fbd188))
1308* **deps-dev:** update nyc requirement from 12.0.2 to 13.0.1 ([414cba4](https://github.com/wmfs/statebox/commit/414cba4))
1309* **deps-dev:** update semantic-release requirement from 15.9.11 to 15.9.12 ([cd3f927](https://github.com/wmfs/statebox/commit/cd3f927))
1310* **deps-dev:** update semantic-release requirement from 15.9.3 to 15.9.5 ([a2ea09c](https://github.com/wmfs/statebox/commit/a2ea09c))
1311* **deps-dev:** update semantic-release requirement from 15.9.5 to 15.9.6 ([f968e4d](https://github.com/wmfs/statebox/commit/f968e4d))
1312* **deps-dev:** update semantic-release requirement from 15.9.6 to 15.9.7 ([accea41](https://github.com/wmfs/statebox/commit/accea41))
1313* **deps-dev:** update semantic-release requirement from 15.9.7 to 15.9.8 ([e1fd725](https://github.com/wmfs/statebox/commit/e1fd725))
1314* **deps-dev:** update semantic-release requirement from 15.9.8 to 15.9.9 ([84cfe20](https://github.com/wmfs/statebox/commit/84cfe20))
1315* **deps-dev:** update semantic-release requirement from 15.9.9 to 15.9.11 ([3d9246c](https://github.com/wmfs/statebox/commit/3d9246c))
1316* **deps-dev:** update semantic-release requirement to 15.9.2 ([8432701](https://github.com/wmfs/statebox/commit/8432701))
1317* **deps-dev:** update semantic-release requirement to 15.9.3 ([5879742](https://github.com/wmfs/statebox/commit/5879742))
1318* **deps-dev:** update standard requirement from 11.0.1 to 12.0.1 ([1412ff3](https://github.com/wmfs/statebox/commit/1412ff3))
1319
1320
1321### 📦 Code Refactoring
1322
1323* findStates uses native JavaScript methods rather than lodash ([38bd1f9](https://github.com/wmfs/statebox/commit/38bd1f9))
1324* Not being invoked with callback parameters, so take out all the dead code that handles tha ([c3411bd](https://github.com/wmfs/statebox/commit/c3411bd))
1325* Pulled parseStateMachines out of createStateMachine ([3cda783](https://github.com/wmfs/statebox/commit/3cda783))
1326* Remote stateMachineMeta as a parameter to CreateStateMachine ([893ec7f](https://github.com/wmfs/statebox/commit/893ec7f))
1327* Remove stateMachineMeta as a parameter to StateMachine.init ([64e2fa2](https://github.com/wmfs/statebox/commit/64e2fa2))
1328* Reworked index.js so it no longer needs lodash ([c3fd879](https://github.com/wmfs/statebox/commit/c3fd879))
1329
1330
1331### 🚨 Tests
1332
1333* Correct paths so we can pick up MemoryModel and MemoryStorageService if available. ([7369072](https://github.com/wmfs/statebox/commit/7369072))
1334
1335
1336### ♻️ Chores
1337
1338* codecov 3.0.3 -> 3.0.4 ([b22f596](https://github.com/wmfs/statebox/commit/b22f596))
1339
1340
1341### 💎 Styles
1342
1343* Standards fix ([ff0312d](https://github.com/wmfs/statebox/commit/ff0312d))
1344
1345## [1.3.2](https://github.com/wmfs/statebox/compare/v1.3.1...v1.3.2) (2018-07-30)
1346
1347
1348### 🐛 Bug Fixes
1349
1350* Parallel States and aggregated results Issue [#20](https://github.com/wmfs/statebox/issues/20) ([f31b19a](https://github.com/wmfs/statebox/commit/f31b19a))
1351
1352
1353### 🛠 Builds
1354
1355* **deps-dev:** update semantic-release requirement to 15.9.1 ([fc37ddd](https://github.com/wmfs/statebox/commit/fc37ddd))
1356
1357
1358### 📦 Code Refactoring
1359
1360* Remove log ([b17eb0f](https://github.com/wmfs/statebox/commit/b17eb0f))
1361
1362## [1.3.1](https://github.com/wmfs/statebox/compare/v1.3.0...v1.3.1) (2018-07-26)
1363
1364
1365### 🐛 Bug Fixes
1366
1367* Issue [#20](https://github.com/wmfs/statebox/issues/20): Parallel States and aggregated results ([97dab42](https://github.com/wmfs/statebox/commit/97dab42))
1368
1369# [1.3.0](https://github.com/wmfs/statebox/compare/v1.2.1...v1.3.0) (2018-07-19)
1370
1371
1372### 🛠 Builds
1373
1374* **deps:** update [@wmfs](https://github.com/wmfs)/asl-choice-processor requirement to 1.2.0 ([867b6d4](https://github.com/wmfs/statebox/commit/867b6d4))
1375* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement to 2.1.2 ([ae7526f](https://github.com/wmfs/statebox/commit/ae7526f))
1376* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/changelog requirement to 3.0.0 ([e64b4ac](https://github.com/wmfs/statebox/commit/e64b4ac))
1377* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 6.0.2 ([52ddf3e](https://github.com/wmfs/statebox/commit/52ddf3e))
1378* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 7.0.0 ([c3b7283](https://github.com/wmfs/statebox/commit/c3b7283))
1379* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement to 7.0.1 ([465f0a5](https://github.com/wmfs/statebox/commit/465f0a5))
1380* **deps-dev:** update semantic-release requirement to 15.7.2 ([a1f0071](https://github.com/wmfs/statebox/commit/a1f0071))
1381* **deps-dev:** update semantic-release requirement to 15.8.0 ([78ff6b3](https://github.com/wmfs/statebox/commit/78ff6b3))
1382* **deps-dev:** update semantic-release requirement to 15.8.1 ([1396ba9](https://github.com/wmfs/statebox/commit/1396ba9))
1383
1384
1385### ⚙️ Continuous Integrations
1386
1387* remove deps-dev scoping release ([cc90cf3](https://github.com/wmfs/statebox/commit/cc90cf3))
1388
1389
1390### 💎 Styles
1391
1392* remove comma ([895186c](https://github.com/wmfs/statebox/commit/895186c))