UNPKG

132 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [12.1.5](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.1.4...v12.1.5) (2021-05-01)
6
7### [12.1.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.1.3...v12.1.4) (2021-05-01)
8
9### [12.1.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.1.2...v12.1.3) (2021-02-05)
10
11### [12.1.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.1.1...v12.1.2) (2021-01-02)
12
13
14### Bug Fixes
15
16* getBmiInfo test fix ([9c39b3b](https://bitbucket.org/sustain-hawaii/heal-common/commit/9c39b3b7621279d718fd23c2e531684f5c1a8d95))
17* remove Kinvey-related functions ([9966bf4](https://bitbucket.org/sustain-hawaii/heal-common/commit/9966bf4fa586c6402a6b02fde8e81b3ac2cb9db7))
18
19### [12.1.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.1.0...v12.1.1) (2020-04-01)
20
21
22### Bug Fixes
23
24* update dependents ([ecdd6b6](https://bitbucket.org/sustain-hawaii/heal-common/commit/ecdd6b6beeb13293c52bd2ac61a8b3fa1ca3efb6))
25
26## [12.1.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v12.0.0...v12.1.0) (2020-04-01)
27
28
29### Features
30
31* getMomentUtcFromNeo4jTemporalInstant ([275f5bf](https://bitbucket.org/sustain-hawaii/heal-common/commit/275f5bfcf124b9ed39655a6d8e6d97b26eb9bf54))
32* util/object utils ([ce636c8](https://bitbucket.org/sustain-hawaii/heal-common/commit/ce636c8780916fd5e975d3666d2f02c33e197588))
33* util/object utils ([fa20231](https://bitbucket.org/sustain-hawaii/heal-common/commit/fa202316c42a658e0817e25748574c8159b83cde))
34* util/object utils ([f9527e9](https://bitbucket.org/sustain-hawaii/heal-common/commit/f9527e93e73382f78b5dd8e3f9a9463843023bb4))
35
36
37### Bug Fixes
38
39* allow dot-notation for GraphDb.execute options.property ([97545c3](https://bitbucket.org/sustain-hawaii/heal-common/commit/97545c3877505c1985736f1610962071a32d45ac))
40* don't use arrow funcs for static methods ([60c4a93](https://bitbucket.org/sustain-hawaii/heal-common/commit/60c4a938852705b04aac9cb008b3c1f530fc2b18))
41* don't use arrow funcs for static methods ([11e0680](https://bitbucket.org/sustain-hawaii/heal-common/commit/11e068018fb3400c453799caa7ba3d38864b6f7a))
42* update dependents ([2c5e47a](https://bitbucket.org/sustain-hawaii/heal-common/commit/2c5e47a4708a167c86fea6b65aa8ad3d687aec50))
43* util/string test ([18fca2f](https://bitbucket.org/sustain-hawaii/heal-common/commit/18fca2f56eb7f3f8ddd27f28cfc3e87fb0b5b8d4))
44
45## [12.0.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.2.2...v12.0.0) (2020-03-28)
46
47
48### ⚠ BREAKING CHANGES
49
50* setPreSaveData renamed to setPreHookData; getPreSaveData renamed to getPreHookData
51
52* refactor ([f9e29e5](https://bitbucket.org/sustain-hawaii/heal-common/commit/f9e29e50faa49789adbe2c10460c7976a258f41a))
53
54### [11.2.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.2.1...v11.2.2) (2020-03-28)
55
56### [11.2.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.2.0...v11.2.1) (2020-03-28)
57
58
59### Bug Fixes
60
61* getTempObjectStore ([5982849](https://bitbucket.org/sustain-hawaii/heal-common/commit/598284991f02faab3fb596a1ed5cc05b928fb347))
62
63## [11.2.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.1.1...v11.2.0) (2020-03-27)
64
65
66### Features
67
68* getWaistToHeightRatio ([9d2457f](https://bitbucket.org/sustain-hawaii/heal-common/commit/9d2457fd348faf09bab7320d3356d3d753e56694))
69
70### [11.1.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.1.0...v11.1.1) (2020-03-26)
71
72
73### Bug Fixes
74
75* getBmiInfo, getBMI ([1d03515](https://bitbucket.org/sustain-hawaii/heal-common/commit/1d035157701d95a1a5ff4d0fafff16c19c1838cc))
76
77## [11.1.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.0.1...v11.1.0) (2020-03-26)
78
79
80### Features
81
82* getBmiInfo, getBMI ([0b7e314](https://bitbucket.org/sustain-hawaii/heal-common/commit/0b7e314f816cfd0bbf4703df677a8020b429df70))
83
84### [11.0.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v11.0.0...v11.0.1) (2020-03-26)
85
86## [11.0.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.13.3...v11.0.0) (2020-03-26)
87
88
89### ⚠ BREAKING CHANGES
90
91* instead of returning just oldData object, returns oldData object plus reqBody object with a parent object
92
93### Features
94
95* getPreSaveData: retrieve both oldData and reqBody in a parent object ([a492905](https://bitbucket.org/sustain-hawaii/heal-common/commit/a49290528dfa0e8f650df29dd2147550282f4b85))
96* getTempObjectStore ([9b2fbd3](https://bitbucket.org/sustain-hawaii/heal-common/commit/9b2fbd3f82a3deb6debf79e37545008ce36b028b))
97* setPreSaveData: store both the oldData and the reqBody in the temp object store ([8b0bac0](https://bitbucket.org/sustain-hawaii/heal-common/commit/8b0bac0d3ebaa74140bbaec4a1d7bd11c69d48dc))
98
99### [10.13.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.13.2...v10.13.3) (2020-03-23)
100
101### [10.13.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.13.1...v10.13.2) (2020-03-22)
102
103### [10.13.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.13.0...v10.13.1) (2020-03-22)
104
105
106### Bug Fixes
107
108* use lodash.cloneDeep ([ce387f3](https://bitbucket.org/sustain-hawaii/heal-common/commit/ce387f3aeb62746c275c3e15a26f122f44c1fb11))
109
110## [10.13.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.12.4...v10.13.0) (2020-03-22)
111
112
113### Features
114
115* allow deep object paths in setLowercaseFields ([fc6e1ba](https://bitbucket.org/sustain-hawaii/heal-common/commit/fc6e1bac545c127a7ccd53614899d1317c9f5521))
116
117### [10.12.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.12.3...v10.12.4) (2020-03-20)
118
119
120### Bug Fixes
121
122* add debug param to UserApiCreds.set, .get funcs ([ba26c7c](https://bitbucket.org/sustain-hawaii/heal-common/commit/ba26c7c4f1375e356b1a78e2ae1315587868d5e4))
123
124### [10.12.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.12.2...v10.12.3) (2020-03-18)
125
126
127### Bug Fixes
128
129* getNowUtcIso ([bd07722](https://bitbucket.org/sustain-hawaii/heal-common/commit/bd077221ea5ee17c651caf27abf05ce3ec62b3be))
130
131### [10.12.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.12.1...v10.12.2) (2020-03-16)
132
133
134### Bug Fixes
135
136* getNowUtcIso ([d8b1c4b](https://bitbucket.org/sustain-hawaii/heal-common/commit/d8b1c4bca46d7a9bd5f56c787ed65c6e149ff963))
137
138### [10.12.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.12.0...v10.12.1) (2020-03-16)
139
140## [10.12.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.16...v10.12.0) (2020-03-16)
141
142
143### Features
144
145* getNowUtcIso ([e2c49cf](https://bitbucket.org/sustain-hawaii/heal-common/commit/e2c49cf2849b5aaebef32f221d5a2c521540b77a))
146
147### [10.11.16](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.15...v10.11.16) (2020-03-09)
148
149
150### Bug Fixes
151
152* use APP_ENV instead of NODE_ENV for neo4j vars ([a6a27fc](https://bitbucket.org/sustain-hawaii/heal-common/commit/a6a27fcaf42368f0204bb5e17eda6bf382fe9048))
153
154### [10.11.15](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.14...v10.11.15) (2020-02-29)
155
156### [10.11.14](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.13...v10.11.14) (2020-02-29)
157
158
159### Bug Fixes
160
161* support custom log-level for neo4j ([c82bd16](https://bitbucket.org/sustain-hawaii/heal-common/commit/c82bd167af1bc23485906b695754e23d64fd6200))
162
163### [10.11.13](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.12...v10.11.13) (2020-02-23)
164
165
166### Bug Fixes
167
168* revert to neo4j-driver 1.7.6 to see if fixes GrapheneDb connection ([e2ea582](https://bitbucket.org/sustain-hawaii/heal-common/commit/e2ea582d52a2e6c426ba7205dc28af98a8d07f91))
169
170### [10.11.12](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.11...v10.11.12) (2020-02-23)
171
172
173### Bug Fixes
174
175* revert to neo4j-driver 1.7.6 to see if fixes GrapheneDb connection ([c2b3f6b](https://bitbucket.org/sustain-hawaii/heal-common/commit/c2b3f6bbed512edebdeeb9a6318dac93b1ce85ff))
176
177### [10.11.11](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.10...v10.11.11) (2020-02-23)
178
179
180### Bug Fixes
181
182* revert to neo4j-driver 1.7.6 to see if fixes GrapheneDb connection ([4079a84](https://bitbucket.org/sustain-hawaii/heal-common/commit/4079a847581d077b7ef5dde368e5f038185888c6))
183
184### [10.11.10](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.9...v10.11.10) (2020-02-22)
185
186
187### Bug Fixes
188
189* set logLevel to debug for neo4j staging ([92a73dd](https://bitbucket.org/sustain-hawaii/heal-common/commit/92a73dd369a5561d4a46c232d268d119929803ae))
190* use env vars for neo4j url, username, password ([9e43245](https://bitbucket.org/sustain-hawaii/heal-common/commit/9e4324509b7f21ceb8244ad2d4cd8491731fd489))
191* use env vars for neo4j url, username, password ([a900cc5](https://bitbucket.org/sustain-hawaii/heal-common/commit/a900cc5995ab627c49d7e3d26e8baa0480a6ff8c))
192
193### [10.11.9](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.8...v10.11.9) (2020-02-20)
194
195### [10.11.8](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.7...v10.11.8) (2020-02-20)
196
197### [10.11.7](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.6...v10.11.7) (2020-02-20)
198
199### [10.11.6](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.5...v10.11.6) (2020-02-20)
200
201### [10.11.5](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.4...v10.11.5) (2020-02-20)
202
203
204### Bug Fixes
205
206* use "|||" to join GraphDb.getQueryDetails query ([9996b3b](https://bitbucket.org/sustain-hawaii/heal-common/commit/9996b3b49426ac3389898579a5b71cfc20d0136b))
207
208### [10.11.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.3...v10.11.4) (2020-02-18)
209
210
211### Bug Fixes
212
213* use 127.0.0.1 for bolt connection on dev ([d65831f](https://bitbucket.org/sustain-hawaii/heal-common/commit/d65831fb5c44d4b9ce50b9d6f87bee2f5806c7c9))
214
215### [10.11.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.2...v10.11.3) (2020-02-15)
216
217
218### Bug Fixes
219
220* format query for debugging using \n to denote line breaks ([68f9313](https://bitbucket.org/sustain-hawaii/heal-common/commit/68f9313d552df27f418a6af6bdb5b8aa985e62c8))
221
222### [10.11.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.1...v10.11.2) (2020-02-14)
223
224
225### Bug Fixes
226
227* update error handling of Email.sendTemplateEmail ([1760f56](https://bitbucket.org/sustain-hawaii/heal-common/commit/1760f5633429003218986d4301e85dd51ba0c0a6))
228
229### [10.11.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.11.0...v10.11.1) (2020-02-14)
230
231## [10.11.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.16...v10.11.0) (2020-02-14)
232
233
234### Features
235
236* export appConfig ([8a47981](https://bitbucket.org/sustain-hawaii/heal-common/commit/8a47981d1463a31f6e760e111ba30077222c2ad6))
237
238### [10.10.16](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.15...v10.10.16) (2020-02-13)
239
240### [10.10.15](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.14...v10.10.15) (2020-02-13)
241
242
243### Bug Fixes
244
245* set neo4j log-level to 'warn' on development because of lack of RAM? ([bdf4da4](https://bitbucket.org/sustain-hawaii/heal-common/commit/bdf4da4c6d82444ea99d81133a1ffbaaf17bd2a5))
246
247### [10.10.14](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.13...v10.10.14) (2020-02-11)
248
249### [10.10.13](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.12...v10.10.13) (2020-02-11)
250
251
252### Bug Fixes
253
254* set correct neo4j log levels for each env ([622c948](https://bitbucket.org/sustain-hawaii/heal-common/commit/622c9482d6542e03f7a8c4027e9fbaf86b040f44))
255
256### [10.10.12](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.11...v10.10.12) (2020-02-11)
257
258
259### Bug Fixes
260
261* setting of neo4j config based on env variables ([26c2371](https://bitbucket.org/sustain-hawaii/heal-common/commit/26c2371d631df86440f4764b97774c7df120611d))
262
263### [10.10.11](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.10...v10.10.11) (2020-02-11)
264
265
266### Bug Fixes
267
268* use APP_ENV instead of NODE_ENV to determine deployment ([44af109](https://bitbucket.org/sustain-hawaii/heal-common/commit/44af1091918aa6bcc99a3b5a5d30fd8a85ba4839))
269
270### [10.10.10](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.9...v10.10.10) (2020-02-11)
271
272### [10.10.9](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.8...v10.10.9) (2020-02-10)
273
274### [10.10.8](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.7...v10.10.8) (2020-02-10)
275
276
277### Bug Fixes
278
279* set correct password for neo4j staging ([c286eab](https://bitbucket.org/sustain-hawaii/heal-common/commit/c286eabe4866c14b1616d243c36f704e9b694062))
280* set default log-level for neo4j to 'debug' ([0752d5f](https://bitbucket.org/sustain-hawaii/heal-common/commit/0752d5f9080c8fe4ed50ab925d5a29f7c056bfa6))
281* support custom neo4j driver configs from appConfig ([72b426f](https://bitbucket.org/sustain-hawaii/heal-common/commit/72b426f5f9a7af45d7a462685b19a9b548f7f619))
282
283### [10.10.7](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.6...v10.10.7) (2020-02-10)
284
285### [10.10.6](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.5...v10.10.6) (2020-02-10)
286
287
288### Bug Fixes
289
290* set username, password for staging neo4j ([9a543b3](https://bitbucket.org/sustain-hawaii/heal-common/commit/9a543b3da95bfc1660dd29b4b8dbb23bdcd95d78))
291
292### [10.10.5](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.4...v10.10.5) (2020-02-10)
293
294### [10.10.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.3...v10.10.4) (2020-02-10)
295
296
297### Bug Fixes
298
299* use neo4j on iMac on staging ([1503677](https://bitbucket.org/sustain-hawaii/heal-common/commit/1503677f635ba6626a1688005c329a84b07a4a3a))
300
301### [10.10.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.2...v10.10.3) (2020-02-10)
302
303
304### Bug Fixes
305
306* use neo4j on iMac on staging ([7b3f46c](https://bitbucket.org/sustain-hawaii/heal-common/commit/7b3f46c36d6181737e2beef72192605f60d81825))
307
308### [10.10.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.1...v10.10.2) (2020-02-09)
309
310### [10.10.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.10.0...v10.10.1) (2020-02-09)
311
312
313### Bug Fixes
314
315* use neo4j on iMac on staging ([f1df702](https://bitbucket.org/sustain-hawaii/heal-common/commit/f1df70276f77842ed60fa372da8073a61b85267c))
316
317## [10.10.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.9.0...v10.10.0) (2020-01-31)
318
319
320### Features
321
322* StopWatch.getElapsedSeconds ([7aad655](https://bitbucket.org/sustain-hawaii/heal-common/commit/7aad655bf011d898010f54fc3bbcdf09a57a1984))
323
324## [10.9.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.8.0...v10.9.0) (2020-01-28)
325
326
327### Features
328
329* etaFromSeconds ([672735e](https://bitbucket.org/sustain-hawaii/heal-common/commit/672735ec1aa78c7bf7fabd08399130dfa2e3872f))
330
331## [10.8.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.7.0...v10.8.0) (2020-01-28)
332
333
334### Features
335
336* StopWatch class ([5858531](https://bitbucket.org/sustain-hawaii/heal-common/commit/5858531c1bd9c635a92f624960f59b813920b7af))
337
338
339### Bug Fixes
340
341* default humanizedSeconds param to zero seconds ([38e2b6a](https://bitbucket.org/sustain-hawaii/heal-common/commit/38e2b6a0ec187fbee58221927f00ce4ca6742856))
342
343## [10.7.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.6.0...v10.7.0) (2020-01-23)
344
345
346### Features
347
348* getStringCleanedForLuceneQuery ([5907447](https://bitbucket.org/sustain-hawaii/heal-common/commit/590744723cd05a9ea1aa4509241410f978ac83bf))
349* getStringCleanedForLuceneQuery ([963369a](https://bitbucket.org/sustain-hawaii/heal-common/commit/963369a7653f628e278c12b7ad2b1dd43993fddd))
350
351## [10.6.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.5.1...v10.6.0) (2020-01-22)
352
353
354### Features
355
356* logNeo4jCypherQuery ([5cda181](https://bitbucket.org/sustain-hawaii/heal-common/commit/5cda1810af43a7f1bb9a2e7b3d842b5e863847f5))
357
358### [10.5.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.5.0...v10.5.1) (2020-01-18)
359
360
361### Bug Fixes
362
363* SystemTasks.set so it can change status and other properties! ([7fb086f](https://bitbucket.org/sustain-hawaii/heal-common/commit/7fb086fbd5970ee4abb9a95a0d4c58b015e7b0bb))
364
365## [10.5.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.9...v10.5.0) (2020-01-17)
366
367
368### Features
369
370* humanizedSeconds ([0bf9675](https://bitbucket.org/sustain-hawaii/heal-common/commit/0bf96753a189742be67698e0690d41a555659947))
371
372### [10.4.9](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.8...v10.4.9) (2020-01-16)
373
374### [10.4.8](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.7...v10.4.8) (2020-01-16)
375
376
377### Bug Fixes
378
379* return result in finally block ([d6f22a6](https://bitbucket.org/sustain-hawaii/heal-common/commit/d6f22a6b444577cb88d25b05891479cc03a23a1f))
380
381### [10.4.7](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.6...v10.4.7) (2020-01-16)
382
383### [10.4.6](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.5...v10.4.6) (2020-01-16)
384
385### [10.4.5](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.4...v10.4.5) (2020-01-16)
386
387### [10.4.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.3...v10.4.4) (2020-01-16)
388
389
390### Bug Fixes
391
392* SystemTasks importing of Db ([06cd9d1](https://bitbucket.org/sustain-hawaii/heal-common/commit/06cd9d100fa681899c1d3b9059c6e4c1db0a2762))
393
394### [10.4.3](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.2...v10.4.3) (2020-01-16)
395
396
397### Bug Fixes
398
399* if no status entity stored in db yet, default getStatus result to 'inactive' ([f82cd68](https://bitbucket.org/sustain-hawaii/heal-common/commit/f82cd686435208d310dadc73b868a226d3f7c95b))
400
401### [10.4.2](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.1...v10.4.2) (2020-01-16)
402
403
404### Bug Fixes
405
406* export SystemTasks correctly ([3894fd7](https://bitbucket.org/sustain-hawaii/heal-common/commit/3894fd766a60f1a48f94ea35236e8313f7f2d7a9))
407
408### [10.4.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.4.0...v10.4.1) (2020-01-14)
409
410
411### Bug Fixes
412
413* change params of SystemTasks.get, SystemTasks.getStatus ([ed97370](https://bitbucket.org/sustain-hawaii/heal-common/commit/ed97370dc2fd7e6378c9e92c064f8bf392e5a21b))
414
415## [10.4.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.3.1...v10.4.0) (2020-01-14)
416
417
418### Features
419
420* SystemTasks.getStatus ([ef9541e](https://bitbucket.org/sustain-hawaii/heal-common/commit/ef9541eb4d352a80064c771f21f62bd7efc8a172))
421
422### [10.3.1](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.3.0...v10.3.1) (2020-01-14)
423
424
425### Bug Fixes
426
427* modify GraphDb.execute for breaking changes in neo4j-driver v.4 ([ed4e6c6](https://bitbucket.org/sustain-hawaii/heal-common/commit/ed4e6c698827c156ddee2421aab8715c677c4f22))
428
429## [10.3.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.2.0...v10.3.0) (2020-01-14)
430
431
432### Features
433
434* GraphDb.execute parameter 'options.property' ([2016b4d](https://bitbucket.org/sustain-hawaii/heal-common/commit/2016b4dc58911d8e7802a4dc075ccbb42fab2e99))
435
436## [10.2.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.1.0...v10.2.0) (2020-01-14)
437
438
439### Features
440
441* SystemTasks class ([bc6260c](https://bitbucket.org/sustain-hawaii/heal-common/commit/bc6260c33be4d8051e3c624229593afc8eb72d09))
442
443## [10.1.0](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.12...v10.1.0) (2020-01-14)
444
445
446### Features
447
448* remove unused ApiSyncManager ([f285096](https://bitbucket.org/sustain-hawaii/heal-common/commit/f285096a207f4132dd48773f141704098acbf201))
449* SystemTasks class ([dcc962b](https://bitbucket.org/sustain-hawaii/heal-common/commit/dcc962bfc927450402889ef97c96ca74dad64f40))
450
451### [10.0.12](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.11...v10.0.12) (2020-01-07)
452
453
454### Bug Fixes
455
456* don't log undefined data ([1401f63](https://bitbucket.org/sustain-hawaii/heal-common/commit/1401f634e179a74d274b0bc78c732946ce424fcf))
457
458### [10.0.11](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.10...v10.0.11) (2020-01-07)
459
460
461### Bug Fixes
462
463* if data object cannot be converted to string, log the actual object ([adc3b14](https://bitbucket.org/sustain-hawaii/heal-common/commit/adc3b142a1fbc2b924622628cd52d552a6bbe342))
464
465### [10.0.10](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.9...v10.0.10) (2020-01-07)
466
467### [10.0.9](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.8...v10.0.9) (2020-01-06)
468
469### [10.0.8](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.7...v10.0.8) (2020-01-06)
470
471
472### Bug Fixes
473
474* TypeError logging empty/undefined query ([625f891](https://bitbucket.org/sustain-hawaii/heal-common/commit/625f891ab97ab96fa250d7f41b266914e12573a1))
475
476### [10.0.7](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.6...v10.0.7) (2020-01-04)
477
478### [10.0.6](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.5...v10.0.6) (2020-01-04)
479
480### [10.0.5](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.4...v10.0.5) (2020-01-04)
481
482
483### Bug Fixes
484
485* don't export appConfig json ([197409f](https://bitbucket.org/sustain-hawaii/heal-common/commit/197409fe7c74aff7498bf3da1a39a08b8fb08763))
486
487### [10.0.4](https://bitbucket.org/sustain-hawaii/heal-common/compare/v10.0.3...v10.0.4) (2020-01-04)
488
489### [10.0.3](https://bitbucket.org/charleskoehl/heal-common/compare/v10.0.2...v10.0.3) (2020-01-04)
490
491### [10.0.2](https://bitbucket.org/charleskoehl/heal-common/compare/v10.0.1...v10.0.2) (2020-01-04)
492
493### [10.0.1](https://bitbucket.org/charleskoehl/heal-common/compare/v10.0.0...v10.0.1) (2020-01-04)
494
495
496### Bug Fixes
497
498* remove kinvey-flex-sdk ([16a9c2c](https://bitbucket.org/charleskoehl/heal-common/commit/16a9c2c27c41f9993aa37f21f1f120a8a759e62b))
499
500## [10.0.0](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.6...v10.0.0) (2020-01-04)
501
502
503### ⚠ BREAKING CHANGES
504
505* all flex utilities move to new module @sustainhawaii/kinvey-flex-utilities
506
507* refactor: remove Flex utilities ([b64f3a6](https://bitbucket.org/charleskoehl/heal-common/commit/b64f3a6a40c8f74afe80545f17d889e56a2f0a7b))
508
509### [9.0.6](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.5...v9.0.6) (2020-01-04)
510
511### [9.0.5](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.4...v9.0.5) (2020-01-04)
512
513
514### Bug Fixes
515
516* revert back to healthies-pwa.ngrok.io for local pwa urls because webpack dev server cannot bind to app-dev.healthies.us when ngrok is hosting it as reserved domain name ([fd70efc](https://bitbucket.org/charleskoehl/heal-common/commit/fd70efc04d17eb37de94ef82ba9f5c37aff2d1b1))
517
518### [9.0.4](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.3...v9.0.4) (2020-01-04)
519
520
521### Bug Fixes
522
523* revert back to app-dev.healthies.us for local pwa urls ([12744ad](https://bitbucket.org/charleskoehl/heal-common/commit/12744ad51bcc397122529e81434b749f71e608d8))
524
525### [9.0.3](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.2...v9.0.3) (2020-01-03)
526
527
528### Bug Fixes
529
530* use APP_ENV to identify environment for executing custom endpoint as master ([49bc598](https://bitbucket.org/charleskoehl/heal-common/commit/49bc5986bd0bf5e88bf70153940f0ace433d885a))
531* use ngrok for local pwa url ([3951ed1](https://bitbucket.org/charleskoehl/heal-common/commit/3951ed1599049dd4d16fce8f66dc69293ba4d2f4))
532
533### [9.0.2](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.1...v9.0.2) (2019-12-21)
534
535### [9.0.1](https://bitbucket.org/charleskoehl/heal-common/compare/v9.0.0...v9.0.1) (2019-12-21)
536
537## [9.0.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.8.0...v9.0.0) (2019-12-21)
538
539
540### ⚠ BREAKING CHANGES
541
542* this and 2 previous commits throw errors instead of just logging them
543
544### Bug Fixes
545
546* convert error strings to Error instances ([da38993](https://bitbucket.org/charleskoehl/heal-common/commit/da38993c91854b28b12f1879046ac3c4cd01ce59))
547* optimize ([7e624dd](https://bitbucket.org/charleskoehl/heal-common/commit/7e624dd8dc4a093a6974ab2cd75fc1df42a245c5))
548* require userId to create new creds record; throw if undefined ([8475fe3](https://bitbucket.org/charleskoehl/heal-common/commit/8475fe3ed7e63ed17f538b347d59a468a9e02f0e))
549* throw errors on invalid params for get and set methods, or db failures ([7338c2d](https://bitbucket.org/charleskoehl/heal-common/commit/7338c2d72252734e84ea63877854962e332d2db6))
550
551## [8.8.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.7.0...v8.8.0) (2019-12-20)
552
553
554### Features
555
556* UserApiCreds.setCacheItem, UserApiCreds.getCacheItem ([7d81550](https://bitbucket.org/charleskoehl/heal-common/commit/7d815507bcb10fda849e917e4a9f40c6f9281060))
557
558## [8.7.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.6.1...v8.7.0) (2019-12-19)
559
560
561### Features
562
563* deleteCacheItem method ([ccff57a](https://bitbucket.org/charleskoehl/heal-common/commit/ccff57a67142bf045c894bc4ad4043fceb7c34bc))
564* support setting of cache item if cache object supplied ([219b70a](https://bitbucket.org/charleskoehl/heal-common/commit/219b70a6b8bb188f4660f142d21f870610682d4c))
565
566### [8.6.1](https://bitbucket.org/charleskoehl/heal-common/compare/v8.6.0...v8.6.1) (2019-12-09)
567
568## [8.6.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.5.0...v8.6.0) (2019-12-07)
569
570
571### Features
572
573* add debugging support to sendEmail ([45d2ad2](https://bitbucket.org/charleskoehl/heal-common/commit/45d2ad2ad6bf9d3357376e3b7d8c1d701b78c2f4))
574
575## [8.5.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.13...v8.5.0) (2019-12-07)
576
577
578### Features
579
580* add debugging support to sendEmail ([7771fe6](https://bitbucket.org/charleskoehl/heal-common/commit/7771fe6fe47c6718f5a4598bf27baabd5c43b859))
581
582### [8.4.13](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.12...v8.4.13) (2019-11-13)
583
584### [8.4.12](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.11...v8.4.12) (2019-11-07)
585
586### [8.4.11](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.10...v8.4.11) (2019-11-07)
587
588### [8.4.10](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.9...v8.4.10) (2019-11-07)
589
590
591### Bug Fixes
592
593* safely get neo4j env vars ([210c208](https://bitbucket.org/charleskoehl/heal-common/commit/210c2083fcb515af252aedb932bd24e40bed39ca))
594
595### [8.4.9](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.8...v8.4.9) (2019-11-07)
596
597
598### Bug Fixes
599
600* env for tests ([980fe11](https://bitbucket.org/charleskoehl/heal-common/commit/980fe1128b5c114cbe298ac592381ac557c11a2b))
601
602### [8.4.8](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.7...v8.4.8) (2019-11-07)
603
604
605### Bug Fixes
606
607* use NODE_ENV provided by Kinvey instead of APP_ENV ([8fd3120](https://bitbucket.org/charleskoehl/heal-common/commit/8fd312092ca3ad264ea7baca926c04047c83c1d8))
608
609### [8.4.7](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.6...v8.4.7) (2019-11-07)
610
611
612### Bug Fixes
613
614* onDeath function ([917633b](https://bitbucket.org/charleskoehl/heal-common/commit/917633b607c8bb6e74a65b4e066d8095bb4a9109))
615
616### [8.4.6](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.5...v8.4.6) (2019-11-07)
617
618### [8.4.5](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.4...v8.4.5) (2019-11-03)
619
620### [8.4.4](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.3...v8.4.4) (2019-11-01)
621
622
623### Bug Fixes
624
625* kinvey staging config ([a492d01](https://bitbucket.org/charleskoehl/heal-common/commit/a492d01fe2fd5a4ab29638211ac84f969b25060a))
626* neo4j staging config for aws ([3082fce](https://bitbucket.org/charleskoehl/heal-common/commit/3082fcef0c6309116ba6be3d18cc321a89a067be))
627
628### [8.4.3](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.2...v8.4.3) (2019-10-31)
629
630### [8.4.2](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.1...v8.4.2) (2019-10-31)
631
632### [8.4.1](https://bitbucket.org/charleskoehl/heal-common/compare/v8.4.0...v8.4.1) (2019-10-31)
633
634## [8.4.0](https://bitbucket.org/charleskoehl/heal-common/compare/v8.3.2...v8.4.0) (2019-10-31)
635
636
637### Features
638
639* remove EntityArray class ([b530537](https://bitbucket.org/charleskoehl/heal-common/commit/b5305372b477b298cf094a1e17b71989264532e6))
640
641### [8.3.2](https://bitbucket.org/charleskoehl/heal-common/compare/v8.3.1...v8.3.2) (2019-10-29)
642
643### [8.3.1](https://bitbucket.org/charleskoehl/heal-common/compare/v8.3.0...v8.3.1) (2019-10-29)
644
645## [8.3.0](https://github.com/SustainHawaii/heal-common/compare/v8.2.4...v8.3.0) (2019-10-22)
646
647
648### Features
649
650* getDrisFromMacros ([bd6c6bc](https://github.com/SustainHawaii/heal-common/commit/bd6c6bc))
651
652### [8.2.4](https://github.com/SustainHawaii/heal-common/compare/v8.2.3...v8.2.4) (2019-10-22)
653
654
655### Bug Fixes
656
657* getFoodServingMcg: divide servingType.mcg by servingType.amount before multiplying by desired amount to get total mcg of desired serving ([043c1ff](https://github.com/SustainHawaii/heal-common/commit/043c1ff))
658
659### [8.2.3](https://github.com/SustainHawaii/heal-common/compare/v8.2.2...v8.2.3) (2019-10-22)
660
661### [8.2.2](https://github.com/SustainHawaii/heal-common/compare/v8.2.1...v8.2.2) (2019-10-22)
662
663### [8.2.1](https://github.com/SustainHawaii/heal-common/compare/v8.2.0...v8.2.1) (2019-10-22)
664
665## [8.2.0](https://github.com/SustainHawaii/heal-common/compare/v8.1.6...v8.2.0) (2019-10-22)
666
667
668### Features
669
670* getCacheItems ([7196657](https://github.com/SustainHawaii/heal-common/commit/7196657))
671
672### [8.1.6](https://github.com/SustainHawaii/heal-common/compare/v8.1.5...v8.1.6) (2019-10-22)
673
674### [8.1.5](https://github.com/SustainHawaii/heal-common/compare/v8.1.4...v8.1.5) (2019-10-22)
675
676
677### Bug Fixes
678
679* remove redundant default ([fccea9a](https://github.com/SustainHawaii/heal-common/commit/fccea9a))
680
681### [8.1.4](https://github.com/SustainHawaii/heal-common/compare/v8.1.3...v8.1.4) (2019-10-19)
682
683
684### Bug Fixes
685
686* add totals to results of getEnergyConsumedFromMacros ([67fd694](https://github.com/SustainHawaii/heal-common/commit/67fd694))
687
688### [8.1.3](https://github.com/SustainHawaii/heal-common/compare/v8.1.2...v8.1.3) (2019-10-19)
689
690
691### Bug Fixes
692
693* make it optional to console.log the entire error in logAndThrow ([4b7540c](https://github.com/SustainHawaii/heal-common/commit/4b7540c))
694
695### [8.1.2](https://github.com/SustainHawaii/heal-common/compare/v8.1.1...v8.1.2) (2019-10-18)
696
697
698### Bug Fixes
699
700* set default objects ([762ab63](https://github.com/SustainHawaii/heal-common/commit/762ab63))
701
702### [8.1.1](https://github.com/SustainHawaii/heal-common/compare/v8.1.0...v8.1.1) (2019-10-16)
703
704
705### Bug Fixes
706
707* UNDO support process.env.GRAPH_DB_CONFIG ([98e088f](https://github.com/SustainHawaii/heal-common/commit/98e088f))
708
709## [8.1.0](https://github.com/SustainHawaii/heal-common/compare/v8.0.9...v8.1.0) (2019-10-16)
710
711
712### Bug Fixes
713
714* remove graphgrid config ([077bd1d](https://github.com/SustainHawaii/heal-common/commit/077bd1d))
715
716
717### Features
718
719* support process.env.GRAPH_DB_CONFIG ([5d1411e](https://github.com/SustainHawaii/heal-common/commit/5d1411e))
720
721### [8.0.9](https://github.com/SustainHawaii/heal-common/compare/v8.0.8...v8.0.9) (2019-10-10)
722
723
724### Bug Fixes
725
726* use graph on kevin's imac for dev ([701fc57](https://github.com/SustainHawaii/heal-common/commit/701fc57))
727
728### [8.0.8](https://github.com/SustainHawaii/heal-common/compare/v8.0.7...v8.0.8) (2019-10-09)
729
730
731### Bug Fixes
732
733* use local graph for dev ([0f6d381](https://github.com/SustainHawaii/heal-common/commit/0f6d381))
734
735### [8.0.7](https://github.com/SustainHawaii/heal-common/compare/v8.0.6...v8.0.7) (2019-10-08)
736
737
738### Bug Fixes
739
740* use graphgrid graph for dev ([bfbb2f8](https://github.com/SustainHawaii/heal-common/commit/bfbb2f8))
741
742### [8.0.6](https://github.com/SustainHawaii/heal-common/compare/v8.0.5...v8.0.6) (2019-10-08)
743
744
745### Bug Fixes
746
747* use graphgrid graph for dev ([f99e0f9](https://github.com/SustainHawaii/heal-common/commit/f99e0f9))
748
749### [8.0.5](https://github.com/SustainHawaii/heal-common/compare/v8.0.4...v8.0.5) (2019-10-05)
750
751
752### Bug Fixes
753
754* support GraphDb.execute parameter "debug" to log query details ([dfb641c](https://github.com/SustainHawaii/heal-common/commit/dfb641c))
755
756### [8.0.4](https://github.com/SustainHawaii/heal-common/compare/v8.0.3...v8.0.4) (2019-10-02)
757
758
759### Bug Fixes
760
761* use graph on laptop for dev ([cb37997](https://github.com/SustainHawaii/heal-common/commit/cb37997))
762
763### [8.0.3](https://github.com/SustainHawaii/heal-common/compare/v8.0.2...v8.0.3) (2019-10-01)
764
765
766### Bug Fixes
767
768* use graph on aws bitnami instance for dev ([09fb91c](https://github.com/SustainHawaii/heal-common/commit/09fb91c))
769
770### [8.0.2](https://github.com/SustainHawaii/heal-common/compare/v8.0.1...v8.0.2) (2019-10-01)
771
772
773### Bug Fixes
774
775* add optional cacheData param to getCacheItem for frequently-used values ([ff58788](https://github.com/SustainHawaii/heal-common/commit/ff58788))
776* use graph on aws bitnami instance for dev ([ee1d684](https://github.com/SustainHawaii/heal-common/commit/ee1d684))
777
778### [8.0.1](https://github.com/SustainHawaii/heal-common/compare/v8.0.0...v8.0.1) (2019-09-21)
779
780## [8.0.0](https://github.com/SustainHawaii/heal-common/compare/v7.2.0...v8.0.0) (2019-09-17)
781
782
783### Bug Fixes
784
785* remove getFoodServingCalories ([f5c7890](https://github.com/SustainHawaii/heal-common/commit/f5c7890))
786
787
788### BREAKING CHANGES
789
790* removed getFoodServingCalories
791
792
793
794## [7.2.0](https://github.com/SustainHawaii/heal-common/compare/v7.1.0...v7.2.0) (2019-09-17)
795
796
797### Features
798
799* getEnergyConsumedFromDRIs ([889aaeb](https://github.com/SustainHawaii/heal-common/commit/889aaeb))
800* getMacrosFromDRIs ([48c780b](https://github.com/SustainHawaii/heal-common/commit/48c780b))
801
802
803
804## [7.1.0](https://github.com/SustainHawaii/heal-common/compare/v7.0.0...v7.1.0) (2019-09-14)
805
806
807### Features
808
809* getCaloriesFromDRIs ([7b8e6b0](https://github.com/SustainHawaii/heal-common/commit/7b8e6b0))
810
811
812
813## [7.0.0](https://github.com/SustainHawaii/heal-common/compare/v6.22.5...v7.0.0) (2019-09-07)
814
815
816### Bug Fixes
817
818* rename nutrient macros to generic names ([a4e332b](https://github.com/SustainHawaii/heal-common/commit/a4e332b))
819
820
821### BREAKING CHANGES
822
823* getEnergyConsumedFromMacros and getMacroCalories parameter object's keys renamed
824
825
826
827### [6.22.5](https://github.com/SustainHawaii/heal-common/compare/v6.22.4...v6.22.5) (2019-09-06)
828
829
830### Bug Fixes
831
832* testingWithJest ([c35e346](https://github.com/SustainHawaii/heal-common/commit/c35e346))
833
834
835
836### [6.22.4](https://github.com/SustainHawaii/heal-common/compare/v6.22.3...v6.22.4) (2019-09-06)
837
838
839
840### [6.22.3](https://github.com/SustainHawaii/heal-common/compare/v6.22.2...v6.22.3) (2019-09-06)
841
842
843### Bug Fixes
844
845* testingWithJest ([846e1d0](https://github.com/SustainHawaii/heal-common/commit/846e1d0))
846
847
848
849### [6.22.2](https://github.com/SustainHawaii/heal-common/compare/v6.22.1...v6.22.2) (2019-08-24)
850
851
852### Bug Fixes
853
854* try to fix unreliability of getQuotientOrDefault ([4105094](https://github.com/SustainHawaii/heal-common/commit/4105094))
855
856
857
858### [6.22.1](https://github.com/SustainHawaii/heal-common/compare/v6.22.0...v6.22.1) (2019-08-24)
859
860
861
862## [6.22.0](https://github.com/SustainHawaii/heal-common/compare/v6.21.0...v6.22.0) (2019-08-22)
863
864
865### Features
866
867* add option to return just the object in the first row of results of GraphDb.execute ([4e43a86](https://github.com/SustainHawaii/heal-common/commit/4e43a86))
868
869
870
871## [6.21.0](https://github.com/SustainHawaii/heal-common/compare/v6.20.2...v6.21.0) (2019-08-19)
872
873
874### Features
875
876* getMacroCalories ([da48d22](https://github.com/SustainHawaii/heal-common/commit/da48d22))
877
878
879
880### [6.20.2](https://github.com/SustainHawaii/heal-common/compare/v6.20.1...v6.20.2) (2019-08-16)
881
882
883### Bug Fixes
884
885* remove "\n" linefeed chars from queries when logging errors in GraphDb ([d797328](https://github.com/SustainHawaii/heal-common/commit/d797328))
886
887
888
889### [6.20.1](https://github.com/SustainHawaii/heal-common/compare/v6.20.0...v6.20.1) (2019-08-16)
890
891
892
893## [6.20.0](https://github.com/SustainHawaii/heal-common/compare/v6.19.2...v6.20.0) (2019-08-07)
894
895
896### Features
897
898* mockReturnValueSeries ([005900e](https://github.com/SustainHawaii/heal-common/commit/005900e))
899
900
901
902### [6.19.2](https://github.com/SustainHawaii/heal-common/compare/v6.19.1...v6.19.2) (2019-08-07)
903
904
905
906### [6.19.1](https://github.com/SustainHawaii/heal-common/compare/v6.19.0...v6.19.1) (2019-08-07)
907
908
909
910## [6.19.0](https://github.com/SustainHawaii/heal-common/compare/v6.18.0...v6.19.0) (2019-08-07)
911
912
913### Features
914
915* mockReturnValueSeries ([7f28bd7](https://github.com/SustainHawaii/heal-common/commit/7f28bd7))
916
917
918
919## [6.18.0](https://github.com/SustainHawaii/heal-common/compare/v6.17.0...v6.18.0) (2019-07-27)
920
921
922### Features
923
924* getDurationFromISO ([c98b2f5](https://github.com/SustainHawaii/heal-common/commit/c98b2f5))
925
926
927
928## [6.17.0](https://github.com/SustainHawaii/heal-common/compare/v6.16.4...v6.17.0) (2019-07-27)
929
930
931### Features
932
933* getDurationFromISO ([5935817](https://github.com/SustainHawaii/heal-common/commit/5935817))
934
935
936
937### [6.16.4](https://github.com/SustainHawaii/heal-common/compare/v6.16.3...v6.16.4) (2019-07-24)
938
939
940### Bug Fixes
941
942* default string function params to empty string ([2b9f045](https://github.com/SustainHawaii/heal-common/commit/2b9f045))
943
944
945
946### [6.16.3](https://github.com/SustainHawaii/heal-common/compare/v6.16.2...v6.16.3) (2019-07-24)
947
948
949### Bug Fixes
950
951* make removePatternsFromString recursive ([fb7867f](https://github.com/SustainHawaii/heal-common/commit/fb7867f))
952
953
954
955### [6.16.2](https://github.com/SustainHawaii/heal-common/compare/v6.16.1...v6.16.2) (2019-07-23)
956
957
958
959### [6.16.1](https://github.com/SustainHawaii/heal-common/compare/v6.16.0...v6.16.1) (2019-07-23)
960
961
962### Bug Fixes
963
964* removeParentheticals ([402b8a5](https://github.com/SustainHawaii/heal-common/commit/402b8a5))
965* removePatternsFromString ([70930c4](https://github.com/SustainHawaii/heal-common/commit/70930c4))
966
967
968
969## [6.16.0](https://github.com/SustainHawaii/heal-common/compare/v6.15.3...v6.16.0) (2019-07-22)
970
971
972### Bug Fixes
973
974* logging tests ([5b2f4bb](https://github.com/SustainHawaii/heal-common/commit/5b2f4bb))
975
976
977### Features
978
979* add option to replace patterns with a string ([8cfde84](https://github.com/SustainHawaii/heal-common/commit/8cfde84))
980
981
982
983### [6.15.3](https://github.com/SustainHawaii/heal-common/compare/v6.15.2...v6.15.3) (2019-07-22)
984
985
986### Bug Fixes
987
988* display full query when GraphDb.execute has error ([8b4268a](https://github.com/SustainHawaii/heal-common/commit/8b4268a))
989
990
991
992### [6.15.2](https://github.com/SustainHawaii/heal-common/compare/v6.15.1...v6.15.2) (2019-07-20)
993
994
995### Bug Fixes
996
997* make logAndThrow display original error in full ([f59166e](https://github.com/SustainHawaii/heal-common/commit/f59166e))
998
999
1000
1001### [6.15.1](https://github.com/SustainHawaii/heal-common/compare/v6.15.0...v6.15.1) (2019-07-20)
1002
1003
1004### Bug Fixes
1005
1006* compress cache items using 'StorageBinaryString' encoding ([238dbab](https://github.com/SustainHawaii/heal-common/commit/238dbab))
1007
1008
1009
1010## [6.15.0](https://github.com/SustainHawaii/heal-common/compare/v6.14.2...v6.15.0) (2019-07-20)
1011
1012
1013### Features
1014
1015* add option to compress value of cache item ([c46fe49](https://github.com/SustainHawaii/heal-common/commit/c46fe49))
1016
1017
1018
1019### [6.14.2](https://github.com/SustainHawaii/heal-common/compare/v6.14.1...v6.14.2) (2019-07-20)
1020
1021
1022### Bug Fixes
1023
1024* make logAndThrow throw original error rather than a new Error consisting of the original error message ([777f8be](https://github.com/SustainHawaii/heal-common/commit/777f8be))
1025
1026
1027
1028### [6.14.1](https://github.com/SustainHawaii/heal-common/compare/v6.14.0...v6.14.1) (2019-07-20)
1029
1030
1031### Bug Fixes
1032
1033* cachConfig validation ([d896865](https://github.com/SustainHawaii/heal-common/commit/d896865))
1034
1035
1036
1037## [6.14.0](https://github.com/SustainHawaii/heal-common/compare/v6.12.2...v6.14.0) (2019-07-20)
1038
1039
1040### Bug Fixes
1041
1042* add a test ([1ecd50e](https://github.com/SustainHawaii/heal-common/commit/1ecd50e))
1043
1044
1045### Features
1046
1047* add option to compress value of cache item ([8bbe552](https://github.com/SustainHawaii/heal-common/commit/8bbe552))
1048* add option to compress value of cache item ([cf6a30f](https://github.com/SustainHawaii/heal-common/commit/cf6a30f))
1049* add option to compress value of cache item ([315d0d5](https://github.com/SustainHawaii/heal-common/commit/315d0d5))
1050
1051
1052
1053## [6.13.0](https://github.com/SustainHawaii/heal-common/compare/v6.12.2...v6.13.0) (2019-07-20)
1054
1055
1056### Bug Fixes
1057
1058* add a test ([1ecd50e](https://github.com/SustainHawaii/heal-common/commit/1ecd50e))
1059
1060
1061### Features
1062
1063* add option to compress value of cache item ([315d0d5](https://github.com/SustainHawaii/heal-common/commit/315d0d5))
1064
1065
1066
1067### [6.12.2](https://github.com/SustainHawaii/heal-common/compare/v6.12.1...v6.12.2) (2019-07-19)
1068
1069
1070### Bug Fixes
1071
1072* restructure object returned from getStringUrlAndPathInfo ([b2bc01f](https://github.com/SustainHawaii/heal-common/commit/b2bc01f))
1073
1074
1075
1076### [6.12.1](https://github.com/SustainHawaii/heal-common/compare/v6.12.0...v6.12.1) (2019-07-18)
1077
1078
1079### Bug Fixes
1080
1081* generate cache key using cacheConfig.keyWith ([12e441c](https://github.com/SustainHawaii/heal-common/commit/12e441c))
1082
1083
1084
1085## [6.12.0](https://github.com/SustainHawaii/heal-common/compare/v6.11.1...v6.12.0) (2019-07-18)
1086
1087
1088### Features
1089
1090* enable getStringUrlAndPathInfo specific object path value of parsed url ([faf2526](https://github.com/SustainHawaii/heal-common/commit/faf2526))
1091* enable getStringUrlAndPathInfo specific object path value of parsed url ([155cf29](https://github.com/SustainHawaii/heal-common/commit/155cf29))
1092* enable getStringUrlAndPathInfo to support debugging boolean ([39065d7](https://github.com/SustainHawaii/heal-common/commit/39065d7))
1093
1094
1095
1096### [6.11.1](https://github.com/SustainHawaii/heal-common/compare/v6.11.0...v6.11.1) (2019-07-18)
1097
1098
1099### Bug Fixes
1100
1101* make getStringUrlAndPathInfo return empty object instead of throwing error when it can't parse the url ([c3b6e5a](https://github.com/SustainHawaii/heal-common/commit/c3b6e5a))
1102
1103
1104
1105## [6.11.0](https://github.com/SustainHawaii/heal-common/compare/v6.10.0...v6.11.0) (2019-07-18)
1106
1107
1108### Bug Fixes
1109
1110* update usage of node module 'url' ([9c53ffb](https://github.com/SustainHawaii/heal-common/commit/9c53ffb))
1111* update usage of node module 'url' ([405ed42](https://github.com/SustainHawaii/heal-common/commit/405ed42))
1112
1113
1114### Features
1115
1116* add setCacheItem, getCacheItem to KinveyDatabase class ([0cc0371](https://github.com/SustainHawaii/heal-common/commit/0cc0371))
1117
1118
1119
1120## [6.10.0](https://github.com/SustainHawaii/heal-common/compare/v6.9.6...v6.10.0) (2019-07-17)
1121
1122
1123### Features
1124
1125* removePatternsFromString ([4355f95](https://github.com/SustainHawaii/heal-common/commit/4355f95))
1126* removePatternsFromString ([a5d0729](https://github.com/SustainHawaii/heal-common/commit/a5d0729))
1127
1128
1129
1130### [6.9.6](https://github.com/SustainHawaii/heal-common/compare/v6.9.5...v6.9.6) (2019-07-16)
1131
1132
1133### Bug Fixes
1134
1135* don't use console.error in logger ([f4095da](https://github.com/SustainHawaii/heal-common/commit/f4095da))
1136
1137
1138
1139### [6.9.5](https://github.com/SustainHawaii/heal-common/compare/v6.9.4...v6.9.5) (2019-07-11)
1140
1141
1142### Bug Fixes
1143
1144* set full paths of dependents ([a29b12a](https://github.com/SustainHawaii/heal-common/commit/a29b12a))
1145
1146
1147
1148### [6.9.4](https://github.com/SustainHawaii/heal-common/compare/v6.9.3...v6.9.4) (2019-07-11)
1149
1150
1151
1152### [6.9.3](https://github.com/SustainHawaii/heal-common/compare/v6.9.2...v6.9.3) (2019-07-11)
1153
1154
1155### Bug Fixes
1156
1157* import Db correctly ([1151517](https://github.com/SustainHawaii/heal-common/commit/1151517))
1158
1159
1160
1161### [6.9.2](https://github.com/SustainHawaii/heal-common/compare/v6.9.1...v6.9.2) (2019-07-11)
1162
1163
1164
1165### [6.9.1](https://github.com/SustainHawaii/heal-common/compare/v6.9.0...v6.9.1) (2019-07-11)
1166
1167
1168### Bug Fixes
1169
1170* set full paths of dependents ([21c526d](https://github.com/SustainHawaii/heal-common/commit/21c526d))
1171
1172
1173
1174## [6.9.0](https://github.com/SustainHawaii/heal-common/compare/v6.8.0...v6.9.0) (2019-07-11)
1175
1176
1177### Bug Fixes
1178
1179* add rest-utils as dependent ([7002ccf](https://github.com/SustainHawaii/heal-common/commit/7002ccf))
1180
1181
1182### Features
1183
1184* calledBySysAdmin ([446b20c](https://github.com/SustainHawaii/heal-common/commit/446b20c))
1185
1186
1187
1188## [6.8.0](https://github.com/SustainHawaii/heal-common/compare/v6.7.1...v6.8.0) (2019-07-09)
1189
1190
1191### Features
1192
1193* errorify ([4cafe41](https://github.com/SustainHawaii/heal-common/commit/4cafe41))
1194
1195
1196
1197### [6.7.1](https://github.com/SustainHawaii/heal-common/compare/v6.7.0...v6.7.1) (2019-07-09)
1198
1199
1200### Bug Fixes
1201
1202* throw real error from logAndThrow ([083c085](https://github.com/SustainHawaii/heal-common/commit/083c085))
1203
1204
1205
1206## [6.7.0](https://github.com/SustainHawaii/heal-common/compare/v6.6.1...v6.7.0) (2019-07-08)
1207
1208
1209### Features
1210
1211* support sessionParams and transactionConfig params in GraphDb.execute method ([474f191](https://github.com/SustainHawaii/heal-common/commit/474f191))
1212
1213
1214
1215### [6.6.1](https://github.com/SustainHawaii/heal-common/compare/v6.6.0...v6.6.1) (2019-07-08)
1216
1217
1218
1219## [6.6.0](https://github.com/SustainHawaii/heal-common/compare/v6.5.1...v6.6.0) (2019-07-06)
1220
1221
1222### Features
1223
1224* add GraphDb.getTx method for using neo4j-driver "Explicit transactions API" ([ec48412](https://github.com/SustainHawaii/heal-common/commit/ec48412))
1225* add option to use read or write transaction to GraphDb.execute method by implementing neo4j-driver "Transaction functions API" ([2aef956](https://github.com/SustainHawaii/heal-common/commit/2aef956))
1226
1227
1228
1229### [6.5.1](https://github.com/SustainHawaii/heal-common/compare/v6.5.0...v6.5.1) (2019-07-05)
1230
1231
1232
1233## [6.5.0](https://github.com/SustainHawaii/heal-common/compare/v6.4.4...v6.5.0) (2019-06-06)
1234
1235
1236### Features
1237
1238* removeParentheticals string util ([b6c6e1e](https://github.com/SustainHawaii/heal-common/commit/b6c6e1e))
1239* trimSpacesInsideAndOut string util ([6a192a6](https://github.com/SustainHawaii/heal-common/commit/6a192a6))
1240
1241
1242
1243### [6.4.4](https://github.com/SustainHawaii/heal-common/compare/v6.4.3...v6.4.4) (2019-06-05)
1244
1245
1246### Bug Fixes
1247
1248* always return a plain object from getStringUrlAndPathInfo even if fails to parse ([8fe0e02](https://github.com/SustainHawaii/heal-common/commit/8fe0e02))
1249
1250
1251
1252### [6.4.3](https://github.com/SustainHawaii/heal-common/compare/v6.4.2...v6.4.3) (2019-06-05)
1253
1254
1255
1256### [6.4.2](https://github.com/SustainHawaii/heal-common/compare/v6.4.0...v6.4.2) (2019-06-05)
1257
1258
1259### Bug Fixes
1260
1261* avoid errors in getStringUrlAndPathInfo by ensuring params for node modules "url" and "path" are always strings ([af075b6](https://github.com/SustainHawaii/heal-common/commit/af075b6))
1262* parse dividend and divisor strings to floats ([2d2d84c](https://github.com/SustainHawaii/heal-common/commit/2d2d84c))
1263* parse dividend and divisor strings to floats ([8811d54](https://github.com/SustainHawaii/heal-common/commit/8811d54))
1264
1265
1266
1267### [6.4.1](https://github.com/SustainHawaii/heal-common/compare/v6.4.0...v6.4.1) (2019-06-04)
1268
1269
1270### Bug Fixes
1271
1272* parse dividend and divisor strings to floats ([8811d54](https://github.com/SustainHawaii/heal-common/commit/8811d54))
1273
1274
1275
1276## [6.4.0](https://github.com/SustainHawaii/heal-common/compare/v6.3.8...v6.4.0) (2019-06-04)
1277
1278
1279### Features
1280
1281* isNonEmptyString ([f4f30be](https://github.com/SustainHawaii/heal-common/commit/f4f30be))
1282
1283
1284
1285### [6.3.8](https://github.com/SustainHawaii/heal-common/compare/v6.3.7...v6.3.8) (2019-06-01)
1286
1287
1288### Bug Fixes
1289
1290* export util/string earlier to see if fixes ([c6b5f04](https://github.com/SustainHawaii/heal-common/commit/c6b5f04))
1291
1292
1293
1294### [6.3.7](https://github.com/SustainHawaii/heal-common/compare/v6.3.6...v6.3.7) (2019-06-01)
1295
1296
1297
1298### [6.3.6](https://github.com/SustainHawaii/heal-common/compare/v6.3.5...v6.3.6) (2019-06-01)
1299
1300
1301
1302### [6.3.5](https://github.com/SustainHawaii/heal-common/compare/v6.3.4...v6.3.5) (2019-06-01)
1303
1304
1305
1306### [6.3.4](https://github.com/SustainHawaii/heal-common/compare/v6.3.3...v6.3.4) (2019-06-01)
1307
1308
1309
1310### [6.3.3](https://github.com/SustainHawaii/heal-common/compare/v6.3.2...v6.3.3) (2019-06-01)
1311
1312
1313
1314### [6.3.2](https://github.com/SustainHawaii/heal-common/compare/v6.3.1...v6.3.2) (2019-06-01)
1315
1316
1317
1318### [6.3.1](https://github.com/SustainHawaii/heal-common/compare/v6.3.0...v6.3.1) (2019-06-01)
1319
1320
1321### Bug Fixes
1322
1323* add test for removeWordsFromString ([f53ea0c](https://github.com/SustainHawaii/heal-common/commit/f53ea0c))
1324
1325
1326
1327## [6.3.0](https://github.com/SustainHawaii/heal-common/compare/v6.2.10...v6.3.0) (2019-05-30)
1328
1329
1330### Features
1331
1332* string utils: removeWordsFromString, joinStringsUniqueWords ([751de49](https://github.com/SustainHawaii/heal-common/commit/751de49))
1333* string utils: removeWordsFromString, joinStringsUniqueWords ([4233410](https://github.com/SustainHawaii/heal-common/commit/4233410))
1334
1335
1336
1337### [6.2.10](https://github.com/SustainHawaii/heal-common/compare/v6.2.9...v6.2.10) (2019-05-24)
1338
1339
1340
1341### [6.2.9](https://github.com/SustainHawaii/heal-common/compare/v6.2.8...v6.2.9) (2019-05-24)
1342
1343
1344
1345### [6.2.8](https://github.com/SustainHawaii/heal-common/compare/v6.2.7...v6.2.8) (2019-05-24)
1346
1347
1348### Bug Fixes
1349
1350* query constraint for finding cached item ([c86f2a6](https://github.com/SustainHawaii/heal-common/commit/c86f2a6))
1351
1352
1353
1354### [6.2.7](https://github.com/SustainHawaii/heal-common/compare/v6.2.6...v6.2.7) (2019-05-24)
1355
1356
1357
1358### [6.2.6](https://github.com/SustainHawaii/heal-common/compare/v6.2.5...v6.2.6) (2019-05-24)
1359
1360
1361### Bug Fixes
1362
1363* enhance rest api logging ([123b969](https://github.com/SustainHawaii/heal-common/commit/123b969))
1364
1365
1366
1367### [6.2.5](https://github.com/SustainHawaii/heal-common/compare/v6.2.4...v6.2.5) (2019-05-24)
1368
1369
1370### Bug Fixes
1371
1372* enhance rest api logging ([e279a40](https://github.com/SustainHawaii/heal-common/commit/e279a40))
1373
1374
1375
1376### [6.2.4](https://github.com/SustainHawaii/heal-common/compare/v6.2.3...v6.2.4) (2019-05-24)
1377
1378
1379### Bug Fixes
1380
1381* enhance rest api logging ([faf8971](https://github.com/SustainHawaii/heal-common/commit/faf8971))
1382
1383
1384
1385### [6.2.3](https://github.com/SustainHawaii/heal-common/compare/v6.2.2...v6.2.3) (2019-05-24)
1386
1387
1388### Bug Fixes
1389
1390* enhance rest api logging ([865e03e](https://github.com/SustainHawaii/heal-common/commit/865e03e))
1391
1392
1393
1394### [6.2.2](https://github.com/SustainHawaii/heal-common/compare/v6.2.1...v6.2.2) (2019-05-24)
1395
1396
1397### Bug Fixes
1398
1399* find rest api cached item by key, not _id ([9ff3d12](https://github.com/SustainHawaii/heal-common/commit/9ff3d12))
1400
1401
1402
1403### [6.2.1](https://github.com/SustainHawaii/heal-common/compare/v6.2.0...v6.2.1) (2019-05-24)
1404
1405
1406### Bug Fixes
1407
1408* use object-hash instead of hash.js since latter was creating same hash from different objects ([412ac91](https://github.com/SustainHawaii/heal-common/commit/412ac91))
1409
1410
1411
1412## [6.2.0](https://github.com/SustainHawaii/heal-common/compare/v6.1.0...v6.2.0) (2019-05-23)
1413
1414
1415### Features
1416
1417* add caching option to makeJsonRestApiRequest ([718596f](https://github.com/SustainHawaii/heal-common/commit/718596f))
1418
1419
1420
1421## [6.1.0](https://github.com/SustainHawaii/heal-common/compare/v6.0.2...v6.1.0) (2019-05-23)
1422
1423
1424### Features
1425
1426* add 'output' param to suppress output if false ([28d1b43](https://github.com/SustainHawaii/heal-common/commit/28d1b43))
1427* add caching option to makeJsonRestApiRequest ([e8a2c10](https://github.com/SustainHawaii/heal-common/commit/e8a2c10))
1428
1429
1430
1431### [6.0.2](https://github.com/SustainHawaii/heal-common/compare/v6.0.1...v6.0.2) (2019-05-20)
1432
1433
1434### Bug Fixes
1435
1436* output complete error traces ([31f9af6](https://github.com/SustainHawaii/heal-common/commit/31f9af6))
1437
1438
1439
1440### [6.0.1](https://github.com/SustainHawaii/heal-common/compare/v6.0.0...v6.0.1) (2019-05-20)
1441
1442
1443### Bug Fixes
1444
1445* return default if dividend or divisor are Infinity, -Infinity, or NaN ([73b5bcb](https://github.com/SustainHawaii/heal-common/commit/73b5bcb))
1446
1447
1448
1449## [6.0.0](https://github.com/SustainHawaii/heal-common/compare/v4.76.18...v6.0.0) (2019-05-19)
1450
1451
1452* feat:(unit conversion): bumping major ([59dd50e](https://github.com/SustainHawaii/heal-common/commit/59dd50e))
1453* feat:(unit conversion): UnitConverter export removed ([71af62c](https://github.com/SustainHawaii/heal-common/commit/71af62c))
1454* feat:(unit conversion): UnitConverter export removed ([24d0f1b](https://github.com/SustainHawaii/heal-common/commit/24d0f1b))
1455
1456
1457### BREAKING CHANGES
1458
1459* UnitConverter export removed
1460* UnitConverter export removed
1461* UnitConverter export removed
1462
1463
1464
1465### [4.76.18](https://github.com/SustainHawaii/heal-common/compare/v4.76.17...v4.76.18) (2019-05-19)
1466
1467
1468
1469## [4.76.17](https://github.com/SustainHawaii/heal-common/compare/v4.76.16...v4.76.17) (2019-05-19)
1470
1471
1472
1473## [4.76.16](https://github.com/SustainHawaii/heal-common/compare/v4.76.15...v4.76.16) (2019-05-19)
1474
1475
1476
1477## [4.76.15](https://github.com/SustainHawaii/heal-common/compare/v4.76.14...v4.76.15) (2019-05-19)
1478
1479
1480
1481## [4.76.14](https://github.com/SustainHawaii/heal-common/compare/v4.76.13...v4.76.14) (2019-05-19)
1482
1483
1484
1485## [4.76.13](https://github.com/SustainHawaii/heal-common/compare/v4.76.12...v4.76.13) (2019-05-19)
1486
1487
1488
1489## [4.76.12](https://github.com/SustainHawaii/heal-common/compare/v4.76.11...v4.76.12) (2019-05-19)
1490
1491
1492
1493## [4.76.11](https://github.com/SustainHawaii/heal-common/compare/v4.76.10...v4.76.11) (2019-05-18)
1494
1495
1496
1497## [4.76.10](https://github.com/SustainHawaii/heal-common/compare/v4.76.9...v4.76.10) (2019-05-18)
1498
1499
1500
1501## [4.76.9](https://github.com/SustainHawaii/heal-common/compare/v4.76.8...v4.76.9) (2019-05-18)
1502
1503
1504
1505## [4.76.8](https://github.com/SustainHawaii/heal-common/compare/v4.76.7...v4.76.8) (2019-05-18)
1506
1507
1508
1509## [4.76.7](https://github.com/SustainHawaii/heal-common/compare/v4.76.6...v4.76.7) (2019-05-18)
1510
1511
1512
1513## [4.76.6](https://github.com/SustainHawaii/heal-common/compare/v4.76.5...v4.76.6) (2019-05-18)
1514
1515
1516
1517## [4.76.5](https://github.com/SustainHawaii/heal-common/compare/v4.76.4...v4.76.5) (2019-05-18)
1518
1519
1520
1521## [4.76.4](https://github.com/SustainHawaii/heal-common/compare/v4.76.3...v4.76.4) (2019-05-18)
1522
1523
1524
1525## [4.76.3](https://github.com/SustainHawaii/heal-common/compare/v4.76.2...v4.76.3) (2019-05-17)
1526
1527
1528### Bug Fixes
1529
1530* default sendMessage opts param to undefined ([d114386](https://github.com/SustainHawaii/heal-common/commit/d114386))
1531
1532
1533
1534## [4.76.2](https://github.com/SustainHawaii/heal-common/compare/v4.76.1...v4.76.2) (2019-05-15)
1535
1536
1537### Bug Fixes
1538
1539* change tbsp to Tbs to comply with convert-units module ([10db6cd](https://github.com/SustainHawaii/heal-common/commit/10db6cd))
1540
1541
1542
1543## [4.76.1](https://github.com/SustainHawaii/heal-common/compare/v4.76.0...v4.76.1) (2019-05-14)
1544
1545
1546
1547# [4.76.0](https://github.com/SustainHawaii/heal-common/compare/v4.75.1...v4.76.0) (2019-05-14)
1548
1549
1550### Features
1551
1552* findTypeOfUomAndAmount ([52cd0bc](https://github.com/SustainHawaii/heal-common/commit/52cd0bc))
1553* parseAndConvertAmount ([5ae0673](https://github.com/SustainHawaii/heal-common/commit/5ae0673))
1554* parseUomAndAmount ([72c9f7c](https://github.com/SustainHawaii/heal-common/commit/72c9f7c))
1555* parsing fractions to decimals within strings ([8927c2a](https://github.com/SustainHawaii/heal-common/commit/8927c2a))
1556* parsing fractions to decimals within strings ([fb411a3](https://github.com/SustainHawaii/heal-common/commit/fb411a3))
1557
1558
1559
1560## [4.75.1](https://github.com/SustainHawaii/heal-common/compare/v4.75.0...v4.75.1) (2019-05-14)
1561
1562
1563### Bug Fixes
1564
1565* add "tbsps" to tablespoon variations for UnitConverter ([657eb65](https://github.com/SustainHawaii/heal-common/commit/657eb65))
1566
1567
1568
1569# [4.75.0](https://github.com/SustainHawaii/heal-common/compare/v4.74.0...v4.75.0) (2019-05-14)
1570
1571
1572### Features
1573
1574* requestChunkedJson ([b01c1ad](https://github.com/SustainHawaii/heal-common/commit/b01c1ad))
1575
1576
1577
1578# [4.74.0](https://github.com/SustainHawaii/heal-common/compare/v4.73.0...v4.74.0) (2019-05-14)
1579
1580
1581### Features
1582
1583* support PUT with data as body ([fa2712c](https://github.com/SustainHawaii/heal-common/commit/fa2712c))
1584
1585
1586
1587# [4.73.0](https://github.com/SustainHawaii/heal-common/compare/v4.72.0...v4.73.0) (2019-05-14)
1588
1589
1590### Features
1591
1592* support qs param ([d9538a6](https://github.com/SustainHawaii/heal-common/commit/d9538a6))
1593
1594
1595
1596# [4.72.0](https://github.com/SustainHawaii/heal-common/compare/v4.71.1...v4.72.0) (2019-05-13)
1597
1598
1599### Features
1600
1601* makeJsonRestApiRequest ([429eac0](https://github.com/SustainHawaii/heal-common/commit/429eac0))
1602
1603
1604
1605## [4.71.1](https://github.com/SustainHawaii/heal-common/compare/v4.71.0...v4.71.1) (2019-05-04)
1606
1607
1608
1609# [4.71.0](https://github.com/SustainHawaii/heal-common/compare/v4.70.1...v4.71.0) (2019-04-30)
1610
1611
1612### Features
1613
1614* getQuotientOrDefault: add option to return a default value instead of zero ([9c29a85](https://github.com/SustainHawaii/heal-common/commit/9c29a85))
1615
1616
1617
1618## [4.70.1](https://github.com/SustainHawaii/heal-common/compare/v4.70.0...v4.70.1) (2019-04-30)
1619
1620
1621
1622# [4.70.0](https://github.com/SustainHawaii/heal-common/compare/v4.69.5...v4.70.0) (2019-04-27)
1623
1624
1625### Features
1626
1627* bmr calculation methods ([03fb020](https://github.com/SustainHawaii/heal-common/commit/03fb020))
1628
1629
1630
1631## [4.69.5](https://github.com/SustainHawaii/heal-common/compare/v4.69.4...v4.69.5) (2019-04-27)
1632
1633
1634
1635## [4.69.4](https://github.com/SustainHawaii/heal-common/compare/v4.69.3...v4.69.4) (2019-04-27)
1636
1637
1638
1639## [4.69.3](https://github.com/SustainHawaii/heal-common/compare/v4.69.2...v4.69.3) (2019-04-26)
1640
1641
1642
1643## [4.69.2](https://github.com/SustainHawaii/heal-common/compare/v4.69.1...v4.69.2) (2019-04-26)
1644
1645
1646
1647## [4.69.1](https://github.com/SustainHawaii/heal-common/compare/v4.69.0...v4.69.1) (2019-04-26)
1648
1649
1650
1651# [4.69.0](https://github.com/SustainHawaii/heal-common/compare/v4.68.1...v4.69.0) (2019-04-26)
1652
1653
1654### Features
1655
1656* getCalorieBreakdown ([35ad29f](https://github.com/SustainHawaii/heal-common/commit/35ad29f))
1657
1658
1659
1660## [4.68.1](https://github.com/SustainHawaii/heal-common/compare/v4.68.0...v4.68.1) (2019-04-26)
1661
1662
1663
1664# [4.68.0](https://github.com/SustainHawaii/heal-common/compare/v4.67.4...v4.68.0) (2019-04-26)
1665
1666
1667### Features
1668
1669* getCalorieBreakdown ([ba26081](https://github.com/SustainHawaii/heal-common/commit/ba26081))
1670* getQuotientOrZero ([2ea3c2c](https://github.com/SustainHawaii/heal-common/commit/2ea3c2c))
1671
1672
1673
1674## [4.67.4](https://github.com/SustainHawaii/heal-common/compare/v4.67.3...v4.67.4) (2019-04-21)
1675
1676
1677
1678## [4.67.3](https://github.com/SustainHawaii/heal-common/compare/v4.67.2...v4.67.3) (2019-04-20)
1679
1680
1681### Bug Fixes
1682
1683* move objArray2KeyValuePairs onto single line to possibly avoid weird importing problem ([9f7cdbd](https://github.com/SustainHawaii/heal-common/commit/9f7cdbd))
1684
1685
1686
1687## [4.67.2](https://github.com/SustainHawaii/heal-common/compare/v4.67.1...v4.67.2) (2019-04-20)
1688
1689
1690
1691<a name="4.67.1"></a>
1692## [4.67.1](https://github.com/SustainHawaii/heal-common/compare/v4.67.0...v4.67.1) (2019-04-20)
1693
1694
1695
1696<a name="4.67.0"></a>
1697# [4.67.0](https://github.com/SustainHawaii/heal-common/compare/v4.66.0...v4.67.0) (2019-04-20)
1698
1699
1700### Features
1701
1702* objArray2KeyValuePairs util ([c247790](https://github.com/SustainHawaii/heal-common/commit/c247790))
1703
1704
1705
1706<a name="4.66.0"></a>
1707# [4.66.0](https://github.com/SustainHawaii/heal-common/compare/v4.65.0...v4.66.0) (2019-04-20)
1708
1709
1710### Features
1711
1712* getNutrientMcg ([ada7795](https://github.com/SustainHawaii/heal-common/commit/ada7795))
1713
1714
1715
1716<a name="4.65.0"></a>
1717# [4.65.0](https://github.com/SustainHawaii/heal-common/compare/v4.64.2...v4.65.0) (2019-04-17)
1718
1719
1720### Features
1721
1722* getNutrientGrams, getNutrientPercent, getFoodServingMcg ([29824d1](https://github.com/SustainHawaii/heal-common/commit/29824d1))
1723
1724
1725
1726<a name="4.64.2"></a>
1727## [4.64.2](https://github.com/SustainHawaii/heal-common/compare/v4.64.1...v4.64.2) (2019-04-17)
1728
1729
1730
1731<a name="4.64.1"></a>
1732## [4.64.1](https://github.com/SustainHawaii/heal-common/compare/v4.64.0...v4.64.1) (2019-04-17)
1733
1734
1735
1736<a name="4.64.0"></a>
1737# [4.64.0](https://github.com/SustainHawaii/heal-common/compare/v4.63.20...v4.64.0) (2019-04-17)
1738
1739
1740### Features
1741
1742* food serving utilities ([890f0bc](https://github.com/SustainHawaii/heal-common/commit/890f0bc))
1743
1744
1745
1746<a name="4.63.20"></a>
1747## [4.63.20](https://github.com/SustainHawaii/heal-common/compare/v4.63.19...v4.63.20) (2019-04-15)
1748
1749
1750### Bug Fixes
1751
1752* set env var APP_ENV to 'development' by default ([9e72b5c](https://github.com/SustainHawaii/heal-common/commit/9e72b5c))
1753
1754
1755
1756<a name="4.63.19"></a>
1757## [4.63.19](https://github.com/SustainHawaii/heal-common/compare/v4.63.18...v4.63.19) (2019-03-22)
1758
1759
1760### Bug Fixes
1761
1762* set disableLosslessIntegers option to true on neo4j-driver so integers are returned as Number instead of an object like {low: 500, high: 0} ([9691db5](https://github.com/SustainHawaii/heal-common/commit/9691db5))
1763
1764
1765
1766<a name="4.63.18"></a>
1767## [4.63.18](https://github.com/SustainHawaii/heal-common/compare/v4.63.17...v4.63.18) (2019-03-21)
1768
1769
1770
1771<a name="4.63.17"></a>
1772## [4.63.17](https://github.com/SustainHawaii/heal-common/compare/v4.63.16...v4.63.17) (2019-03-19)
1773
1774
1775
1776<a name="4.63.16"></a>
1777## [4.63.16](https://github.com/SustainHawaii/heal-common/compare/v4.63.15...v4.63.16) (2019-03-19)
1778
1779
1780### Bug Fixes
1781
1782* close neo4j driver on process death ([e9fb928](https://github.com/SustainHawaii/heal-common/commit/e9fb928))
1783
1784
1785
1786<a name="4.63.15"></a>
1787## [4.63.15](https://github.com/SustainHawaii/heal-common/compare/v4.63.14...v4.63.15) (2019-03-18)
1788
1789
1790
1791<a name="4.63.14"></a>
1792## [4.63.14](https://github.com/SustainHawaii/heal-common/compare/v4.63.13...v4.63.14) (2019-03-18)
1793
1794
1795
1796<a name="4.63.13"></a>
1797## [4.63.13](https://github.com/SustainHawaii/heal-common/compare/v4.63.12...v4.63.13) (2019-03-18)
1798
1799
1800### Bug Fixes
1801
1802* result validation ([ce8fc08](https://github.com/SustainHawaii/heal-common/commit/ce8fc08))
1803* try using bolt protocol to fix error "Headers is not defined" ([bacb75a](https://github.com/SustainHawaii/heal-common/commit/bacb75a))
1804
1805
1806
1807<a name="4.63.12"></a>
1808## [4.63.12](https://github.com/SustainHawaii/heal-common/compare/v4.63.11...v4.63.12) (2019-03-18)
1809
1810
1811### Bug Fixes
1812
1813* switch from simple-neo4j to official neo4j-driver ([e4dc063](https://github.com/SustainHawaii/heal-common/commit/e4dc063))
1814
1815
1816
1817<a name="4.63.11"></a>
1818## [4.63.11](https://github.com/SustainHawaii/heal-common/compare/v4.63.10...v4.63.11) (2019-03-18)
1819
1820
1821
1822<a name="4.63.10"></a>
1823## [4.63.10](https://github.com/SustainHawaii/heal-common/compare/v4.63.9...v4.63.10) (2019-03-18)
1824
1825
1826
1827<a name="4.63.9"></a>
1828## [4.63.9](https://github.com/SustainHawaii/heal-common/compare/v4.63.8...v4.63.9) (2019-03-18)
1829
1830
1831
1832<a name="4.63.8"></a>
1833## [4.63.8](https://github.com/SustainHawaii/heal-common/compare/v4.63.7...v4.63.8) (2019-03-18)
1834
1835
1836
1837<a name="4.63.7"></a>
1838## [4.63.7](https://github.com/SustainHawaii/heal-common/compare/v4.63.6...v4.63.7) (2019-03-18)
1839
1840
1841### Bug Fixes
1842
1843* UNDO modify graphenedb url for staging config to be compatible with neo4j ([a5a83cf](https://github.com/SustainHawaii/heal-common/commit/a5a83cf))
1844
1845
1846
1847<a name="4.63.6"></a>
1848## [4.63.6](https://github.com/SustainHawaii/heal-common/compare/v4.63.5...v4.63.6) (2019-03-18)
1849
1850
1851### Bug Fixes
1852
1853* import path ([db63712](https://github.com/SustainHawaii/heal-common/commit/db63712))
1854
1855
1856
1857<a name="4.63.5"></a>
1858## [4.63.5](https://github.com/SustainHawaii/heal-common/compare/v4.63.4...v4.63.5) (2019-03-18)
1859
1860
1861
1862<a name="4.63.4"></a>
1863## [4.63.4](https://github.com/SustainHawaii/heal-common/compare/v4.63.3...v4.63.4) (2019-03-18)
1864
1865
1866
1867<a name="4.63.3"></a>
1868## [4.63.3](https://github.com/SustainHawaii/heal-common/compare/v4.63.2...v4.63.3) (2019-03-18)
1869
1870
1871### Bug Fixes
1872
1873* modify graphenedb url for staging config to be compatible with neo4j ([98a989c](https://github.com/SustainHawaii/heal-common/commit/98a989c))
1874
1875
1876
1877<a name="4.63.2"></a>
1878## [4.63.2](https://github.com/SustainHawaii/heal-common/compare/v4.63.1...v4.63.2) (2019-03-18)
1879
1880
1881
1882<a name="4.63.1"></a>
1883## [4.63.1](https://github.com/SustainHawaii/heal-common/compare/v4.63.0...v4.63.1) (2019-03-18)
1884
1885
1886
1887<a name="4.63.0"></a>
1888# [4.63.0](https://github.com/SustainHawaii/heal-common/compare/v4.62.2...v4.63.0) (2019-03-18)
1889
1890
1891### Bug Fixes
1892
1893* test ([c0ced06](https://github.com/SustainHawaii/heal-common/commit/c0ced06))
1894
1895
1896### Features
1897
1898* GraphDb.status method ([fdc6063](https://github.com/SustainHawaii/heal-common/commit/fdc6063))
1899
1900
1901
1902<a name="4.62.2"></a>
1903## [4.62.2](https://github.com/SustainHawaii/heal-common/compare/v4.62.1...v4.62.2) (2019-03-16)
1904
1905
1906### Bug Fixes
1907
1908* default opts = null ([f1499ad](https://github.com/SustainHawaii/heal-common/commit/f1499ad))
1909
1910
1911
1912<a name="4.62.1"></a>
1913## [4.62.1](https://github.com/SustainHawaii/heal-common/compare/v4.62.0...v4.62.1) (2019-03-08)
1914
1915
1916
1917<a name="4.62.0"></a>
1918# [4.62.0](https://github.com/SustainHawaii/heal-common/compare/v4.61.0...v4.62.0) (2019-03-01)
1919
1920
1921### Features
1922
1923* executeCustomEndpoint ([0aedf93](https://github.com/SustainHawaii/heal-common/commit/0aedf93))
1924
1925
1926
1927<a name="4.61.0"></a>
1928# [4.61.0](https://github.com/SustainHawaii/heal-common/compare/v4.60.0...v4.61.0) (2019-03-01)
1929
1930
1931### Features
1932
1933* executeCustomEndpointAsMasterREST ([55abcc4](https://github.com/SustainHawaii/heal-common/commit/55abcc4))
1934* executeCustomEndpointAsMasterREST ([c4a4efa](https://github.com/SustainHawaii/heal-common/commit/c4a4efa))
1935
1936
1937
1938<a name="4.60.0"></a>
1939# [4.60.0](https://github.com/SustainHawaii/heal-common/compare/v4.59.0...v4.60.0) (2019-02-26)
1940
1941
1942### Features
1943
1944* getUserAge ([2176cb7](https://github.com/SustainHawaii/heal-common/commit/2176cb7))
1945
1946
1947
1948<a name="4.59.0"></a>
1949# [4.59.0](https://github.com/SustainHawaii/heal-common/compare/v4.58.0...v4.59.0) (2019-02-18)
1950
1951
1952### Bug Fixes
1953
1954* use testingWithJest to suppress logging ([bf5cec9](https://github.com/SustainHawaii/heal-common/commit/bf5cec9))
1955
1956
1957### Features
1958
1959* util testingWithJest ([4f0cf7e](https://github.com/SustainHawaii/heal-common/commit/4f0cf7e))
1960
1961
1962
1963<a name="4.58.0"></a>
1964# [4.58.0](https://github.com/SustainHawaii/heal-common/compare/v4.57.0...v4.58.0) (2019-02-17)
1965
1966
1967### Features
1968
1969* getAgeFromBirthDate ([b1cb36b](https://github.com/SustainHawaii/heal-common/commit/b1cb36b))
1970
1971
1972
1973<a name="4.57.0"></a>
1974# [4.57.0](https://github.com/SustainHawaii/heal-common/compare/v4.56.3...v4.57.0) (2019-02-16)
1975
1976
1977### Bug Fixes
1978
1979* script to deploy dependents to staging ([f02c45b](https://github.com/SustainHawaii/heal-common/commit/f02c45b))
1980
1981
1982### Features
1983
1984* getDateDiff ([5f325e1](https://github.com/SustainHawaii/heal-common/commit/5f325e1))
1985
1986
1987
1988<a name="4.56.3"></a>
1989## [4.56.3](https://github.com/SustainHawaii/heal-common/compare/v4.56.2...v4.56.3) (2019-02-11)
1990
1991
1992
1993<a name="4.56.2"></a>
1994## [4.56.2](https://github.com/SustainHawaii/heal-common/compare/v4.56.1...v4.56.2) (2019-02-11)
1995
1996
1997
1998<a name="4.56.1"></a>
1999## [4.56.1](https://github.com/SustainHawaii/heal-common/compare/v4.56.0...v4.56.1) (2019-02-11)
2000
2001
2002### Bug Fixes
2003
2004* log node version in initFlexSdk ([c70e6c8](https://github.com/SustainHawaii/heal-common/commit/c70e6c8))
2005
2006
2007
2008<a name="4.56.0"></a>
2009# [4.56.0](https://github.com/SustainHawaii/heal-common/compare/v4.55.1...v4.56.0) (2019-02-09)
2010
2011
2012### Features
2013
2014* valueHasInfo, pickPathsWithInfo, objectWithoutNonInfoValues ([7ff6b5c](https://github.com/SustainHawaii/heal-common/commit/7ff6b5c))
2015
2016
2017
2018<a name="4.55.1"></a>
2019## [4.55.1](https://github.com/SustainHawaii/heal-common/compare/v4.55.0...v4.55.1) (2019-02-09)
2020
2021
2022### Bug Fixes
2023
2024* add test ([ad2830f](https://github.com/SustainHawaii/heal-common/commit/ad2830f))
2025
2026
2027
2028<a name="4.55.0"></a>
2029# [4.55.0](https://github.com/SustainHawaii/heal-common/compare/v4.54.0...v4.55.0) (2019-02-09)
2030
2031
2032### Features
2033
2034* pickWithInfo ([f8e977d](https://github.com/SustainHawaii/heal-common/commit/f8e977d))
2035
2036
2037
2038<a name="4.54.0"></a>
2039# [4.54.0](https://github.com/SustainHawaii/heal-common/compare/v4.53.1...v4.54.0) (2019-02-07)
2040
2041
2042### Features
2043
2044* objectHasNewValue ([7ee66e3](https://github.com/SustainHawaii/heal-common/commit/7ee66e3))
2045
2046
2047
2048<a name="4.53.1"></a>
2049## [4.53.1](https://github.com/SustainHawaii/heal-common/compare/v4.53.0...v4.53.1) (2019-02-07)
2050
2051
2052### Bug Fixes
2053
2054* pretty-print objects in logger ([a00fc9c](https://github.com/SustainHawaii/heal-common/commit/a00fc9c))
2055
2056
2057
2058<a name="4.53.0"></a>
2059# [4.53.0](https://github.com/SustainHawaii/heal-common/compare/v4.52.15...v4.53.0) (2019-02-06)
2060
2061
2062### Features
2063
2064* getUUID ([b7970a0](https://github.com/SustainHawaii/heal-common/commit/b7970a0))
2065
2066
2067
2068<a name="4.52.15"></a>
2069## [4.52.15](https://github.com/SustainHawaii/heal-common/compare/v4.52.14...v4.52.15) (2019-02-05)
2070
2071
2072
2073<a name="4.52.14"></a>
2074## [4.52.14](https://github.com/SustainHawaii/heal-common/compare/v4.52.13...v4.52.14) (2019-02-05)
2075
2076
2077### Bug Fixes
2078
2079* await in Db.findOne ([05cc711](https://github.com/SustainHawaii/heal-common/commit/05cc711))
2080
2081
2082
2083<a name="4.52.13"></a>
2084## [4.52.13](https://github.com/SustainHawaii/heal-common/compare/v4.52.12...v4.52.13) (2019-02-05)
2085
2086
2087
2088<a name="4.52.12"></a>
2089## [4.52.12](https://github.com/SustainHawaii/heal-common/compare/v4.52.11...v4.52.12) (2019-02-05)
2090
2091
2092
2093<a name="4.52.11"></a>
2094## [4.52.11](https://github.com/SustainHawaii/heal-common/compare/v4.52.10...v4.52.11) (2019-02-05)
2095
2096
2097
2098<a name="4.52.10"></a>
2099## [4.52.10](https://github.com/SustainHawaii/heal-common/compare/v4.52.9...v4.52.10) (2019-02-05)
2100
2101
2102### Bug Fixes
2103
2104* UserApiCreds.get (was missing await) ([bdbed4d](https://github.com/SustainHawaii/heal-common/commit/bdbed4d))
2105
2106
2107
2108<a name="4.52.9"></a>
2109## [4.52.9](https://github.com/SustainHawaii/heal-common/compare/v4.52.8...v4.52.9) (2019-02-05)
2110
2111
2112
2113<a name="4.52.8"></a>
2114## [4.52.8](https://github.com/SustainHawaii/heal-common/compare/v4.52.7...v4.52.8) (2019-02-05)
2115
2116
2117
2118<a name="4.52.7"></a>
2119## [4.52.7](https://github.com/SustainHawaii/heal-common/compare/v4.52.6...v4.52.7) (2019-02-05)
2120
2121
2122
2123<a name="4.52.6"></a>
2124## [4.52.6](https://github.com/SustainHawaii/heal-common/compare/v4.52.5...v4.52.6) (2019-02-05)
2125
2126
2127
2128<a name="4.52.5"></a>
2129## [4.52.5](https://github.com/SustainHawaii/heal-common/compare/v4.52.4...v4.52.5) (2019-02-05)
2130
2131
2132
2133<a name="4.52.4"></a>
2134## [4.52.4](https://github.com/SustainHawaii/heal-common/compare/v4.52.3...v4.52.4) (2019-02-05)
2135
2136
2137
2138<a name="4.52.3"></a>
2139## [4.52.3](https://github.com/SustainHawaii/heal-common/compare/v4.52.2...v4.52.3) (2019-02-05)
2140
2141
2142
2143<a name="4.52.2"></a>
2144## [4.52.2](https://github.com/SustainHawaii/heal-common/compare/v4.52.1...v4.52.2) (2019-02-05)
2145
2146
2147
2148<a name="4.52.1"></a>
2149## [4.52.1](https://github.com/SustainHawaii/heal-common/compare/v4.52.0...v4.52.1) (2019-02-05)
2150
2151
2152
2153<a name="4.52.0"></a>
2154# [4.52.0](https://github.com/SustainHawaii/heal-common/compare/v4.51.1...v4.52.0) (2019-02-05)
2155
2156
2157### Features
2158
2159* delete getPm2Ecosystem ([aeae6c2](https://github.com/SustainHawaii/heal-common/commit/aeae6c2))
2160
2161
2162
2163<a name="4.51.1"></a>
2164## [4.51.1](https://github.com/SustainHawaii/heal-common/compare/v4.51.0...v4.51.1) (2019-02-05)
2165
2166
2167
2168<a name="4.51.0"></a>
2169# [4.51.0](https://github.com/SustainHawaii/heal-common/compare/v4.50.4...v4.51.0) (2019-02-05)
2170
2171
2172### Features
2173
2174* getPm2Ecosystem ([05481e6](https://github.com/SustainHawaii/heal-common/commit/05481e6))
2175
2176
2177
2178<a name="4.50.4"></a>
2179## [4.50.4](https://github.com/SustainHawaii/heal-common/compare/v4.50.3...v4.50.4) (2019-02-05)
2180
2181
2182
2183<a name="4.50.3"></a>
2184## [4.50.3](https://github.com/SustainHawaii/heal-common/compare/v4.50.2...v4.50.3) (2019-02-05)
2185
2186
2187
2188<a name="4.50.2"></a>
2189## [4.50.2](https://github.com/SustainHawaii/heal-common/compare/v4.50.1...v4.50.2) (2019-02-05)
2190
2191
2192
2193<a name="4.50.1"></a>
2194## [4.50.1](https://github.com/SustainHawaii/heal-common/compare/v4.50.0...v4.50.1) (2019-02-04)
2195
2196
2197
2198<a name="4.50.0"></a>
2199# [4.50.0](https://github.com/SustainHawaii/heal-common/compare/v4.49.0...v4.50.0) (2019-02-04)
2200
2201
2202### Features
2203
2204* isEqualByPath ([ceb6cfb](https://github.com/SustainHawaii/heal-common/commit/ceb6cfb))
2205
2206
2207
2208<a name="4.49.0"></a>
2209# [4.49.0](https://github.com/SustainHawaii/heal-common/compare/v4.48.0...v4.49.0) (2019-02-01)
2210
2211
2212### Features
2213
2214* call array of optional functions after registering flex functions and service objects ([78cb264](https://github.com/SustainHawaii/heal-common/commit/78cb264))
2215
2216
2217
2218<a name="4.48.0"></a>
2219# [4.48.0](https://github.com/SustainHawaii/heal-common/compare/v4.47.2...v4.48.0) (2019-01-31)
2220
2221
2222### Bug Fixes
2223
2224* return saved creds entity from UserApiCreds.set ([1ccb5cb](https://github.com/SustainHawaii/heal-common/commit/1ccb5cb))
2225
2226
2227### Features
2228
2229* ApiSyncManager ([e88ab20](https://github.com/SustainHawaii/heal-common/commit/e88ab20))
2230
2231
2232
2233<a name="4.47.2"></a>
2234## [4.47.2](https://github.com/SustainHawaii/heal-common/compare/v4.47.1...v4.47.2) (2019-01-29)
2235
2236
2237### Bug Fixes
2238
2239* recursively-merge creds in UserApiCreds.set ([59791bf](https://github.com/SustainHawaii/heal-common/commit/59791bf))
2240
2241
2242
2243<a name="4.47.1"></a>
2244## [4.47.1](https://github.com/SustainHawaii/heal-common/compare/v4.47.0...v4.47.1) (2019-01-27)
2245
2246
2247
2248<a name="4.47.0"></a>
2249# [4.47.0](https://github.com/SustainHawaii/heal-common/compare/v4.46.0...v4.47.0) (2019-01-27)
2250
2251
2252### Features
2253
2254* UserApiCreds.get cache option ([d695b5b](https://github.com/SustainHawaii/heal-common/commit/d695b5b))
2255
2256
2257
2258<a name="4.46.0"></a>
2259# [4.46.0](https://github.com/SustainHawaii/heal-common/compare/v4.45.0...v4.46.0) (2019-01-26)
2260
2261
2262### Bug Fixes
2263
2264* simplify objectWithoutUndefinedValues ([881ee17](https://github.com/SustainHawaii/heal-common/commit/881ee17))
2265
2266
2267### Features
2268
2269* pickNonEmpty ([59a00fe](https://github.com/SustainHawaii/heal-common/commit/59a00fe))
2270* pickPathsBy ([d73b75d](https://github.com/SustainHawaii/heal-common/commit/d73b75d))
2271
2272
2273
2274<a name="4.45.0"></a>
2275# [4.45.0](https://github.com/SustainHawaii/heal-common/compare/v4.44.0...v4.45.0) (2019-01-23)
2276
2277
2278### Features
2279
2280* GraphDb.executeMany ([3bcd1dd](https://github.com/SustainHawaii/heal-common/commit/3bcd1dd))
2281
2282
2283
2284<a name="4.44.0"></a>
2285# [4.44.0](https://github.com/SustainHawaii/heal-common/compare/v4.43.4...v4.44.0) (2019-01-22)
2286
2287
2288### Features
2289
2290* unknownFormatDateToUtcISO ([72793da](https://github.com/SustainHawaii/heal-common/commit/72793da))
2291
2292
2293
2294<a name="4.43.4"></a>
2295## [4.43.4](https://github.com/SustainHawaii/heal-common/compare/v4.43.3...v4.43.4) (2019-01-18)
2296
2297
2298
2299<a name="4.43.3"></a>
2300## [4.43.3](https://github.com/SustainHawaii/heal-common/compare/v4.43.2...v4.43.3) (2019-01-17)
2301
2302
2303### Bug Fixes
2304
2305* webhook user ids for development and staging ([176a33a](https://github.com/SustainHawaii/heal-common/commit/176a33a))
2306
2307
2308
2309<a name="4.43.2"></a>
2310## [4.43.2](https://github.com/SustainHawaii/heal-common/compare/v4.43.1...v4.43.2) (2019-01-17)
2311
2312
2313
2314<a name="4.43.1"></a>
2315## [4.43.1](https://github.com/SustainHawaii/heal-common/compare/v4.43.0...v4.43.1) (2019-01-17)
2316
2317
2318
2319<a name="4.43.0"></a>
2320# [4.43.0](https://github.com/SustainHawaii/heal-common/compare/v4.42.6...v4.43.0) (2019-01-16)
2321
2322
2323### Features
2324
2325* getStringUrlAndPathInfo ([0c337a9](https://github.com/SustainHawaii/heal-common/commit/0c337a9))
2326
2327
2328
2329<a name="4.42.6"></a>
2330## [4.42.6](https://github.com/SustainHawaii/heal-common/compare/v4.42.5...v4.42.6) (2019-01-14)
2331
2332
2333### Bug Fixes
2334
2335* logging ([e7f9fe1](https://github.com/SustainHawaii/heal-common/commit/e7f9fe1))
2336
2337
2338
2339<a name="4.42.5"></a>
2340## [4.42.5](https://github.com/SustainHawaii/heal-common/compare/v4.42.4...v4.42.5) (2019-01-14)
2341
2342
2343
2344<a name="4.42.4"></a>
2345## [4.42.4](https://github.com/SustainHawaii/heal-common/compare/v4.42.3...v4.42.4) (2019-01-14)
2346
2347
2348### Bug Fixes
2349
2350* import logger differently to try to fix error ([72cefcd](https://github.com/SustainHawaii/heal-common/commit/72cefcd))
2351
2352
2353
2354<a name="4.42.3"></a>
2355## [4.42.3](https://github.com/SustainHawaii/heal-common/compare/v4.42.2...v4.42.3) (2019-01-14)
2356
2357
2358### Bug Fixes
2359
2360* add babel imports back into Flex module ([2157c0d](https://github.com/SustainHawaii/heal-common/commit/2157c0d))
2361
2362
2363
2364<a name="4.42.2"></a>
2365## [4.42.2](https://github.com/SustainHawaii/heal-common/compare/v4.42.1...v4.42.2) (2019-01-14)
2366
2367
2368### Bug Fixes
2369
2370* unpromisify initFlexSdk ([17af542](https://github.com/SustainHawaii/heal-common/commit/17af542))
2371
2372
2373
2374<a name="4.42.1"></a>
2375## [4.42.1](https://github.com/SustainHawaii/heal-common/compare/v4.42.0...v4.42.1) (2019-01-14)
2376
2377
2378
2379<a name="4.42.0"></a>
2380# [4.42.0](https://github.com/SustainHawaii/heal-common/compare/v4.41.0...v4.42.0) (2019-01-13)
2381
2382
2383### Features
2384
2385* getFilteredQueryString ([e34c3fa](https://github.com/SustainHawaii/heal-common/commit/e34c3fa))
2386* objectWithoutUndefinedValues ([4795ff4](https://github.com/SustainHawaii/heal-common/commit/4795ff4))
2387
2388
2389
2390<a name="4.41.0"></a>
2391# [4.41.0](https://github.com/SustainHawaii/heal-common/compare/v4.40.0...v4.41.0) (2019-01-13)
2392
2393
2394### Features
2395
2396* promisify initFlexSdk method ([e45cd35](https://github.com/SustainHawaii/heal-common/commit/e45cd35))
2397
2398
2399
2400<a name="4.40.0"></a>
2401# [4.40.0](https://github.com/SustainHawaii/heal-common/compare/v4.39.31...v4.40.0) (2019-01-11)
2402
2403
2404### Features
2405
2406* add fromName param to combine with from param to display a real name instead of the email username in the inbox ([0adac75](https://github.com/SustainHawaii/heal-common/commit/0adac75))
2407
2408
2409
2410<a name="4.39.31"></a>
2411## [4.39.31](https://github.com/SustainHawaii/heal-common/compare/v4.39.30...v4.39.31) (2019-01-11)
2412
2413
2414### Bug Fixes
2415
2416* validation messages ([c7d9183](https://github.com/SustainHawaii/heal-common/commit/c7d9183))
2417
2418
2419
2420<a name="4.39.30"></a>
2421## [4.39.30](https://github.com/SustainHawaii/heal-common/compare/v4.39.29...v4.39.30) (2019-01-11)
2422
2423
2424### Bug Fixes
2425
2426* improve error logging for endpoints ([6609cee](https://github.com/SustainHawaii/heal-common/commit/6609cee))
2427
2428
2429
2430<a name="4.39.29"></a>
2431## [4.39.29](https://github.com/SustainHawaii/heal-common/compare/v4.39.28...v4.39.29) (2019-01-09)
2432
2433
2434### Bug Fixes
2435
2436* correctly merge hasApiCreds values ([d22d6ce](https://github.com/SustainHawaii/heal-common/commit/d22d6ce))
2437* error logging ([1e64dee](https://github.com/SustainHawaii/heal-common/commit/1e64dee))
2438
2439
2440
2441<a name="4.39.28"></a>
2442## [4.39.28](https://github.com/SustainHawaii/heal-common/compare/v4.39.27...v4.39.28) (2019-01-04)
2443
2444
2445
2446<a name="4.39.27"></a>
2447## [4.39.27](https://github.com/SustainHawaii/heal-common/compare/v4.39.25...v4.39.27) (2019-01-04)
2448
2449
2450### Bug Fixes
2451
2452* try to fix with old code ([77e6954](https://github.com/SustainHawaii/heal-common/commit/77e6954))
2453
2454
2455
2456<a name="4.39.25"></a>
2457## [4.39.25](https://github.com/SustainHawaii/heal-common/compare/v4.39.24...v4.39.25) (2019-01-04)
2458
2459
2460
2461<a name="4.39.24"></a>
2462## [4.39.24](https://github.com/SustainHawaii/heal-common/compare/v4.39.23...v4.39.24) (2019-01-04)
2463
2464
2465
2466<a name="4.39.23"></a>
2467## [4.39.23](https://github.com/SustainHawaii/heal-common/compare/v4.39.21...v4.39.23) (2019-01-04)
2468
2469
2470
2471<a name="4.39.22"></a>
2472## [4.39.22](https://github.com/SustainHawaii/heal-common/compare/v4.39.21...v4.39.22) (2019-01-04)
2473
2474
2475
2476<a name="4.39.21"></a>
2477## [4.39.21](https://github.com/SustainHawaii/heal-common/compare/v4.39.20...v4.39.21) (2019-01-04)
2478
2479
2480### Bug Fixes
2481
2482* function call signature ([39f1060](https://github.com/SustainHawaii/heal-common/commit/39f1060))
2483* syntax ([308467c](https://github.com/SustainHawaii/heal-common/commit/308467c))
2484
2485
2486
2487<a name="4.39.20"></a>
2488## [4.39.20](https://github.com/SustainHawaii/heal-common/compare/v4.39.19...v4.39.20) (2019-01-04)
2489
2490
2491### Bug Fixes
2492
2493* syntax error ([76f323d](https://github.com/SustainHawaii/heal-common/commit/76f323d))
2494
2495
2496
2497<a name="4.39.19"></a>
2498## [4.39.19](https://github.com/SustainHawaii/heal-common/compare/v4.39.18...v4.39.19) (2019-01-04)
2499
2500
2501### Bug Fixes
2502
2503* use neo4j-driver instead of simple-neo4j ([2e23a47](https://github.com/SustainHawaii/heal-common/commit/2e23a47))
2504
2505
2506
2507<a name="4.39.18"></a>
2508## [4.39.18](https://github.com/SustainHawaii/heal-common/compare/v4.39.17...v4.39.18) (2018-12-29)
2509
2510
2511### Bug Fixes
2512
2513* revert to simple-neo4j ([4f1ccc8](https://github.com/SustainHawaii/heal-common/commit/4f1ccc8))
2514* use official neo4j-driver ([d155081](https://github.com/SustainHawaii/heal-common/commit/d155081))
2515
2516
2517
2518<a name="4.39.17"></a>
2519## [4.39.17](https://github.com/SustainHawaii/heal-common/compare/v4.39.16...v4.39.17) (2018-12-29)
2520
2521
2522### Bug Fixes
2523
2524* use official neo4j-driver ([cdef9ce](https://github.com/SustainHawaii/heal-common/commit/cdef9ce))
2525
2526
2527
2528<a name="4.39.16"></a>
2529## [4.39.16](https://github.com/SustainHawaii/heal-common/compare/v4.39.15...v4.39.16) (2018-12-29)
2530
2531
2532### Bug Fixes
2533
2534* use official neo4j-driver ([0809436](https://github.com/SustainHawaii/heal-common/commit/0809436))
2535
2536
2537
2538<a name="4.39.15"></a>
2539## [4.39.15](https://github.com/SustainHawaii/heal-common/compare/v4.39.14...v4.39.15) (2018-12-29)
2540
2541
2542### Bug Fixes
2543
2544* use official neo4j-driver ([7398b6e](https://github.com/SustainHawaii/heal-common/commit/7398b6e))
2545
2546
2547
2548<a name="4.39.14"></a>
2549## [4.39.14](https://github.com/SustainHawaii/heal-common/compare/v4.39.13...v4.39.14) (2018-12-29)
2550
2551
2552### Bug Fixes
2553
2554* neo4j driver init config ([8238337](https://github.com/SustainHawaii/heal-common/commit/8238337))
2555
2556
2557
2558<a name="4.39.13"></a>
2559## [4.39.13](https://github.com/SustainHawaii/heal-common/compare/v4.39.12...v4.39.13) (2018-12-29)
2560
2561
2562### Bug Fixes
2563
2564* neo4j driver init config ([d486291](https://github.com/SustainHawaii/heal-common/commit/d486291))
2565
2566
2567
2568<a name="4.39.12"></a>
2569## [4.39.12](https://github.com/SustainHawaii/heal-common/compare/v4.39.11...v4.39.12) (2018-12-29)
2570
2571
2572
2573<a name="4.39.11"></a>
2574## [4.39.11](https://github.com/SustainHawaii/heal-common/compare/v4.39.10...v4.39.11) (2018-12-29)
2575
2576
2577### Bug Fixes
2578
2579* always use ngrok to access graph db until staging or production uses other graph host ([2a69f5c](https://github.com/SustainHawaii/heal-common/commit/2a69f5c))
2580
2581
2582
2583<a name="4.39.10"></a>
2584## [4.39.10](https://github.com/SustainHawaii/heal-common/compare/v4.39.9...v4.39.10) (2018-12-28)
2585
2586
2587### Bug Fixes
2588
2589* update nutrition-service first ([e001525](https://github.com/SustainHawaii/heal-common/commit/e001525))
2590* use different flex env var to determine flex service environment name ([7b4b643](https://github.com/SustainHawaii/heal-common/commit/7b4b643))
2591
2592
2593
2594<a name="4.39.9"></a>
2595## [4.39.9](https://github.com/SustainHawaii/heal-common/compare/v4.39.8...v4.39.9) (2018-12-28)
2596
2597
2598
2599<a name="4.39.8"></a>
2600## [4.39.8](https://github.com/SustainHawaii/heal-common/compare/v4.39.7...v4.39.8) (2018-12-28)
2601
2602
2603### Bug Fixes
2604
2605* add staging version of GraphDb config ([90e827c](https://github.com/SustainHawaii/heal-common/commit/90e827c))
2606
2607
2608
2609<a name="4.39.7"></a>
2610## [4.39.7](https://github.com/SustainHawaii/heal-common/compare/v4.39.6...v4.39.7) (2018-12-28)
2611
2612
2613
2614<a name="4.39.6"></a>
2615## [4.39.6](https://github.com/SustainHawaii/heal-common/compare/v4.39.5...v4.39.6) (2018-12-28)
2616
2617
2618### Bug Fixes
2619
2620* default to production config for GraphDb driver ([b4272af](https://github.com/SustainHawaii/heal-common/commit/b4272af))
2621
2622
2623
2624<a name="4.39.5"></a>
2625## [4.39.5](https://github.com/SustainHawaii/heal-common/compare/v4.39.4...v4.39.5) (2018-12-28)
2626
2627
2628
2629<a name="4.39.4"></a>
2630## [4.39.4](https://github.com/SustainHawaii/heal-common/compare/v4.39.3...v4.39.4) (2018-12-28)
2631
2632
2633### Bug Fixes
2634
2635* set production version of graph db url to ngrok ([34b7e8a](https://github.com/SustainHawaii/heal-common/commit/34b7e8a))
2636
2637
2638
2639<a name="4.39.3"></a>
2640## [4.39.3](https://github.com/SustainHawaii/heal-common/compare/v4.39.2...v4.39.3) (2018-12-27)
2641
2642
2643### Bug Fixes
2644
2645* getSecurityContext method ([4715143](https://github.com/SustainHawaii/heal-common/commit/4715143))
2646* set default flex sdk constructor options to {}, not null ([871e018](https://github.com/SustainHawaii/heal-common/commit/871e018))
2647
2648
2649
2650<a name="4.39.2"></a>
2651## [4.39.2](https://github.com/SustainHawaii/heal-common/compare/v4.39.1...v4.39.2) (2018-12-27)
2652
2653
2654
2655<a name="4.39.1"></a>
2656## [4.39.1](https://github.com/SustainHawaii/heal-common/compare/v4.39.0...v4.39.1) (2018-12-27)
2657
2658
2659### Bug Fixes
2660
2661* getSecurityContext method ([258afd3](https://github.com/SustainHawaii/heal-common/commit/258afd3))
2662
2663
2664
2665<a name="4.39.0"></a>
2666# [4.39.0](https://github.com/SustainHawaii/heal-common/compare/v4.38.0...v4.39.0) (2018-12-19)
2667
2668
2669### Features
2670
2671* getUniqueIdCypher ([d6aea03](https://github.com/SustainHawaii/heal-common/commit/d6aea03))
2672* UNDO getUniqueIdCypher ([a344462](https://github.com/SustainHawaii/heal-common/commit/a344462))
2673
2674
2675
2676<a name="4.38.0"></a>
2677# [4.38.0](https://github.com/SustainHawaii/heal-common/compare/v4.37.0...v4.38.0) (2018-12-19)
2678
2679
2680### Features
2681
2682* getUniqueIdCypher ([e0fb1fd](https://github.com/SustainHawaii/heal-common/commit/e0fb1fd))
2683
2684
2685
2686<a name="4.37.0"></a>
2687# [4.37.0](https://github.com/SustainHawaii/heal-common/compare/v4.36.0...v4.37.0) (2018-12-19)
2688
2689
2690### Features
2691
2692* getUniqueIdCypher ([5a53af0](https://github.com/SustainHawaii/heal-common/commit/5a53af0))
2693
2694
2695
2696<a name="4.36.0"></a>
2697# [4.36.0](https://github.com/SustainHawaii/heal-common/compare/v4.35.9...v4.36.0) (2018-12-19)
2698
2699
2700### Features
2701
2702* add support for flex data handlers to initFlexSdk method ([f9be077](https://github.com/SustainHawaii/heal-common/commit/f9be077))
2703
2704
2705
2706<a name="4.35.9"></a>
2707## [4.35.9](https://github.com/SustainHawaii/heal-common/compare/v4.35.8...v4.35.9) (2018-12-16)
2708
2709
2710
2711<a name="4.35.8"></a>
2712## [4.35.8](https://github.com/SustainHawaii/heal-common/compare/v4.35.7...v4.35.8) (2018-12-11)
2713
2714
2715### Bug Fixes
2716
2717* debug code ([dad6b04](https://github.com/SustainHawaii/heal-common/commit/dad6b04))
2718
2719
2720
2721<a name="4.35.7"></a>
2722## [4.35.7](https://github.com/SustainHawaii/heal-common/compare/v4.35.6...v4.35.7) (2018-12-11)
2723
2724
2725### Bug Fixes
2726
2727* add error detail ([2e4c7ef](https://github.com/SustainHawaii/heal-common/commit/2e4c7ef))
2728
2729
2730
2731<a name="4.35.6"></a>
2732## [4.35.6](https://github.com/SustainHawaii/heal-common/compare/v4.35.5...v4.35.6) (2018-12-10)
2733
2734
2735
2736<a name="4.35.5"></a>
2737## [4.35.5](https://github.com/SustainHawaii/heal-common/compare/v4.35.4...v4.35.5) (2018-12-08)
2738
2739
2740
2741<a name="4.35.4"></a>
2742## [4.35.4](https://github.com/SustainHawaii/heal-common/compare/v4.35.3...v4.35.4) (2018-11-29)
2743
2744
2745### Bug Fixes
2746
2747* add default parameters ([5ec59ec](https://github.com/SustainHawaii/heal-common/commit/5ec59ec))
2748
2749
2750
2751<a name="4.35.3"></a>
2752## [4.35.3](https://github.com/SustainHawaii/heal-common/compare/v4.35.2...v4.35.3) (2018-11-24)
2753
2754
2755
2756<a name="4.35.2"></a>
2757## [4.35.2](https://github.com/SustainHawaii/heal-common/compare/v4.35.1...v4.35.2) (2018-11-24)
2758
2759
2760### Bug Fixes
2761
2762* and refactor GraphDb.execute method ([2a9b043](https://github.com/SustainHawaii/heal-common/commit/2a9b043))
2763* Email class export ([a17efe4](https://github.com/SustainHawaii/heal-common/commit/a17efe4))
2764
2765
2766
2767<a name="4.35.1"></a>
2768## [4.35.1](https://github.com/SustainHawaii/heal-common/compare/v4.35.0...v4.35.1) (2018-11-24)
2769
2770
2771
2772<a name="4.35.0"></a>
2773# [4.35.0](https://github.com/SustainHawaii/heal-common/compare/v4.34.0...v4.35.0) (2018-11-24)
2774
2775
2776### Features
2777
2778* plainObjectLength ([34592e4](https://github.com/SustainHawaii/heal-common/commit/34592e4))
2779
2780
2781
2782<a name="4.34.0"></a>
2783# [4.34.0](https://github.com/SustainHawaii/heal-common/compare/v4.33.7...v4.34.0) (2018-11-24)
2784
2785
2786### Features
2787
2788* isNonEmptyPlainObject ([7009e5c](https://github.com/SustainHawaii/heal-common/commit/7009e5c))
2789
2790
2791
2792<a name="4.33.7"></a>
2793## [4.33.7](https://github.com/SustainHawaii/heal-common/compare/v4.33.6...v4.33.7) (2018-11-18)
2794
2795
2796
2797<a name="4.33.6"></a>
2798## [4.33.6](https://github.com/SustainHawaii/heal-common/compare/v4.33.5...v4.33.6) (2018-11-18)
2799
2800
2801### Bug Fixes
2802
2803* GraphDb.execute formats rawResult into rows of objects ([30d0236](https://github.com/SustainHawaii/heal-common/commit/30d0236))
2804
2805
2806
2807<a name="4.33.5"></a>
2808## [4.33.5](https://github.com/SustainHawaii/heal-common/compare/v4.33.4...v4.33.5) (2018-11-18)
2809
2810
2811### Bug Fixes
2812
2813* error handling ([e7d698f](https://github.com/SustainHawaii/heal-common/commit/e7d698f))
2814
2815
2816
2817<a name="4.33.4"></a>
2818## [4.33.4](https://github.com/SustainHawaii/heal-common/compare/v4.33.3...v4.33.4) (2018-11-18)
2819
2820
2821
2822<a name="4.33.3"></a>
2823## [4.33.3](https://github.com/SustainHawaii/heal-common/compare/v4.33.2...v4.33.3) (2018-11-18)
2824
2825
2826### Bug Fixes
2827
2828* error handling ([1008047](https://github.com/SustainHawaii/heal-common/commit/1008047))
2829
2830
2831
2832<a name="4.33.2"></a>
2833## [4.33.2](https://github.com/SustainHawaii/heal-common/compare/v4.33.1...v4.33.2) (2018-11-18)
2834
2835
2836
2837<a name="4.33.1"></a>
2838## [4.33.1](https://github.com/SustainHawaii/heal-common/compare/v4.33.0...v4.33.1) (2018-11-18)
2839
2840
2841### Bug Fixes
2842
2843* missing lodash ([23de171](https://github.com/SustainHawaii/heal-common/commit/23de171))
2844
2845
2846
2847<a name="4.33.0"></a>
2848# [4.33.0](https://github.com/SustainHawaii/heal-common/compare/v4.32.0...v4.33.0) (2018-11-18)
2849
2850
2851### Features
2852
2853* GraphDb.execute formats rawResult into rows of objects ([dec008c](https://github.com/SustainHawaii/heal-common/commit/dec008c))
2854
2855
2856
2857<a name="4.32.0"></a>
2858# [4.32.0](https://github.com/SustainHawaii/heal-common/compare/v4.31.4...v4.32.0) (2018-10-26)
2859
2860
2861### Features
2862
2863* calledByWebhookUser method ([244ff88](https://github.com/SustainHawaii/heal-common/commit/244ff88))
2864
2865
2866
2867<a name="4.31.4"></a>
2868## [4.31.4](https://github.com/SustainHawaii/heal-common/compare/v4.31.3...v4.31.4) (2018-10-25)
2869
2870
2871### Bug Fixes
2872
2873* don't use SSL to connect to neo4j on dev because of self-signed certificate issue ([1ec1805](https://github.com/SustainHawaii/heal-common/commit/1ec1805))
2874
2875
2876
2877<a name="4.31.3"></a>
2878## [4.31.3](https://github.com/SustainHawaii/heal-common/compare/v4.31.2...v4.31.3) (2018-10-25)
2879
2880
2881### Bug Fixes
2882
2883* don't use SSL to connect to neo4j on dev because of self-signed certificate issue ([9554c56](https://github.com/SustainHawaii/heal-common/commit/9554c56))
2884
2885
2886
2887<a name="4.31.2"></a>
2888## [4.31.2](https://github.com/SustainHawaii/heal-common/compare/v4.31.1...v4.31.2) (2018-10-25)
2889
2890
2891### Bug Fixes
2892
2893* graph db port ([8ddecdd](https://github.com/SustainHawaii/heal-common/commit/8ddecdd))
2894
2895
2896
2897<a name="4.31.1"></a>
2898## [4.31.1](https://github.com/SustainHawaii/heal-common/compare/v4.31.0...v4.31.1) (2018-10-23)
2899
2900
2901### Bug Fixes
2902
2903* correct completeWithError logging ([912ad3f](https://github.com/SustainHawaii/heal-common/commit/912ad3f))
2904
2905
2906
2907<a name="4.31.0"></a>
2908# [4.31.0](https://github.com/SustainHawaii/heal-common/compare/v4.30.1...v4.31.0) (2018-10-23)
2909
2910
2911### Features
2912
2913* switch to simple-neo4j driver ([ac36a67](https://github.com/SustainHawaii/heal-common/commit/ac36a67))
2914
2915
2916
2917<a name="4.30.1"></a>
2918## [4.30.1](https://github.com/SustainHawaii/heal-common/compare/v4.30.0...v4.30.1) (2018-10-23)
2919
2920
2921### Bug Fixes
2922
2923* use ngrok to access local graph from kinvey flex runtime ([ea2ddd9](https://github.com/SustainHawaii/heal-common/commit/ea2ddd9))
2924
2925
2926
2927<a name="4.30.0"></a>
2928# [4.30.0](https://github.com/SustainHawaii/heal-common/compare/v4.29.0...v4.30.0) (2018-10-23)
2929
2930
2931### Features
2932
2933* support cypher statement params ([ef5bb2e](https://github.com/SustainHawaii/heal-common/commit/ef5bb2e))
2934
2935
2936
2937<a name="4.29.0"></a>
2938# [4.29.0](https://github.com/SustainHawaii/heal-common/compare/v4.28.1...v4.29.0) (2018-10-23)
2939
2940
2941### Features
2942
2943* sendMessage ([23bda9a](https://github.com/SustainHawaii/heal-common/commit/23bda9a))
2944
2945
2946
2947<a name="4.28.1"></a>
2948## [4.28.1](https://github.com/SustainHawaii/heal-common/compare/v4.28.0...v4.28.1) (2018-09-29)
2949
2950
2951### Bug Fixes
2952
2953* export Email class correctly ([ba059c3](https://github.com/SustainHawaii/heal-common/commit/ba059c3))
2954
2955
2956
2957<a name="4.28.0"></a>
2958# [4.28.0](https://github.com/SustainHawaii/heal-common/compare/v4.27.3...v4.28.0) (2018-09-29)
2959
2960
2961### Bug Fixes
2962
2963* add callerName param back to completeWithError, completeWithBody functions because arguments.caller doesn't exist in arrow functions ([09dcf95](https://github.com/SustainHawaii/heal-common/commit/09dcf95))
2964
2965
2966### Features
2967
2968* sendEmail function ([6519615](https://github.com/SustainHawaii/heal-common/commit/6519615))
2969
2970
2971
2972<a name="4.27.3"></a>
2973## [4.27.3](https://github.com/SustainHawaii/heal-common/compare/v4.27.2...v4.27.3) (2018-09-29)
2974
2975
2976### Bug Fixes
2977
2978* add callerName param back to completeWithError, completeWithBody functions because arguments.caller doesn't exist in arrow functions ([4f7e046](https://github.com/SustainHawaii/heal-common/commit/4f7e046))
2979
2980
2981
2982<a name="4.27.2"></a>
2983## [4.27.2](https://github.com/SustainHawaii/heal-common/compare/v4.27.1...v4.27.2) (2018-09-29)
2984
2985
2986
2987<a name="4.27.1"></a>
2988## [4.27.1](https://github.com/SustainHawaii/heal-common/compare/v4.27.0...v4.27.1) (2018-09-29)
2989
2990
2991### Bug Fixes
2992
2993* try to fix error "Cannot read property 'name' of undefined" ([af7a53c](https://github.com/SustainHawaii/heal-common/commit/af7a53c))
2994
2995
2996
2997<a name="4.27.0"></a>
2998# [4.27.0](https://github.com/SustainHawaii/heal-common/compare/v4.26.0...v4.27.0) (2018-09-28)
2999
3000
3001### Features
3002
3003* use caller-id module in completeWithError and completeWithBody ([325beb5](https://github.com/SustainHawaii/heal-common/commit/325beb5))
3004
3005
3006
3007<a name="4.26.0"></a>
3008# [4.26.0](https://github.com/SustainHawaii/heal-common/compare/v4.25.0...v4.26.0) (2018-09-28)
3009
3010
3011### Features
3012
3013* use caller-id module in completeWithError and completeWithBody ([6af3f8b](https://github.com/SustainHawaii/heal-common/commit/6af3f8b))
3014
3015
3016
3017<a name="4.25.0"></a>
3018# [4.25.0](https://github.com/SustainHawaii/heal-common/compare/v4.24.0...v4.25.0) (2018-09-28)
3019
3020
3021### Features
3022
3023* completeWithBody function ([d73b0ba](https://github.com/SustainHawaii/heal-common/commit/d73b0ba))
3024
3025
3026
3027<a name="4.24.0"></a>
3028# [4.24.0](https://github.com/SustainHawaii/heal-common/compare/v4.23.6...v4.24.0) (2018-09-28)
3029
3030
3031### Features
3032
3033* inMasterSecurityContext function ([567440d](https://github.com/SustainHawaii/heal-common/commit/567440d))
3034
3035
3036
3037<a name="4.23.6"></a>
3038## [4.23.6](https://github.com/SustainHawaii/heal-common/compare/v4.23.5...v4.23.6) (2018-09-28)
3039
3040
3041
3042<a name="4.23.5"></a>
3043## [4.23.5](https://github.com/SustainHawaii/heal-common/compare/v4.23.4...v4.23.5) (2018-09-28)
3044
3045
3046
3047<a name="4.23.4"></a>
3048## [4.23.4](https://github.com/SustainHawaii/heal-common/compare/v4.23.3...v4.23.4) (2018-09-28)
3049
3050
3051
3052<a name="4.23.3"></a>
3053## [4.23.3](https://github.com/SustainHawaii/heal-common/compare/v4.23.2...v4.23.3) (2018-09-28)
3054
3055
3056
3057<a name="4.23.2"></a>
3058## [4.23.2](https://github.com/SustainHawaii/heal-common/compare/v4.23.1...v4.23.2) (2018-09-28)
3059
3060
3061
3062<a name="4.23.1"></a>
3063## [4.23.1](https://github.com/SustainHawaii/heal-common/compare/v4.23.0...v4.23.1) (2018-09-28)
3064
3065
3066
3067<a name="4.23.0"></a>
3068# [4.23.0](https://github.com/SustainHawaii/heal-common/compare/v4.22.0...v4.23.0) (2018-09-28)
3069
3070
3071### Features
3072
3073* completeWithError function ([dfaa4e7](https://github.com/SustainHawaii/heal-common/commit/dfaa4e7))
3074
3075
3076
3077<a name="4.22.0"></a>
3078# [4.22.0](https://github.com/SustainHawaii/heal-common/compare/v4.21.9...v4.22.0) (2018-09-25)
3079
3080
3081### Bug Fixes
3082
3083* correct method names for removing users and entities ([a43dc08](https://github.com/SustainHawaii/heal-common/commit/a43dc08))
3084
3085
3086### Features
3087
3088* add multiple environment configs and use to determine pwa url for emails ([b3bfcf9](https://github.com/SustainHawaii/heal-common/commit/b3bfcf9))
3089
3090
3091
3092<a name="4.21.9"></a>
3093## [4.21.9](https://github.com/SustainHawaii/heal-common/compare/v4.21.8...v4.21.9) (2018-09-19)
3094
3095
3096
3097<a name="4.21.8"></a>
3098## [4.21.8](https://github.com/SustainHawaii/heal-common/compare/v4.21.7...v4.21.8) (2018-09-18)
3099
3100
3101
3102<a name="4.21.7"></a>
3103## [4.21.7](https://github.com/SustainHawaii/heal-common/compare/v4.21.6...v4.21.7) (2018-09-18)
3104
3105
3106
3107<a name="4.21.6"></a>
3108## [4.21.6](https://github.com/SustainHawaii/heal-common/compare/v4.21.5...v4.21.6) (2018-09-18)
3109
3110
3111
3112<a name="4.21.5"></a>
3113## [4.21.5](https://github.com/SustainHawaii/heal-common/compare/v4.21.4...v4.21.5) (2018-09-18)
3114
3115
3116
3117<a name="4.21.4"></a>
3118## [4.21.4](https://github.com/SustainHawaii/heal-common/compare/v4.21.3...v4.21.4) (2018-09-18)
3119
3120
3121### Bug Fixes
3122
3123* use tempObjectStore fulfillmentValue ([d0139b9](https://github.com/SustainHawaii/heal-common/commit/d0139b9))
3124
3125
3126
3127<a name="4.21.3"></a>
3128## [4.21.3](https://github.com/SustainHawaii/heal-common/compare/v4.21.2...v4.21.3) (2018-09-18)
3129
3130
3131
3132<a name="4.21.2"></a>
3133## [4.21.2](https://github.com/SustainHawaii/heal-common/compare/v4.21.1...v4.21.2) (2018-09-16)
3134
3135
3136
3137<a name="4.21.1"></a>
3138## [4.21.1](https://github.com/SustainHawaii/heal-common/compare/v4.21.0...v4.21.1) (2018-09-13)
3139
3140
3141### Bug Fixes
3142
3143* use correct collection name 'users' for context.objectName 'user' ([de4032f](https://github.com/SustainHawaii/heal-common/commit/de4032f))
3144
3145
3146
3147<a name="4.21.0"></a>
3148# [4.21.0](https://github.com/SustainHawaii/heal-common/compare/v4.20.3...v4.21.0) (2018-09-11)
3149
3150
3151### Features
3152
3153* setPreSaveData, getPreSaveData ([79e7563](https://github.com/SustainHawaii/heal-common/commit/79e7563))
3154
3155
3156
3157<a name="4.20.3"></a>
3158## [4.20.3](https://github.com/SustainHawaii/heal-common/compare/v4.20.2...v4.20.3) (2018-09-11)
3159
3160
3161
3162<a name="4.20.2"></a>
3163## [4.20.2](https://github.com/SustainHawaii/heal-common/compare/v4.20.1...v4.20.2) (2018-09-11)
3164
3165
3166
3167<a name="4.20.1"></a>
3168## [4.20.1](https://github.com/SustainHawaii/heal-common/compare/v4.20.0...v4.20.1) (2018-09-11)
3169
3170
3171
3172<a name="4.20.0"></a>
3173# [4.20.0](https://github.com/SustainHawaii/heal-common/compare/v4.19.0...v4.20.0) (2018-09-11)
3174
3175
3176### Features
3177
3178* getSecurityContext ([29c2d17](https://github.com/SustainHawaii/heal-common/commit/29c2d17))
3179
3180
3181
3182<a name="4.19.0"></a>
3183# [4.19.0](https://github.com/SustainHawaii/heal-common/compare/v4.18.1...v4.19.0) (2018-08-31)
3184
3185
3186### Features
3187
3188* add webhookReceiverUserId to app config ([2df163d](https://github.com/SustainHawaii/heal-common/commit/2df163d))
3189
3190
3191
3192<a name="4.18.1"></a>
3193## [4.18.1](https://github.com/SustainHawaii/heal-common/compare/v4.18.0...v4.18.1) (2018-08-27)
3194
3195
3196
3197<a name="4.18.0"></a>
3198# [4.18.0](https://github.com/SustainHawaii/heal-common/compare/v4.17.2...v4.18.0) (2018-08-27)
3199
3200
3201### Features
3202
3203* add GraphDatabase client ([80e33a9](https://github.com/SustainHawaii/heal-common/commit/80e33a9))
3204
3205
3206
3207<a name="4.17.2"></a>
3208## [4.17.2](https://github.com/SustainHawaii/heal-common/compare/v4.17.1...v4.17.2) (2018-07-13)
3209
3210
3211
3212<a name="4.17.1"></a>
3213## [4.17.1](https://github.com/SustainHawaii/heal-common/compare/v4.17.0...v4.17.1) (2018-07-13)
3214
3215
3216
3217<a name="4.17.0"></a>
3218# [4.17.0](https://github.com/SustainHawaii/heal-common/compare/v4.16.0...v4.17.0) (2018-07-13)
3219
3220
3221### Features
3222
3223* UnitConverter ([2b1048d](https://github.com/SustainHawaii/heal-common/commit/2b1048d))
3224
3225
3226
3227<a name="4.16.0"></a>
3228# [4.16.0](https://github.com/SustainHawaii/heal-common/compare/v4.15.0...v4.16.0) (2018-07-12)
3229
3230
3231### Features
3232
3233* UnitConverter ([ccaadf0](https://github.com/SustainHawaii/heal-common/commit/ccaadf0))
3234
3235
3236
3237<a name="4.15.0"></a>
3238# [4.15.0](https://github.com/SustainHawaii/heal-common/compare/v4.14.0...v4.15.0) (2018-07-11)
3239
3240
3241### Features
3242
3243* isNonEmptyArray function ([401031a](https://github.com/SustainHawaii/heal-common/commit/401031a))
3244
3245
3246
3247<a name="4.14.0"></a>
3248# [4.14.0](https://github.com/SustainHawaii/heal-common/compare/v4.13.0...v4.14.0) (2018-06-12)
3249
3250
3251### Features
3252
3253* properly stringify errors and other values from 2nd parameter ([050fc6c](https://github.com/SustainHawaii/heal-common/commit/050fc6c))
3254
3255
3256
3257<a name="4.13.0"></a>
3258# [4.13.0](https://github.com/SustainHawaii/heal-common/compare/v4.12.6...v4.13.0) (2018-06-12)
3259
3260
3261### Features
3262
3263* Db.findOne function ([02499f8](https://github.com/SustainHawaii/heal-common/commit/02499f8))
3264
3265
3266
3267<a name="4.12.6"></a>
3268## [4.12.6](https://github.com/SustainHawaii/heal-common/compare/v4.12.5...v4.12.6) (2018-06-12)
3269
3270
3271
3272<a name="4.12.5"></a>
3273## [4.12.5](https://github.com/SustainHawaii/heal-common/compare/v4.12.4...v4.12.5) (2018-06-12)
3274
3275
3276
3277<a name="4.12.4"></a>
3278## [4.12.4](https://github.com/SustainHawaii/heal-common/compare/v4.12.3...v4.12.4) (2018-06-12)
3279
3280
3281### Bug Fixes
3282
3283* because flex-sdk 3.0.0-beta-2 dataStore and userStore methods return promises ([4a3b8a6](https://github.com/SustainHawaii/heal-common/commit/4a3b8a6))
3284
3285
3286
3287<a name="4.12.3"></a>
3288## [4.12.3](https://github.com/SustainHawaii/heal-common/compare/v4.12.2...v4.12.3) (2018-06-12)
3289
3290
3291### Bug Fixes
3292
3293* catch and log various errors ([4b66ef0](https://github.com/SustainHawaii/heal-common/commit/4b66ef0))
3294
3295
3296
3297<a name="4.12.2"></a>
3298## [4.12.2](https://github.com/SustainHawaii/heal-common/compare/v4.12.1...v4.12.2) (2018-06-12)
3299
3300
3301
3302<a name="4.12.1"></a>
3303## [4.12.1](https://github.com/SustainHawaii/heal-common/compare/v4.12.0...v4.12.1) (2018-06-12)
3304
3305
3306### Bug Fixes
3307
3308* because flex-sdk 3.0.0-beta-2 dataStore and userStore methods return promises ([5a206f8](https://github.com/SustainHawaii/heal-common/commit/5a206f8))
3309
3310
3311
3312<a name="4.12.0"></a>
3313# [4.12.0](https://github.com/SustainHawaii/heal-common/compare/v4.11.4...v4.12.0) (2018-06-11)
3314
3315
3316### Features
3317
3318* logAndThrow function ([3f44f03](https://github.com/SustainHawaii/heal-common/commit/3f44f03))
3319* store and lookup creds by api's user id as well as healthies user id ([fec9874](https://github.com/SustainHawaii/heal-common/commit/fec9874))
3320
3321
3322
3323<a name="4.11.4"></a>
3324## [4.11.4](https://github.com/SustainHawaii/heal-common/compare/v4.11.3...v4.11.4) (2018-06-01)
3325
3326
3327### Bug Fixes
3328
3329* usage of kinveyEntity module ([046dadb](https://github.com/SustainHawaii/heal-common/commit/046dadb))
3330
3331
3332
3333<a name="4.11.3"></a>
3334## [4.11.3](https://github.com/SustainHawaii/heal-common/compare/v4.11.2...v4.11.3) (2018-06-01)
3335
3336
3337### Bug Fixes
3338
3339* method call signature ([6483dec](https://github.com/SustainHawaii/heal-common/commit/6483dec))
3340
3341
3342
3343<a name="4.11.2"></a>
3344## [4.11.2](https://github.com/SustainHawaii/heal-common/compare/v4.11.1...v4.11.2) (2018-06-01)
3345
3346
3347### Bug Fixes
3348
3349* return null if no creds found ([a853a2c](https://github.com/SustainHawaii/heal-common/commit/a853a2c))
3350
3351
3352
3353<a name="4.11.1"></a>
3354## [4.11.1](https://github.com/SustainHawaii/heal-common/compare/v4.11.0...v4.11.1) (2018-06-01)
3355
3356
3357
3358<a name="4.11.0"></a>
3359# [4.11.0](https://github.com/SustainHawaii/heal-common/compare/v4.10.1...v4.11.0) (2018-06-01)
3360
3361
3362### Features
3363
3364* denormalize api credential boolean to user record ([e299158](https://github.com/SustainHawaii/heal-common/commit/e299158))
3365
3366
3367
3368<a name="4.10.1"></a>
3369## [4.10.1](https://github.com/SustainHawaii/heal-common/compare/v4.10.0...v4.10.1) (2018-06-01)
3370
3371
3372
3373<a name="4.10.0"></a>
3374# [4.10.0](https://github.com/SustainHawaii/heal-common/compare/v4.9.0...v4.10.0) (2018-06-01)
3375
3376
3377### Features
3378
3379* add UserApiCreds class and export ([6aa092a](https://github.com/SustainHawaii/heal-common/commit/6aa092a))
3380* remove RestClient class (will just use request-promise as needed) ([92a6932](https://github.com/SustainHawaii/heal-common/commit/92a6932))
3381
3382
3383
3384<a name="4.9.0"></a>
3385# [4.9.0](https://github.com/SustainHawaii/heal-common/compare/v4.8.1...v4.9.0) (2018-05-30)
3386
3387
3388### Features
3389
3390* add UserApiCreds class and export ([8666712](https://github.com/SustainHawaii/heal-common/commit/8666712))
3391
3392
3393
3394<a name="4.8.1"></a>
3395## [4.8.1](https://github.com/SustainHawaii/heal-common/compare/v4.8.0...v4.8.1) (2018-05-29)
3396
3397
3398
3399<a name="4.8.0"></a>
3400# [4.8.0](https://github.com/SustainHawaii/heal-common/compare/v4.7.0...v4.8.0) (2018-05-29)
3401
3402
3403### Features
3404
3405* add UserApiCredentials class and export ([09a0443](https://github.com/SustainHawaii/heal-common/commit/09a0443))
3406
3407
3408
3409<a name="4.7.0"></a>
3410# [4.7.0](https://github.com/SustainHawaii/heal-common/compare/v4.6.1...v4.7.0) (2018-05-29)
3411
3412
3413### Features
3414
3415* add RestClient class and export ([531ecbd](https://github.com/SustainHawaii/heal-common/commit/531ecbd))
3416
3417
3418
3419<a name="4.6.1"></a>
3420## [4.6.1](https://github.com/SustainHawaii/heal-common/compare/v4.6.0...v4.6.1) (2018-05-16)
3421
3422
3423
3424<a name="4.6.0"></a>
3425# [4.6.0](https://github.com/SustainHawaii/heal-common/compare/v4.5.12...v4.6.0) (2018-05-16)
3426
3427
3428### Features
3429
3430* removeEntity method ([8f5c30c](https://github.com/SustainHawaii/heal-common/commit/8f5c30c))
3431
3432
3433
3434<a name="4.5.12"></a>
3435## [4.5.12](https://github.com/SustainHawaii/heal-common/compare/v4.5.11...v4.5.12) (2018-05-16)
3436
3437
3438### Bug Fixes
3439
3440* default replyTo to to ([decdfa4](https://github.com/SustainHawaii/heal-common/commit/decdfa4))
3441
3442
3443
3444<a name="4.5.11"></a>
3445## [4.5.11](https://github.com/SustainHawaii/heal-common/compare/v4.5.10...v4.5.11) (2018-05-10)
3446
3447
3448### Bug Fixes
3449
3450* display "Healthies" in from address ([1fdb8e4](https://github.com/SustainHawaii/heal-common/commit/1fdb8e4))
3451
3452
3453
3454<a name="4.5.10"></a>
3455## [4.5.10](https://github.com/SustainHawaii/heal-common/compare/v4.5.9...v4.5.10) (2018-05-10)
3456
3457
3458
3459<a name="4.5.9"></a>
3460## [4.5.9](https://github.com/SustainHawaii/heal-common/compare/v4.5.8...v4.5.9) (2018-05-10)
3461
3462
3463### Bug Fixes
3464
3465* company name in email footer ([b838596](https://github.com/SustainHawaii/heal-common/commit/b838596))
3466* email sending failure check ([f0db05a](https://github.com/SustainHawaii/heal-common/commit/f0db05a))
3467* email sign-off text ([a8d326d](https://github.com/SustainHawaii/heal-common/commit/a8d326d))
3468* support reply-to and default value ([a0ff9ee](https://github.com/SustainHawaii/heal-common/commit/a0ff9ee))
3469
3470
3471
3472<a name="4.5.8"></a>
3473## [4.5.8](https://github.com/SustainHawaii/heal-common/compare/v4.5.7...v4.5.8) (2018-05-09)
3474
3475
3476### Bug Fixes
3477
3478* more descriptive logging of email result ([122eb8f](https://github.com/SustainHawaii/heal-common/commit/122eb8f))
3479
3480
3481
3482<a name="4.5.7"></a>
3483## [4.5.7](https://github.com/SustainHawaii/heal-common/compare/v4.5.6...v4.5.7) (2018-05-09)
3484
3485
3486### Bug Fixes
3487
3488* more descriptive logging of email result ([eba5c99](https://github.com/SustainHawaii/heal-common/commit/eba5c99))
3489* test of getEmailContents ([fa069af](https://github.com/SustainHawaii/heal-common/commit/fa069af))
3490
3491
3492
3493<a name="4.5.6"></a>
3494## [4.5.6](https://github.com/SustainHawaii/heal-common/compare/v4.5.5...v4.5.6) (2018-05-09)
3495
3496
3497### Bug Fixes
3498
3499* make sure non-js files are copied when compiling ([bcbb042](https://github.com/SustainHawaii/heal-common/commit/bcbb042))
3500
3501
3502
3503<a name="4.5.5"></a>
3504## [4.5.5](https://github.com/SustainHawaii/heal-common/compare/v4.5.4...v4.5.5) (2018-05-09)
3505
3506
3507
3508<a name="4.5.4"></a>
3509## [4.5.4](https://github.com/SustainHawaii/heal-common/compare/v4.5.3...v4.5.4) (2018-05-09)
3510
3511
3512
3513<a name="4.5.3"></a>
3514## [4.5.3](https://github.com/SustainHawaii/heal-common/compare/v4.5.2...v4.5.3) (2018-05-09)
3515
3516
3517
3518<a name="4.5.2"></a>
3519## [4.5.2](https://github.com/SustainHawaii/heal-common/compare/v4.5.1...v4.5.2) (2018-05-09)
3520
3521
3522
3523<a name="4.5.1"></a>
3524## [4.5.1](https://github.com/SustainHawaii/heal-common/compare/v4.5.0...v4.5.1) (2018-05-09)
3525
3526
3527
3528<a name="4.5.0"></a>
3529# [4.5.0](https://github.com/SustainHawaii/heal-common/compare/v4.4.0...v4.5.0) (2018-05-09)
3530
3531
3532### Features
3533
3534* Email class ([6947de2](https://github.com/SustainHawaii/heal-common/commit/6947de2))
3535
3536
3537
3538<a name="4.4.0"></a>
3539# [4.4.0](https://github.com/SustainHawaii/heal-common/compare/v4.3.1...v4.4.0) (2018-05-07)
3540
3541
3542### Features
3543
3544* refactor handler registration by adding registerFlexFuncs function ([970edcd](https://github.com/SustainHawaii/heal-common/commit/970edcd))
3545
3546
3547
3548<a name="4.3.1"></a>
3549## [4.3.1](https://github.com/SustainHawaii/heal-common/compare/v4.3.0...v4.3.1) (2018-05-06)
3550
3551
3552
3553<a name="4.3.0"></a>
3554# [4.3.0](https://github.com/SustainHawaii/heal-common/compare/v4.2.0...v4.3.0) (2018-05-06)
3555
3556
3557### Features
3558
3559* Db.saveUser ([f3e3d36](https://github.com/SustainHawaii/heal-common/commit/f3e3d36))
3560
3561
3562
3563<a name="4.2.0"></a>
3564# [4.2.0](https://github.com/SustainHawaii/heal-common/compare/v4.1.12...v4.2.0) (2018-05-06)
3565
3566
3567### Features
3568
3569* getUser ([5ec4ae1](https://github.com/SustainHawaii/heal-common/commit/5ec4ae1))
3570* getUserById ([9cd0e91](https://github.com/SustainHawaii/heal-common/commit/9cd0e91))
3571
3572
3573
3574<a name="4.1.12"></a>
3575## [4.1.12](https://github.com/SustainHawaii/heal-common/compare/v4.1.11...v4.1.12) (2018-05-06)
3576
3577
3578
3579<a name="4.1.11"></a>
3580## [4.1.11](https://github.com/SustainHawaii/heal-common/compare/v4.1.10...v4.1.11) (2018-05-06)
3581
3582
3583### Bug Fixes
3584
3585* reversed key and value ([89b0c43](https://github.com/SustainHawaii/heal-common/commit/89b0c43))
3586
3587
3588
3589<a name="4.1.10"></a>
3590## [4.1.10](https://github.com/SustainHawaii/heal-common/compare/v4.1.9...v4.1.10) (2018-05-06)
3591
3592
3593
3594<a name="4.1.9"></a>
3595## [4.1.9](https://github.com/SustainHawaii/heal-common/compare/v4.1.8...v4.1.9) (2018-05-06)
3596
3597
3598### Bug Fixes
3599
3600* break out and fix constraints conversion from short-hand format ([a5eeca6](https://github.com/SustainHawaii/heal-common/commit/a5eeca6))
3601
3602
3603
3604<a name="4.1.8"></a>
3605## [4.1.8](https://github.com/SustainHawaii/heal-common/compare/v4.1.7...v4.1.8) (2018-05-06)
3606
3607
3608
3609<a name="4.1.7"></a>
3610## [4.1.7](https://github.com/SustainHawaii/heal-common/compare/v4.1.6...v4.1.7) (2018-05-06)
3611
3612
3613### Bug Fixes
3614
3615* use Async versions of dataStore methods ([47f4acd](https://github.com/SustainHawaii/heal-common/commit/47f4acd))
3616
3617
3618
3619<a name="4.1.6"></a>
3620## [4.1.6](https://github.com/SustainHawaii/heal-common/compare/v4.1.5...v4.1.6) (2018-05-06)
3621
3622
3623### Bug Fixes
3624
3625* variable name ([4ec2cf3](https://github.com/SustainHawaii/heal-common/commit/4ec2cf3))
3626
3627
3628
3629<a name="4.1.5"></a>
3630## [4.1.5](https://github.com/SustainHawaii/heal-common/compare/v4.1.4...v4.1.5) (2018-05-06)
3631
3632
3633### Bug Fixes
3634
3635* variable scoping ([231c71b](https://github.com/SustainHawaii/heal-common/commit/231c71b))
3636
3637
3638
3639<a name="4.1.4"></a>
3640## [4.1.4](https://github.com/SustainHawaii/heal-common/compare/v4.1.3...v4.1.4) (2018-05-06)
3641
3642
3643### Bug Fixes
3644
3645* include lodash! ([7e2fb07](https://github.com/SustainHawaii/heal-common/commit/7e2fb07))
3646
3647
3648
3649<a name="4.1.3"></a>
3650## [4.1.3](https://github.com/SustainHawaii/heal-common/compare/v4.1.2...v4.1.3) (2018-05-05)
3651
3652
3653### Bug Fixes
3654
3655* use correct name for users collection ([9495197](https://github.com/SustainHawaii/heal-common/commit/9495197))
3656
3657
3658
3659<a name="4.1.2"></a>
3660## [4.1.2](https://github.com/SustainHawaii/heal-common/compare/v4.1.1...v4.1.2) (2018-05-03)
3661
3662
3663
3664<a name="4.1.1"></a>
3665## [4.1.1](https://github.com/SustainHawaii/heal-common/compare/v4.1.0...v4.1.1) (2018-05-03)
3666
3667
3668### Bug Fixes
3669
3670* capitalize Database file name and Db exported constant ([49c9775](https://github.com/SustainHawaii/heal-common/commit/49c9775))
3671
3672
3673
3674<a name="4.1.0"></a>
3675# [4.1.0](https://github.com/SustainHawaii/heal-common/compare/v4.0.7...v4.1.0) (2018-05-03)
3676
3677
3678### Features
3679
3680* shortcut methods that require queries ([324e81d](https://github.com/SustainHawaii/heal-common/commit/324e81d))
3681
3682
3683
3684<a name="4.0.7"></a>
3685## [4.0.7](https://github.com/SustainHawaii/heal-common/compare/v4.0.6...v4.0.7) (2018-05-02)
3686
3687
3688
3689<a name="4.0.6"></a>
3690## [4.0.6](https://github.com/SustainHawaii/heal-common/compare/v4.0.5...v4.0.6) (2018-05-02)
3691
3692
3693
3694<a name="4.0.5"></a>
3695## [4.0.5](https://github.com/SustainHawaii/heal-common/compare/v4.0.4...v4.0.5) (2018-05-02)
3696
3697
3698### Bug Fixes
3699
3700* force denormalization when requested ([ad6c7f4](https://github.com/SustainHawaii/heal-common/commit/ad6c7f4))
3701
3702
3703
3704<a name="4.0.4"></a>
3705## [4.0.4](https://github.com/SustainHawaii/heal-common/compare/v4.0.3...v4.0.4) (2018-05-02)
3706
3707
3708
3709<a name="4.0.3"></a>
3710## [4.0.3](https://github.com/SustainHawaii/heal-common/compare/v4.0.2...v4.0.3) (2018-05-01)
3711
3712
3713
3714<a name="4.0.2"></a>
3715## [4.0.2](https://github.com/SustainHawaii/heal-common/compare/v4.0.1...v4.0.2) (2018-05-01)
3716
3717
3718### Bug Fixes
3719
3720* default empty object ([fae0102](https://github.com/SustainHawaii/heal-common/commit/fae0102))
3721* require newData._id for denormalize method ([c10f3ea](https://github.com/SustainHawaii/heal-common/commit/c10f3ea))
3722
3723
3724
3725<a name="4.0.1"></a>
3726## [4.0.1](https://github.com/SustainHawaii/heal-common/compare/v4.0.0...v4.0.1) (2018-04-30)
3727
3728
3729
3730<a name="4.0.0"></a>
3731# [4.0.0](https://github.com/SustainHawaii/heal-common/compare/v3.3.0...v4.0.0) (2018-04-30)
3732
3733
3734### Features
3735
3736* refactor database methods to separate file ([e2bbcc1](https://github.com/SustainHawaii/heal-common/commit/e2bbcc1))
3737* refactor most methods to separate files ([be6f270](https://github.com/SustainHawaii/heal-common/commit/be6f270))
3738
3739
3740### BREAKING CHANGES
3741
3742* database methods are now inside the db export
3743
3744
3745
3746<a name="3.3.0"></a>
3747# [3.3.0](https://github.com/SustainHawaii/heal-common/compare/v3.2.7...v3.3.0) (2018-04-28)
3748
3749
3750### Features
3751
3752* copy userStore.updateAsync to userStore.saveAsync to emulate class interface of dataStore ([7b1162d](https://github.com/SustainHawaii/heal-common/commit/7b1162d))
3753
3754
3755
3756<a name="3.2.7"></a>
3757## [3.2.7](https://github.com/SustainHawaii/heal-common/compare/v3.2.6...v3.2.7) (2018-04-28)
3758
3759
3760### Bug Fixes
3761
3762* if can't retrieve oldData, it means it's a new entity, so just set oldData to empty object and continue ([b120b4b](https://github.com/SustainHawaii/heal-common/commit/b120b4b))
3763* if can't retrieve oldData, it means it's a new entity, so just set oldData to empty object and continue ([cfc1405](https://github.com/SustainHawaii/heal-common/commit/cfc1405))
3764
3765
3766
3767<a name="3.2.6"></a>
3768## [3.2.6](https://github.com/SustainHawaii/heal-common/compare/v3.2.5...v3.2.6) (2018-04-28)
3769
3770
3771### Bug Fixes
3772
3773* modify log function so it logs on a single line, if possible, to avoid interleaved lines in Flex Service logs ([cf6da07](https://github.com/SustainHawaii/heal-common/commit/cf6da07))
3774
3775
3776
3777<a name="3.2.5"></a>
3778## [3.2.5](https://github.com/SustainHawaii/heal-common/compare/v3.2.4...v3.2.5) (2018-04-28)
3779
3780
3781### Bug Fixes
3782
3783* modify log function so it logs on a single line, if possible, to avoid interleaved lines in Flex Service logs ([6d1b8a7](https://github.com/SustainHawaii/heal-common/commit/6d1b8a7))
3784
3785
3786
3787<a name="3.2.4"></a>
3788## [3.2.4](https://github.com/SustainHawaii/heal-common/compare/v3.2.3...v3.2.4) (2018-04-28)
3789
3790
3791### Bug Fixes
3792
3793* try to keep log entries on one line ([8ef1290](https://github.com/SustainHawaii/heal-common/commit/8ef1290))
3794
3795
3796
3797<a name="3.2.3"></a>
3798## [3.2.3](https://github.com/SustainHawaii/heal-common/compare/v3.2.2...v3.2.3) (2018-04-28)
3799
3800
3801### Bug Fixes
3802
3803* replace isPlainObject with isObjectLike to be less restrictive ([3e48923](https://github.com/SustainHawaii/heal-common/commit/3e48923))
3804
3805
3806
3807<a name="3.2.2"></a>
3808## [3.2.2](https://github.com/SustainHawaii/heal-common/compare/v3.2.1...v3.2.2) (2018-04-27)
3809
3810
3811### Bug Fixes
3812
3813* more accurately validate params for getDenormalizedData ([3f87b5c](https://github.com/SustainHawaii/heal-common/commit/3f87b5c))
3814
3815
3816
3817<a name="3.2.1"></a>
3818## [3.2.1](https://github.com/SustainHawaii/heal-common/compare/v3.2.0...v3.2.1) (2018-04-27)
3819
3820
3821
3822<a name="3.2.0"></a>
3823# [3.2.0](https://github.com/SustainHawaii/heal-common/compare/v3.1.0...v3.2.0) (2018-04-27)
3824
3825
3826### Features
3827
3828* validate items before finding, adding or deleting from array ([68ffa80](https://github.com/SustainHawaii/heal-common/commit/68ffa80))
3829
3830
3831
3832<a name="3.1.0"></a>
3833# [3.1.0](https://github.com/SustainHawaii/heal-common/compare/v3.0.3...v3.1.0) (2018-04-27)
3834
3835
3836### Features
3837
3838* convert entityList object to class with static methods and separate tests ([108a9b2](https://github.com/SustainHawaii/heal-common/commit/108a9b2))
3839
3840
3841
3842<a name="3.0.3"></a>
3843## [3.0.3](https://github.com/SustainHawaii/heal-common/compare/v3.0.2...v3.0.3) (2018-04-24)
3844
3845
3846
3847<a name="3.0.2"></a>
3848## [3.0.2](https://github.com/SustainHawaii/heal-common/compare/v3.0.1...v3.0.2) (2018-04-24)
3849
3850
3851
3852<a name="3.0.1"></a>
3853## [3.0.1](https://github.com/SustainHawaii/heal-common/compare/v3.0.0...v3.0.1) (2018-04-24)
3854
3855
3856
3857<a name="3.0.0"></a>
3858# [3.0.0](https://github.com/SustainHawaii/heal-common/compare/v2.19.5...v3.0.0) (2018-04-24)
3859
3860
3861### Chores
3862
3863* rename two methods to match Kinvey naming convention ([ace3d9d](https://github.com/SustainHawaii/heal-common/commit/ace3d9d))
3864
3865
3866### BREAKING CHANGES
3867
3868* public method renaming
3869
3870
3871
3872<a name="2.19.5"></a>
3873## [2.19.5](https://github.com/SustainHawaii/heal-common/compare/v2.19.4...v2.19.5) (2018-04-20)
3874
3875
3876### Bug Fixes
3877
3878* use correct function name for saving entities ([26dcf53](https://github.com/SustainHawaii/heal-common/commit/26dcf53))
3879
3880
3881
3882<a name="2.19.4"></a>
3883## [2.19.4](https://github.com/SustainHawaii/heal-common/compare/v2.19.3...v2.19.4) (2018-04-20)
3884
3885
3886
3887<a name="2.19.3"></a>
3888## [2.19.3](https://github.com/SustainHawaii/heal-common/compare/v2.19.2...v2.19.3) (2018-04-20)
3889
3890
3891### Bug Fixes
3892
3893* make some functions async ([7e9e8a4](https://github.com/SustainHawaii/heal-common/commit/7e9e8a4))
3894
3895
3896
3897<a name="2.19.2"></a>
3898## [2.19.2](https://github.com/SustainHawaii/heal-common/compare/v2.19.1...v2.19.2) (2018-04-20)
3899
3900
3901
3902<a name="2.19.1"></a>
3903## [2.19.1](https://github.com/SustainHawaii/heal-common/compare/v2.19.0...v2.19.1) (2018-04-20)
3904
3905
3906### Bug Fixes
3907
3908* disambiguate possibly conflicting variable name ([5619ba2](https://github.com/SustainHawaii/heal-common/commit/5619ba2))
3909
3910
3911
3912<a name="2.19.0"></a>
3913# [2.19.0](https://github.com/SustainHawaii/heal-common/compare/v2.18.0...v2.19.0) (2018-04-20)
3914
3915
3916### Features
3917
3918* add entity updating functions and a supporting getAsyncStore function ([fcdf3f5](https://github.com/SustainHawaii/heal-common/commit/fcdf3f5))
3919
3920
3921
3922<a name="2.18.0"></a>
3923# [2.18.0](https://github.com/SustainHawaii/heal-common/compare/v2.17.1...v2.18.0) (2018-04-20)
3924
3925
3926### Features
3927
3928* returns denormalized data objects for multiple destination collections, instead of for just one destination collection ([18907a7](https://github.com/SustainHawaii/heal-common/commit/18907a7))
3929
3930
3931
3932<a name="2.17.1"></a>
3933## [2.17.1](https://github.com/SustainHawaii/heal-common/compare/v2.17.0...v2.17.1) (2018-04-20)
3934
3935
3936### Bug Fixes
3937
3938* rename variable ([a9605c7](https://github.com/SustainHawaii/heal-common/commit/a9605c7))
3939
3940
3941
3942<a name="2.17.0"></a>
3943# [2.17.0](https://github.com/SustainHawaii/heal-common/compare/v2.16.3...v2.17.0) (2018-04-20)
3944
3945
3946### Features
3947
3948* returns denormalized data objects for multiple destination collections, instead of for just one destination collection ([75f206b](https://github.com/SustainHawaii/heal-common/commit/75f206b))
3949
3950
3951
3952<a name="2.16.3"></a>
3953## [2.16.3](https://github.com/SustainHawaii/heal-common/compare/v2.16.2...v2.16.3) (2018-04-19)
3954
3955
3956### Bug Fixes
3957
3958* make sure to return null for denormData if there is none ([9e33759](https://github.com/SustainHawaii/heal-common/commit/9e33759))
3959
3960
3961
3962<a name="2.16.2"></a>
3963## [2.16.2](https://github.com/SustainHawaii/heal-common/compare/v2.16.1...v2.16.2) (2018-04-19)
3964
3965
3966
3967<a name="2.16.1"></a>
3968## [2.16.1](https://github.com/SustainHawaii/heal-common/compare/v2.16.0...v2.16.1) (2018-04-19)
3969
3970
3971### Bug Fixes
3972
3973* make sure to return null for denormData if there is none ([6a44940](https://github.com/SustainHawaii/heal-common/commit/6a44940))
3974
3975
3976
3977<a name="2.16.0"></a>
3978# [2.16.0](https://github.com/SustainHawaii/heal-common/compare/v2.15.3...v2.16.0) (2018-04-19)
3979
3980
3981### Features
3982
3983* remove newUser method ([79ddde9](https://github.com/SustainHawaii/heal-common/commit/79ddde9))
3984
3985
3986
3987<a name="2.15.3"></a>
3988## [2.15.3](https://github.com/SustainHawaii/heal-common/compare/v2.15.2...v2.15.3) (2018-04-19)
3989
3990
3991
3992<a name="2.15.2"></a>
3993## [2.15.2](https://github.com/SustainHawaii/heal-common/compare/v2.15.1...v2.15.2) (2018-04-19)
3994
3995
3996
3997<a name="2.15.1"></a>
3998## [2.15.1](https://github.com/SustainHawaii/heal-common/compare/v2.15.0...v2.15.1) (2018-04-19)
3999
4000
4001
4002<a name="2.15.0"></a>
4003# [2.15.0](https://github.com/SustainHawaii/heal-common/compare/v2.14.0...v2.15.0) (2018-04-19)
4004
4005
4006### Features
4007
4008* add newUser method ([6c662e5](https://github.com/SustainHawaii/heal-common/commit/6c662e5))
4009
4010
4011
4012<a name="2.14.0"></a>
4013# [2.14.0](https://github.com/SustainHawaii/heal-common/compare/v2.13.0...v2.14.0) (2018-04-19)
4014
4015
4016### Features
4017
4018* add newUser method ([429595e](https://github.com/SustainHawaii/heal-common/commit/429595e))
4019
4020
4021
4022<a name="2.13.0"></a>
4023# [2.13.0](https://github.com/SustainHawaii/heal-common/compare/v2.12.2...v2.13.0) (2018-04-18)
4024
4025
4026### Features
4027
4028* support dataStore options ([7cf2a19](https://github.com/SustainHawaii/heal-common/commit/7cf2a19))
4029
4030
4031
4032<a name="2.12.2"></a>
4033## [2.12.2](https://github.com/SustainHawaii/heal-common/compare/v2.12.1...v2.12.2) (2018-04-18)
4034
4035
4036
4037<a name="2.12.1"></a>
4038## [2.12.1](https://github.com/SustainHawaii/heal-common/compare/v2.12.0...v2.12.1) (2018-04-18)
4039
4040
4041
4042<a name="2.12.0"></a>
4043# [2.12.0](https://github.com/SustainHawaii/heal-common/compare/v2.11.8...v2.12.0) (2018-04-18)
4044
4045
4046### Features
4047
4048* support dataStore options ([f20c708](https://github.com/SustainHawaii/heal-common/commit/f20c708))
4049
4050
4051
4052<a name="2.11.8"></a>
4053## [2.11.8](https://github.com/SustainHawaii/heal-common/compare/v2.11.7...v2.11.8) (2018-04-18)
4054
4055
4056### Bug Fixes
4057
4058* getDenormalizedData ([7042a55](https://github.com/SustainHawaii/heal-common/commit/7042a55))
4059
4060
4061
4062<a name="2.11.7"></a>
4063## [2.11.7](https://github.com/SustainHawaii/heal-common/compare/v2.11.6...v2.11.7) (2018-04-18)
4064
4065
4066
4067<a name="2.11.6"></a>
4068## [2.11.6](https://github.com/SustainHawaii/heal-common/compare/v2.11.5...v2.11.6) (2018-04-18)
4069
4070
4071
4072<a name="2.11.5"></a>
4073## [2.11.5](https://github.com/SustainHawaii/heal-common/compare/v2.11.4...v2.11.5) (2018-04-18)
4074
4075
4076
4077<a name="2.11.4"></a>
4078## [2.11.4](https://github.com/SustainHawaii/heal-common/compare/v2.11.3...v2.11.4) (2018-04-18)
4079
4080
4081### Bug Fixes
4082
4083* output hash symbols before each log message ([7bf1ae1](https://github.com/SustainHawaii/heal-common/commit/7bf1ae1))
4084
4085
4086
4087<a name="2.11.3"></a>
4088## [2.11.3](https://github.com/SustainHawaii/heal-common/compare/v2.11.2...v2.11.3) (2018-04-18)
4089
4090
4091### Bug Fixes
4092
4093* output blank lines after each log message ([31df776](https://github.com/SustainHawaii/heal-common/commit/31df776))
4094
4095
4096
4097<a name="2.11.2"></a>
4098## [2.11.2](https://github.com/SustainHawaii/heal-common/compare/v2.11.1...v2.11.2) (2018-04-18)
4099
4100
4101### Bug Fixes
4102
4103* output blank lines after each log message ([dbd1db1](https://github.com/SustainHawaii/heal-common/commit/dbd1db1))
4104
4105
4106
4107<a name="2.11.1"></a>
4108## [2.11.1](https://github.com/SustainHawaii/heal-common/compare/v2.11.0...v2.11.1) (2018-04-18)
4109
4110
4111### Bug Fixes
4112
4113* output 2 blank lines before each log message ([dc43de3](https://github.com/SustainHawaii/heal-common/commit/dc43de3))
4114
4115
4116
4117<a name="2.11.0"></a>
4118# [2.11.0](https://github.com/SustainHawaii/heal-common/compare/v2.10.1...v2.11.0) (2018-04-18)
4119
4120
4121### Features
4122
4123* add log method that calls debug when running locally, and console.log otherwise ([692535c](https://github.com/SustainHawaii/heal-common/commit/692535c))
4124
4125
4126
4127<a name="2.10.1"></a>
4128## [2.10.1](https://github.com/SustainHawaii/heal-common/compare/v2.10.0...v2.10.1) (2018-04-17)
4129
4130
4131### Bug Fixes
4132
4133* move babel plugins to dependencies to fix kinvey deployment issues ([7af3835](https://github.com/SustainHawaii/heal-common/commit/7af3835))
4134
4135
4136
4137<a name="2.10.0"></a>
4138# [2.10.0](https://github.com/SustainHawaii/heal-common/compare/v2.9.2...v2.10.0) (2018-04-13)
4139
4140
4141### Features
4142
4143* new function "mergeRestrictClean" ([c5d7814](https://github.com/SustainHawaii/heal-common/commit/c5d7814))
4144
4145
4146
4147<a name="2.9.2"></a>
4148## [2.9.2](https://github.com/SustainHawaii/heal-common/compare/v2.9.1...v2.9.2) (2018-04-12)
4149
4150
4151
4152<a name="2.9.1"></a>
4153## [2.9.1](https://github.com/SustainHawaii/heal-common/compare/v2.9.0...v2.9.1) (2018-04-12)
4154
4155
4156
4157<a name="2.9.0"></a>
4158# [2.9.0](https://github.com/SustainHawaii/heal-common/compare/v2.8.3...v2.9.0) (2018-04-12)
4159
4160
4161### Features
4162
4163* add optional oldData param to getDenormalizedData ([fb45731](https://github.com/SustainHawaii/heal-common/commit/fb45731))
4164
4165
4166
4167<a name="2.8.3"></a>
4168## [2.8.3](https://github.com/SustainHawaii/heal-common/compare/v2.8.2...v2.8.3) (2018-04-11)
4169
4170
4171
4172<a name="2.8.2"></a>
4173## [2.8.2](https://github.com/SustainHawaii/heal-common/compare/v2.8.1...v2.8.2) (2018-04-11)
4174
4175
4176
4177<a name="2.8.1"></a>
4178## [2.8.1](https://github.com/SustainHawaii/heal-common/compare/v2.8.0...v2.8.1) (2018-04-11)
4179
4180
4181
4182<a name="2.8.0"></a>
4183# [2.8.0](https://github.com/SustainHawaii/heal-common/compare/v2.7.1...v2.8.0) (2018-04-11)
4184
4185
4186### Features
4187
4188* remove logger ([46b1578](https://github.com/SustainHawaii/heal-common/commit/46b1578))
4189
4190
4191
4192<a name="2.7.1"></a>
4193## [2.7.1](https://github.com/SustainHawaii/heal-common/compare/v2.7.0...v2.7.1) (2018-04-10)
4194
4195
4196
4197<a name="2.7.0"></a>
4198# [2.7.0](https://github.com/SustainHawaii/heal-common/compare/v2.6.0...v2.7.0) (2018-04-10)
4199
4200
4201### Bug Fixes
4202
4203* promisification of dataStore module ([cfe6cf8](https://github.com/SustainHawaii/heal-common/commit/cfe6cf8))
4204
4205
4206### Features
4207
4208* remove logger ([9ac3937](https://github.com/SustainHawaii/heal-common/commit/9ac3937))
4209
4210
4211
4212<a name="2.6.0"></a>
4213# [2.6.0](https://github.com/SustainHawaii/heal-common/compare/v2.5.1...v2.6.0) (2018-04-10)
4214
4215
4216### Features
4217
4218* remove logger ([25454ad](https://github.com/SustainHawaii/heal-common/commit/25454ad))
4219
4220
4221
4222<a name="2.5.1"></a>
4223## [2.5.1](https://github.com/SustainHawaii/heal-common/compare/v2.5.0...v2.5.1) (2018-04-10)
4224
4225
4226
4227<a name="2.5.0"></a>
4228# [2.5.0](https://github.com/SustainHawaii/heal-common/compare/v2.4.12...v2.5.0) (2018-04-10)
4229
4230
4231### Bug Fixes
4232
4233* fix logger and prettify ([b541f4b](https://github.com/SustainHawaii/heal-common/commit/b541f4b))
4234* fix logger and prettify ([d0bb82e](https://github.com/SustainHawaii/heal-common/commit/d0bb82e))
4235
4236
4237### Features
4238
4239* joinOrg method ([c960c19](https://github.com/SustainHawaii/heal-common/commit/c960c19))
4240
4241
4242
4243<a name="2.4.12"></a>
4244## [2.4.12](https://github.com/SustainHawaii/heal-common/compare/v2.4.11...v2.4.12) (2018-04-09)
4245
4246
4247
4248<a name="2.4.11"></a>
4249## [2.4.11](https://github.com/SustainHawaii/heal-common/compare/v2.4.10...v2.4.11) (2018-04-09)
4250
4251
4252
4253<a name="2.4.10"></a>
4254## [2.4.10](https://github.com/SustainHawaii/heal-common/compare/v2.4.9...v2.4.10) (2018-04-09)
4255
4256
4257
4258<a name="2.4.9"></a>
4259## [2.4.9](https://github.com/SustainHawaii/heal-common/compare/v2.4.8...v2.4.9) (2018-04-09)
4260
4261
4262
4263<a name="2.4.8"></a>
4264## [2.4.8](https://github.com/SustainHawaii/heal-common/compare/v2.4.7...v2.4.8) (2018-04-09)
4265
4266
4267
4268<a name="2.4.7"></a>
4269## [2.4.7](https://github.com/SustainHawaii/heal-common/compare/v2.4.6...v2.4.7) (2018-04-09)
4270
4271
4272
4273<a name="2.4.6"></a>
4274## [2.4.6](https://github.com/SustainHawaii/heal-common/compare/v2.4.5...v2.4.6) (2018-04-08)
4275
4276
4277
4278<a name="2.4.5"></a>
4279## [2.4.5](https://github.com/SustainHawaii/heal-common/compare/v2.4.4...v2.4.5) (2018-04-08)
4280
4281
4282
4283<a name="2.4.4"></a>
4284## [2.4.4](https://github.com/SustainHawaii/heal-common/compare/v2.4.3...v2.4.4) (2018-04-08)
4285
4286
4287
4288<a name="2.4.3"></a>
4289## [2.4.3](https://github.com/SustainHawaii/heal-common/compare/v2.4.1...v2.4.3) (2018-04-08)
4290
4291
4292
4293<a name="2.4.1"></a>
4294## [2.4.1](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.4.0...v2.4.1) (2018-04-07)
4295
4296
4297
4298<a name="2.4.0"></a>
4299# [2.4.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.6...v2.4.0) (2018-04-07)
4300
4301
4302### Features
4303
4304* add compiled lib directory back to git because it isn't publishing to npm ([5881d2c](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/5881d2c))
4305
4306
4307
4308<a name="2.3.6"></a>
4309## [2.3.6](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.5...v2.3.6) (2018-04-07)
4310
4311
4312
4313<a name="2.3.5"></a>
4314## [2.3.5](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.4...v2.3.5) (2018-04-07)
4315
4316
4317
4318<a name="2.3.4"></a>
4319## [2.3.4](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.3...v2.3.4) (2018-04-07)
4320
4321
4322### Bug Fixes
4323
4324* remove attempts to fix coffescript error ([c3f58fa](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/c3f58fa))
4325
4326
4327
4328<a name="2.3.3"></a>
4329## [2.3.3](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.2...v2.3.3) (2018-04-07)
4330
4331
4332### Bug Fixes
4333
4334* require kinvey sdk inside the only function that uses it so as to avoid the coffee script error breaking entire jest testing session ([e5ff130](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/e5ff130))
4335
4336
4337
4338<a name="2.3.2"></a>
4339## [2.3.2](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.1...v2.3.2) (2018-04-07)
4340
4341
4342### Bug Fixes
4343
4344* node versions supported ([a5e0be8](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/a5e0be8))
4345* update dependent packages in parallel ([aaa6060](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/aaa6060))
4346* update dependent packages sequentially ([ebf850d](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/ebf850d))
4347
4348
4349
4350<a name="2.3.1"></a>
4351## [2.3.1](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.3.0...v2.3.1) (2018-04-06)
4352
4353
4354### Bug Fixes
4355
4356* remove attempts to fix coffescript error ([1a2369f](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/1a2369f))
4357
4358
4359
4360<a name="2.3.0"></a>
4361# [2.3.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.2.0...v2.3.0) (2018-04-06)
4362
4363
4364### Bug Fixes
4365
4366* remove attempts to fix coffescript error ([3418ed2](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/3418ed2))
4367* test ([180130c](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/180130c))
4368
4369
4370### Features
4371
4372* refactor getChangingDenormalizedData to 3 separate functions and write a test for one of them ([6ebdde1](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/6ebdde1))
4373
4374
4375
4376<a name="2.2.0"></a>
4377# [2.2.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.1.0...v2.2.0) (2018-04-06)
4378
4379
4380### Features
4381
4382* add initFlexSdk function ([2ec3fa4](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/2ec3fa4))
4383
4384
4385
4386<a name="2.1.0"></a>
4387# [2.1.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.9...v2.1.0) (2018-04-05)
4388
4389
4390### Features
4391
4392* refactor finding entities by id to findEntityById function ([bd43cc9](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/bd43cc9))
4393
4394
4395
4396<a name="2.0.9"></a>
4397## [2.0.9](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.8...v2.0.9) (2018-04-05)
4398
4399
4400### Bug Fixes
4401
4402* solved: use suffix "Async" on all methods of promisified object ([e46ab3d](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/e46ab3d))
4403
4404
4405
4406<a name="2.0.8"></a>
4407## [2.0.8](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.7...v2.0.8) (2018-04-05)
4408
4409
4410### Bug Fixes
4411
4412* try to fix promisification ([a92c3cc](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/a92c3cc))
4413
4414
4415
4416<a name="2.0.7"></a>
4417## [2.0.7](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.6...v2.0.7) (2018-04-05)
4418
4419
4420### Bug Fixes
4421
4422* try to fix promisification ([cca0fac](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/cca0fac))
4423
4424
4425
4426<a name="2.0.6"></a>
4427## [2.0.6](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.5...v2.0.6) (2018-04-05)
4428
4429
4430### Bug Fixes
4431
4432* try to fix promisification ([1a59446](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/1a59446))
4433
4434
4435
4436<a name="2.0.5"></a>
4437## [2.0.5](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.4...v2.0.5) (2018-04-05)
4438
4439
4440
4441<a name="2.0.4"></a>
4442## [2.0.4](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.3...v2.0.4) (2018-04-05)
4443
4444
4445
4446<a name="2.0.3"></a>
4447## [2.0.3](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.2...v2.0.3) (2018-04-05)
4448
4449
4450### Bug Fixes
4451
4452* add babel-polyfill to make async functions work ([c3414fc](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/c3414fc))
4453
4454
4455
4456<a name="2.0.2"></a>
4457## [2.0.2](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.1...v2.0.2) (2018-04-05)
4458
4459
4460### Bug Fixes
4461
4462* add babel-polyfill to make async functions work ([6e7912a](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/6e7912a))
4463
4464
4465
4466<a name="2.0.1"></a>
4467## [2.0.1](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v2.0.0...v2.0.1) (2018-04-05)
4468
4469
4470
4471<a name="2.0.0"></a>
4472# [2.0.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.2.0...v2.0.0) (2018-04-05)
4473
4474
4475### Features
4476
4477* add entityList manipulation methods ([86318d6](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/86318d6))
4478* add entityList manipulation methods ([b1a7b25](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/b1a7b25))
4479* add entityList manipulation methods ([784eca4](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/784eca4))
4480* use async/await instead of promises; return old data along with denorm data ([7df9c8c](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/7df9c8c))
4481
4482
4483### BREAKING CHANGES
4484
4485* must use collection hooks to use
4486
4487
4488
4489<a name="1.2.0"></a>
4490# [1.2.0](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.7...v1.2.0) (2018-04-05)
4491
4492
4493### Features
4494
4495* add getChangingDenormalizedData method ([a903021](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/a903021))
4496
4497
4498
4499<a name="1.1.7"></a>
4500## [1.1.7](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.6...v1.1.7) (2018-04-03)
4501
4502
4503
4504<a name="1.1.6"></a>
4505## [1.1.6](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.5...v1.1.6) (2018-04-03)
4506
4507
4508
4509<a name="1.1.5"></a>
4510## [1.1.5](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.4...v1.1.5) (2018-04-03)
4511
4512
4513
4514<a name="1.1.4"></a>
4515## [1.1.4](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.3...v1.1.4) (2018-04-02)
4516
4517
4518
4519<a name="1.1.3"></a>
4520## [1.1.3](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.2...v1.1.3) (2018-03-24)
4521
4522
4523### Bug Fixes
4524
4525* automate publishing and updating in dependent modules ([459f040](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/459f040))
4526
4527
4528
4529<a name="1.1.2"></a>
4530## [1.1.2](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.1...v1.1.2) (2018-03-24)
4531
4532
4533### Bug Fixes
4534
4535* automate publishing and updating in dependent modules ([4444a77](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/4444a77))
4536
4537
4538
4539<a name="1.1.1"></a>
4540## [1.1.1](https://github.com/SustainHawaii/healthies-kfs-utilities/compare/v1.1.0...v1.1.1) (2018-03-24)
4541
4542
4543### Bug Fixes
4544
4545* automate publishing and updating in dependent modules ([888fbc2](https://github.com/SustainHawaii/healthies-kfs-utilities/commit/888fbc2))