dfx 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/.babel.cjs.json +11 -0
  2. package/.babel.mjs.json +10 -0
  3. package/.envrc +1 -0
  4. package/.gitmodules +3 -0
  5. package/.husky/pre-commit +2 -0
  6. package/.oxlintrc.json +72 -0
  7. package/.prettierignore +0 -0
  8. package/.prettierrc.json +5 -0
  9. package/.tool-versions +1 -0
  10. package/.vscode/debug.cjs +8 -0
  11. package/.vscode/launch.json +23 -0
  12. package/.vscode/settings.json +29 -0
  13. package/.vscode/tasks.json +44 -0
  14. package/AGENTS.md +15 -0
  15. package/CHANGELOG.md +1566 -0
  16. package/examples/.env.example +5 -0
  17. package/examples/interactions.ts +79 -0
  18. package/examples/readme.ts +56 -0
  19. package/examples/registry.ts +66 -0
  20. package/flake.lock +27 -0
  21. package/flake.nix +21 -0
  22. package/lerna.json +12 -0
  23. package/package.json +79 -35
  24. package/pnpm-workspace.yaml +7 -0
  25. package/scripts/generate-client.sh +10 -0
  26. package/scripts/worktree-setup.sh +8 -0
  27. package/test/index.test.ts +5 -0
  28. package/vitest.config.ts +22 -0
  29. package/Cache/driver.d.ts +0 -24
  30. package/Cache/driver.d.ts.map +0 -1
  31. package/Cache/driver.js +0 -11
  32. package/Cache/driver.js.map +0 -1
  33. package/Cache/memory.d.ts +0 -5
  34. package/Cache/memory.d.ts.map +0 -1
  35. package/Cache/memory.js +0 -57
  36. package/Cache/memory.js.map +0 -1
  37. package/Cache/memoryTTL.d.ts +0 -23
  38. package/Cache/memoryTTL.d.ts.map +0 -1
  39. package/Cache/memoryTTL.js +0 -128
  40. package/Cache/memoryTTL.js.map +0 -1
  41. package/Cache/prelude.d.ts +0 -32
  42. package/Cache/prelude.d.ts.map +0 -1
  43. package/Cache/prelude.js +0 -143
  44. package/Cache/prelude.js.map +0 -1
  45. package/Cache.d.ts +0 -81
  46. package/Cache.d.ts.map +0 -1
  47. package/Cache.js +0 -145
  48. package/Cache.js.map +0 -1
  49. package/DiscordConfig.d.ts +0 -35
  50. package/DiscordConfig.d.ts.map +0 -1
  51. package/DiscordConfig.js +0 -43
  52. package/DiscordConfig.js.map +0 -1
  53. package/DiscordGateway/DiscordWS.d.ts +0 -37
  54. package/DiscordGateway/DiscordWS.d.ts.map +0 -1
  55. package/DiscordGateway/DiscordWS.js +0 -86
  56. package/DiscordGateway/DiscordWS.js.map +0 -1
  57. package/DiscordGateway/Messaging.d.ts +0 -587
  58. package/DiscordGateway/Messaging.d.ts.map +0 -1
  59. package/DiscordGateway/Messaging.js +0 -43
  60. package/DiscordGateway/Messaging.js.map +0 -1
  61. package/DiscordGateway/Shard/StateStore.d.ts +0 -24
  62. package/DiscordGateway/Shard/StateStore.d.ts.map +0 -1
  63. package/DiscordGateway/Shard/StateStore.js +0 -49
  64. package/DiscordGateway/Shard/StateStore.js.map +0 -1
  65. package/DiscordGateway/Shard/heartbeats.d.ts +0 -8
  66. package/DiscordGateway/Shard/heartbeats.d.ts.map +0 -1
  67. package/DiscordGateway/Shard/heartbeats.js +0 -33
  68. package/DiscordGateway/Shard/heartbeats.js.map +0 -1
  69. package/DiscordGateway/Shard/identify.d.ts +0 -12
  70. package/DiscordGateway/Shard/identify.d.ts.map +0 -1
  71. package/DiscordGateway/Shard/identify.js +0 -37
  72. package/DiscordGateway/Shard/identify.js.map +0 -1
  73. package/DiscordGateway/Shard/sendEvents.d.ts +0 -8
  74. package/DiscordGateway/Shard/sendEvents.d.ts.map +0 -1
  75. package/DiscordGateway/Shard/sendEvents.js +0 -39
  76. package/DiscordGateway/Shard/sendEvents.js.map +0 -1
  77. package/DiscordGateway/Shard/utils.d.ts +0 -6
  78. package/DiscordGateway/Shard/utils.d.ts.map +0 -1
  79. package/DiscordGateway/Shard/utils.js +0 -11
  80. package/DiscordGateway/Shard/utils.js.map +0 -1
  81. package/DiscordGateway/Shard.d.ts +0 -29
  82. package/DiscordGateway/Shard.d.ts.map +0 -1
  83. package/DiscordGateway/Shard.js +0 -155
  84. package/DiscordGateway/Shard.js.map +0 -1
  85. package/DiscordGateway/ShardStore.d.ts +0 -19
  86. package/DiscordGateway/ShardStore.d.ts.map +0 -1
  87. package/DiscordGateway/ShardStore.js +0 -32
  88. package/DiscordGateway/ShardStore.js.map +0 -1
  89. package/DiscordGateway/Sharder.d.ts +0 -14
  90. package/DiscordGateway/Sharder.d.ts.map +0 -1
  91. package/DiscordGateway/Sharder.js +0 -75
  92. package/DiscordGateway/Sharder.js.map +0 -1
  93. package/DiscordGateway.d.ts +0 -33
  94. package/DiscordGateway.d.ts.map +0 -1
  95. package/DiscordGateway.js +0 -28
  96. package/DiscordGateway.js.map +0 -1
  97. package/DiscordREST/Generated.d.ts +0 -5577
  98. package/DiscordREST/Generated.d.ts.map +0 -1
  99. package/DiscordREST/Generated.js +0 -2480
  100. package/DiscordREST/Generated.js.map +0 -1
  101. package/DiscordREST/utils.d.ts +0 -14
  102. package/DiscordREST/utils.d.ts.map +0 -1
  103. package/DiscordREST/utils.js +0 -32
  104. package/DiscordREST/utils.js.map +0 -1
  105. package/DiscordREST.d.ts +0 -22
  106. package/DiscordREST.d.ts.map +0 -1
  107. package/DiscordREST.js +0 -128
  108. package/DiscordREST.js.map +0 -1
  109. package/Helpers/flags.d.ts +0 -28
  110. package/Helpers/flags.d.ts.map +0 -1
  111. package/Helpers/flags.js +0 -57
  112. package/Helpers/flags.js.map +0 -1
  113. package/Helpers/intents.d.ts +0 -25
  114. package/Helpers/intents.d.ts.map +0 -1
  115. package/Helpers/intents.js +0 -34
  116. package/Helpers/intents.js.map +0 -1
  117. package/Helpers/interactions.d.ts +0 -116
  118. package/Helpers/interactions.d.ts.map +0 -1
  119. package/Helpers/interactions.js +0 -143
  120. package/Helpers/interactions.js.map +0 -1
  121. package/Helpers/members.d.ts +0 -10
  122. package/Helpers/members.d.ts.map +0 -1
  123. package/Helpers/members.js +0 -17
  124. package/Helpers/members.js.map +0 -1
  125. package/Helpers/permissions.d.ts +0 -42
  126. package/Helpers/permissions.d.ts.map +0 -1
  127. package/Helpers/permissions.js +0 -97
  128. package/Helpers/permissions.js.map +0 -1
  129. package/Helpers/ui.d.ts +0 -105
  130. package/Helpers/ui.d.ts.map +0 -1
  131. package/Helpers/ui.js +0 -162
  132. package/Helpers/ui.js.map +0 -1
  133. package/Interactions/builder.d.ts +0 -48
  134. package/Interactions/builder.d.ts.map +0 -1
  135. package/Interactions/builder.js +0 -64
  136. package/Interactions/builder.js.map +0 -1
  137. package/Interactions/commandHelper.d.ts +0 -83
  138. package/Interactions/commandHelper.d.ts.map +0 -1
  139. package/Interactions/commandHelper.js +0 -57
  140. package/Interactions/commandHelper.js.map +0 -1
  141. package/Interactions/context.d.ts +0 -53
  142. package/Interactions/context.d.ts.map +0 -1
  143. package/Interactions/context.js +0 -47
  144. package/Interactions/context.js.map +0 -1
  145. package/Interactions/definitions.d.ts +0 -43
  146. package/Interactions/definitions.d.ts.map +0 -1
  147. package/Interactions/definitions.js +0 -67
  148. package/Interactions/definitions.js.map +0 -1
  149. package/Interactions/error.d.ts +0 -2
  150. package/Interactions/error.d.ts.map +0 -1
  151. package/Interactions/error.js +0 -8
  152. package/Interactions/error.js.map +0 -1
  153. package/Interactions/gateway.d.ts +0 -20
  154. package/Interactions/gateway.d.ts.map +0 -1
  155. package/Interactions/gateway.js +0 -92
  156. package/Interactions/gateway.js.map +0 -1
  157. package/Interactions/handlers.d.ts +0 -15
  158. package/Interactions/handlers.d.ts.map +0 -1
  159. package/Interactions/handlers.js +0 -73
  160. package/Interactions/handlers.js.map +0 -1
  161. package/Interactions/index.d.ts +0 -17
  162. package/Interactions/index.d.ts.map +0 -1
  163. package/Interactions/index.js +0 -94
  164. package/Interactions/index.js.map +0 -1
  165. package/Interactions/utils.d.ts +0 -61
  166. package/Interactions/utils.d.ts.map +0 -1
  167. package/Interactions/utils.js +0 -35
  168. package/Interactions/utils.js.map +0 -1
  169. package/Interactions/webhook.d.ts +0 -71
  170. package/Interactions/webhook.d.ts.map +0 -1
  171. package/Interactions/webhook.js +0 -89
  172. package/Interactions/webhook.js.map +0 -1
  173. package/RateLimit/memory.d.ts +0 -3
  174. package/RateLimit/memory.d.ts.map +0 -1
  175. package/RateLimit/memory.js +0 -47
  176. package/RateLimit/memory.js.map +0 -1
  177. package/RateLimit/utils.d.ts +0 -3
  178. package/RateLimit/utils.d.ts.map +0 -1
  179. package/RateLimit/utils.js +0 -25
  180. package/RateLimit/utils.js.map +0 -1
  181. package/RateLimit.d.ts +0 -30
  182. package/RateLimit.d.ts.map +0 -1
  183. package/RateLimit.js +0 -37
  184. package/RateLimit.js.map +0 -1
  185. package/gateway.d.ts +0 -19
  186. package/gateway.d.ts.map +0 -1
  187. package/gateway.js +0 -72
  188. package/gateway.js.map +0 -1
  189. package/index.d.ts +0 -18
  190. package/index.d.ts.map +0 -1
  191. package/index.js +0 -71
  192. package/index.js.map +0 -1
  193. package/mjs/Cache/driver.mjs +0 -3
  194. package/mjs/Cache/driver.mjs.map +0 -1
  195. package/mjs/Cache/memory.mjs +0 -48
  196. package/mjs/Cache/memory.mjs.map +0 -1
  197. package/mjs/Cache/memoryTTL.mjs +0 -119
  198. package/mjs/Cache/memoryTTL.mjs.map +0 -1
  199. package/mjs/Cache/prelude.mjs +0 -131
  200. package/mjs/Cache/prelude.mjs.map +0 -1
  201. package/mjs/Cache.mjs +0 -90
  202. package/mjs/Cache.mjs.map +0 -1
  203. package/mjs/DiscordConfig.mjs +0 -32
  204. package/mjs/DiscordConfig.mjs.map +0 -1
  205. package/mjs/DiscordGateway/DiscordWS.mjs +0 -77
  206. package/mjs/DiscordGateway/DiscordWS.mjs.map +0 -1
  207. package/mjs/DiscordGateway/Messaging.mjs +0 -35
  208. package/mjs/DiscordGateway/Messaging.mjs.map +0 -1
  209. package/mjs/DiscordGateway/Shard/StateStore.mjs +0 -41
  210. package/mjs/DiscordGateway/Shard/StateStore.mjs.map +0 -1
  211. package/mjs/DiscordGateway/Shard/heartbeats.mjs +0 -25
  212. package/mjs/DiscordGateway/Shard/heartbeats.mjs.map +0 -1
  213. package/mjs/DiscordGateway/Shard/identify.mjs +0 -29
  214. package/mjs/DiscordGateway/Shard/identify.mjs.map +0 -1
  215. package/mjs/DiscordGateway/Shard/sendEvents.mjs +0 -26
  216. package/mjs/DiscordGateway/Shard/sendEvents.mjs.map +0 -1
  217. package/mjs/DiscordGateway/Shard/utils.mjs +0 -3
  218. package/mjs/DiscordGateway/Shard/utils.mjs.map +0 -1
  219. package/mjs/DiscordGateway/Shard.mjs +0 -147
  220. package/mjs/DiscordGateway/Shard.mjs.map +0 -1
  221. package/mjs/DiscordGateway/ShardStore.mjs +0 -24
  222. package/mjs/DiscordGateway/ShardStore.mjs.map +0 -1
  223. package/mjs/DiscordGateway/Sharder.mjs +0 -67
  224. package/mjs/DiscordGateway/Sharder.mjs.map +0 -1
  225. package/mjs/DiscordGateway.mjs +0 -21
  226. package/mjs/DiscordGateway.mjs.map +0 -1
  227. package/mjs/DiscordREST/Generated.mjs +0 -2471
  228. package/mjs/DiscordREST/Generated.mjs.map +0 -1
  229. package/mjs/DiscordREST/utils.mjs +0 -21
  230. package/mjs/DiscordREST/utils.mjs.map +0 -1
  231. package/mjs/DiscordREST.mjs +0 -119
  232. package/mjs/DiscordREST.mjs.map +0 -1
  233. package/mjs/Helpers/flags.mjs +0 -45
  234. package/mjs/Helpers/flags.mjs.map +0 -1
  235. package/mjs/Helpers/intents.mjs +0 -27
  236. package/mjs/Helpers/intents.mjs.map +0 -1
  237. package/mjs/Helpers/interactions.mjs +0 -115
  238. package/mjs/Helpers/interactions.mjs.map +0 -1
  239. package/mjs/Helpers/members.mjs +0 -9
  240. package/mjs/Helpers/members.mjs.map +0 -1
  241. package/mjs/Helpers/permissions.mjs +0 -84
  242. package/mjs/Helpers/permissions.mjs.map +0 -1
  243. package/mjs/Helpers/ui.mjs +0 -137
  244. package/mjs/Helpers/ui.mjs.map +0 -1
  245. package/mjs/Interactions/builder.mjs +0 -56
  246. package/mjs/Interactions/builder.mjs.map +0 -1
  247. package/mjs/Interactions/commandHelper.mjs +0 -49
  248. package/mjs/Interactions/commandHelper.mjs.map +0 -1
  249. package/mjs/Interactions/context.mjs +0 -28
  250. package/mjs/Interactions/context.mjs.map +0 -1
  251. package/mjs/Interactions/definitions.mjs +0 -51
  252. package/mjs/Interactions/definitions.mjs.map +0 -1
  253. package/mjs/Interactions/error.mjs +0 -2
  254. package/mjs/Interactions/error.mjs.map +0 -1
  255. package/mjs/Interactions/gateway.mjs +0 -82
  256. package/mjs/Interactions/gateway.mjs.map +0 -1
  257. package/mjs/Interactions/handlers.mjs +0 -64
  258. package/mjs/Interactions/handlers.mjs.map +0 -1
  259. package/mjs/Interactions/index.mjs +0 -11
  260. package/mjs/Interactions/index.mjs.map +0 -1
  261. package/mjs/Interactions/utils.mjs +0 -26
  262. package/mjs/Interactions/utils.mjs.map +0 -1
  263. package/mjs/Interactions/webhook.mjs +0 -75
  264. package/mjs/Interactions/webhook.mjs.map +0 -1
  265. package/mjs/RateLimit/memory.mjs +0 -39
  266. package/mjs/RateLimit/memory.mjs.map +0 -1
  267. package/mjs/RateLimit/utils.mjs +0 -18
  268. package/mjs/RateLimit/utils.mjs.map +0 -1
  269. package/mjs/RateLimit.mjs +0 -28
  270. package/mjs/RateLimit.mjs.map +0 -1
  271. package/mjs/gateway.mjs +0 -19
  272. package/mjs/gateway.mjs.map +0 -1
  273. package/mjs/index.mjs +0 -18
  274. package/mjs/index.mjs.map +0 -1
  275. package/mjs/types.mjs +0 -356
  276. package/mjs/types.mjs.map +0 -1
  277. package/mjs/utils/Effect.mjs +0 -44
  278. package/mjs/utils/Effect.mjs.map +0 -1
  279. package/mjs/version.mjs +0 -2
  280. package/mjs/version.mjs.map +0 -1
  281. package/mjs/webhooks.mjs +0 -6
  282. package/mjs/webhooks.mjs.map +0 -1
  283. package/src/version.ts +0 -1
  284. package/types.d.ts +0 -2458
  285. package/types.d.ts.map +0 -1
  286. package/types.js +0 -408
  287. package/types.js.map +0 -1
  288. package/utils/Effect.d.ts +0 -5
  289. package/utils/Effect.d.ts.map +0 -1
  290. package/utils/Effect.js +0 -53
  291. package/utils/Effect.js.map +0 -1
  292. package/version.d.ts +0 -2
  293. package/version.d.ts.map +0 -1
  294. package/version.js +0 -8
  295. package/version.js.map +0 -1
  296. package/webhooks.d.ts +0 -8
  297. package/webhooks.d.ts.map +0 -1
  298. package/webhooks.js +0 -55
  299. package/webhooks.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1566 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.0.3](https://github.com/tim-smart/dfx/compare/dfx@1.0.2...dfx@1.0.3) (2026-02-25)
7
+
8
+ **Note:** Version bump only for package dfx
9
+
10
+ ## [1.0.2](https://github.com/tim-smart/dfx/compare/dfx@1.0.1...dfx@1.0.2) (2026-02-25)
11
+
12
+ **Note:** Version bump only for package dfx
13
+
14
+ ## [1.0.1](https://github.com/tim-smart/dfx/compare/dfx@1.0.0...dfx@1.0.1) (2026-02-20)
15
+
16
+ **Note:** Version bump only for package dfx
17
+
18
+ # [1.0.0](https://github.com/tim-smart/dfx/compare/dfx@0.127.0...dfx@1.0.0) (2026-02-20)
19
+
20
+ **Note:** Version bump only for package dfx
21
+
22
+ # [0.127.0](https://github.com/tim-smart/dfx/compare/dfx@0.126.1...dfx@0.127.0) (2025-11-10)
23
+
24
+ **Note:** Version bump only for package dfx
25
+
26
+ ## [0.126.1](https://github.com/tim-smart/dfx/compare/dfx@0.126.0...dfx@0.126.1) (2025-10-12)
27
+
28
+ **Note:** Version bump only for package dfx
29
+
30
+ # [0.126.0](https://github.com/tim-smart/dfx/compare/dfx@0.125.1...dfx@0.126.0) (2025-09-30)
31
+
32
+ **Note:** Version bump only for package dfx
33
+
34
+ ## [0.125.1](https://github.com/tim-smart/dfx/compare/dfx@0.125.0...dfx@0.125.1) (2025-09-23)
35
+
36
+ **Note:** Version bump only for package dfx
37
+
38
+ # [0.125.0](https://github.com/tim-smart/dfx/compare/dfx@0.124.2...dfx@0.125.0) (2025-09-23)
39
+
40
+ **Note:** Version bump only for package dfx
41
+
42
+ ## [0.124.2](https://github.com/tim-smart/dfx/compare/dfx@0.124.1...dfx@0.124.2) (2025-09-11)
43
+
44
+ **Note:** Version bump only for package dfx
45
+
46
+ ## [0.124.1](https://github.com/tim-smart/dfx/compare/dfx@0.124.0...dfx@0.124.1) (2025-08-11)
47
+
48
+ **Note:** Version bump only for package dfx
49
+
50
+ # [0.124.0](https://github.com/tim-smart/dfx/compare/dfx@0.123.0...dfx@0.124.0) (2025-07-22)
51
+
52
+ **Note:** Version bump only for package dfx
53
+
54
+ # [0.123.0](https://github.com/tim-smart/dfx/compare/dfx@0.122.0...dfx@0.123.0) (2025-07-13)
55
+
56
+ **Note:** Version bump only for package dfx
57
+
58
+ # [0.122.0](https://github.com/tim-smart/dfx/compare/dfx@0.121.1...dfx@0.122.0) (2025-06-24)
59
+
60
+ **Note:** Version bump only for package dfx
61
+
62
+ ## [0.121.1](https://github.com/tim-smart/dfx/compare/dfx@0.121.0...dfx@0.121.1) (2025-06-16)
63
+
64
+ **Note:** Version bump only for package dfx
65
+
66
+ # [0.121.0](https://github.com/tim-smart/dfx/compare/dfx@0.120.2...dfx@0.121.0) (2025-06-15)
67
+
68
+ **Note:** Version bump only for package dfx
69
+
70
+ ## [0.120.2](https://github.com/tim-smart/dfx/compare/dfx@0.120.1...dfx@0.120.2) (2025-06-11)
71
+
72
+ ### Bug Fixes
73
+
74
+ - use distributed version of gateway payload type for event type extraction ([f7145e7](https://github.com/tim-smart/dfx/commit/f7145e7ac1ea6f41f8523915186126d05dc95b15))
75
+
76
+ ## [0.120.1](https://github.com/tim-smart/dfx/compare/dfx@0.120.0...dfx@0.120.1) (2025-06-08)
77
+
78
+ **Note:** Version bump only for package dfx
79
+
80
+ # [0.120.0](https://github.com/tim-smart/dfx/compare/dfx@0.119.0...dfx@0.120.0) (2025-05-28)
81
+
82
+ **Note:** Version bump only for package dfx
83
+
84
+ # [0.119.0](https://github.com/tim-smart/dfx/compare/dfx@0.118.17...dfx@0.119.0) (2025-05-27)
85
+
86
+ **Note:** Version bump only for package dfx
87
+
88
+ ## [0.118.17](https://github.com/tim-smart/dfx/compare/dfx@0.118.16...dfx@0.118.17) (2025-05-17)
89
+
90
+ **Note:** Version bump only for package dfx
91
+
92
+ ## [0.118.16](https://github.com/tim-smart/dfx/compare/dfx@0.118.15...dfx@0.118.16) (2025-05-16)
93
+
94
+ **Note:** Version bump only for package dfx
95
+
96
+ ## [0.118.15](https://github.com/tim-smart/dfx/compare/dfx@0.118.14...dfx@0.118.15) (2025-05-15)
97
+
98
+ **Note:** Version bump only for package dfx
99
+
100
+ ## [0.118.14](https://github.com/tim-smart/dfx/compare/dfx@0.118.13...dfx@0.118.14) (2025-05-15)
101
+
102
+ **Note:** Version bump only for package dfx
103
+
104
+ ## [0.118.13](https://github.com/tim-smart/dfx/compare/dfx@0.118.12...dfx@0.118.13) (2025-05-15)
105
+
106
+ **Note:** Version bump only for package dfx
107
+
108
+ ## [0.118.12](https://github.com/tim-smart/dfx/compare/dfx@0.118.11...dfx@0.118.12) (2025-05-15)
109
+
110
+ **Note:** Version bump only for package dfx
111
+
112
+ ## [0.118.11](https://github.com/tim-smart/dfx/compare/dfx@0.118.10...dfx@0.118.11) (2025-05-14)
113
+
114
+ **Note:** Version bump only for package dfx
115
+
116
+ ## [0.118.10](https://github.com/tim-smart/dfx/compare/dfx@0.118.9...dfx@0.118.10) (2025-05-14)
117
+
118
+ **Note:** Version bump only for package dfx
119
+
120
+ ## [0.118.9](https://github.com/tim-smart/dfx/compare/dfx@0.118.8...dfx@0.118.9) (2025-05-14)
121
+
122
+ **Note:** Version bump only for package dfx
123
+
124
+ ## [0.118.8](https://github.com/tim-smart/dfx/compare/dfx@0.118.7...dfx@0.118.8) (2025-05-14)
125
+
126
+ **Note:** Version bump only for package dfx
127
+
128
+ ## [0.118.7](https://github.com/tim-smart/dfx/compare/dfx@0.118.6...dfx@0.118.7) (2025-05-14)
129
+
130
+ **Note:** Version bump only for package dfx
131
+
132
+ ## [0.118.6](https://github.com/tim-smart/dfx/compare/dfx@0.118.5...dfx@0.118.6) (2025-05-14)
133
+
134
+ **Note:** Version bump only for package dfx
135
+
136
+ ## [0.118.5](https://github.com/tim-smart/dfx/compare/dfx@0.118.4...dfx@0.118.5) (2025-05-14)
137
+
138
+ **Note:** Version bump only for package dfx
139
+
140
+ ## [0.118.4](https://github.com/tim-smart/dfx/compare/dfx@0.118.3...dfx@0.118.4) (2025-05-14)
141
+
142
+ **Note:** Version bump only for package dfx
143
+
144
+ ## [0.118.3](https://github.com/tim-smart/dfx/compare/dfx@0.118.2...dfx@0.118.3) (2025-05-14)
145
+
146
+ **Note:** Version bump only for package dfx
147
+
148
+ ## [0.118.2](https://github.com/tim-smart/dfx/compare/dfx@0.118.1...dfx@0.118.2) (2025-05-14)
149
+
150
+ **Note:** Version bump only for package dfx
151
+
152
+ ## [0.118.1](https://github.com/tim-smart/dfx/compare/dfx@0.118.0...dfx@0.118.1) (2025-05-14)
153
+
154
+ **Note:** Version bump only for package dfx
155
+
156
+ # [0.118.0](https://github.com/tim-smart/dfx/compare/dfx@0.117.0...dfx@0.118.0) (2025-05-14)
157
+
158
+ **Note:** Version bump only for package dfx
159
+
160
+ # [0.117.0](https://github.com/tim-smart/dfx/compare/dfx@0.116.0...dfx@0.117.0) (2025-05-12)
161
+
162
+ **Note:** Version bump only for package dfx
163
+
164
+ # [0.116.0](https://github.com/tim-smart/dfx/compare/dfx@0.115.0...dfx@0.116.0) (2025-05-09)
165
+
166
+ **Note:** Version bump only for package dfx
167
+
168
+ # [0.115.0](https://github.com/tim-smart/dfx/compare/dfx@0.114.0...dfx@0.115.0) (2025-04-14)
169
+
170
+ **Note:** Version bump only for package dfx
171
+
172
+ # [0.114.0](https://github.com/tim-smart/dfx/compare/dfx@0.113.0...dfx@0.114.0) (2025-03-13)
173
+
174
+ **Note:** Version bump only for package dfx
175
+
176
+ # [0.113.0](https://github.com/tim-smart/dfx/compare/dfx@0.112.0...dfx@0.113.0) (2025-02-14)
177
+
178
+ **Note:** Version bump only for package dfx
179
+
180
+ # [0.112.0](https://github.com/tim-smart/dfx/compare/dfx@0.111.3...dfx@0.112.0) (2025-02-13)
181
+
182
+ **Note:** Version bump only for package dfx
183
+
184
+ ## [0.111.3](https://github.com/tim-smart/dfx/compare/dfx@0.111.2...dfx@0.111.3) (2025-02-07)
185
+
186
+ **Note:** Version bump only for package dfx
187
+
188
+ ## [0.111.2](https://github.com/tim-smart/dfx/compare/dfx@0.111.1...dfx@0.111.2) (2025-02-07)
189
+
190
+ **Note:** Version bump only for package dfx
191
+
192
+ ## [0.111.1](https://github.com/tim-smart/dfx/compare/dfx@0.111.0...dfx@0.111.1) (2025-02-07)
193
+
194
+ **Note:** Version bump only for package dfx
195
+
196
+ # [0.111.0](https://github.com/tim-smart/dfx/compare/dfx@0.110.2...dfx@0.111.0) (2025-02-07)
197
+
198
+ **Note:** Version bump only for package dfx
199
+
200
+ ## [0.110.2](https://github.com/tim-smart/dfx/compare/dfx@0.110.1...dfx@0.110.2) (2025-02-07)
201
+
202
+ **Note:** Version bump only for package dfx
203
+
204
+ ## [0.110.1](https://github.com/tim-smart/dfx/compare/dfx@0.110.0...dfx@0.110.1) (2025-02-07)
205
+
206
+ **Note:** Version bump only for package dfx
207
+
208
+ # [0.110.0](https://github.com/tim-smart/dfx/compare/dfx@0.109.0...dfx@0.110.0) (2025-02-07)
209
+
210
+ **Note:** Version bump only for package dfx
211
+
212
+ # [0.109.0](https://github.com/tim-smart/dfx/compare/dfx@0.108.0...dfx@0.109.0) (2024-12-22)
213
+
214
+ **Note:** Version bump only for package dfx
215
+
216
+ # [0.108.0](https://github.com/tim-smart/dfx/compare/dfx@0.107.5...dfx@0.108.0) (2024-12-15)
217
+
218
+ **Note:** Version bump only for package dfx
219
+
220
+ ## [0.107.5](https://github.com/tim-smart/dfx/compare/dfx@0.107.4...dfx@0.107.5) (2024-12-08)
221
+
222
+ **Note:** Version bump only for package dfx
223
+
224
+ ## [0.107.4](https://github.com/tim-smart/dfx/compare/dfx@0.107.3...dfx@0.107.4) (2024-12-08)
225
+
226
+ **Note:** Version bump only for package dfx
227
+
228
+ ## [0.107.3](https://github.com/tim-smart/dfx/compare/dfx@0.107.2...dfx@0.107.3) (2024-12-08)
229
+
230
+ **Note:** Version bump only for package dfx
231
+
232
+ ## [0.107.2](https://github.com/tim-smart/dfx/compare/dfx@0.107.1...dfx@0.107.2) (2024-12-05)
233
+
234
+ **Note:** Version bump only for package dfx
235
+
236
+ ## [0.107.1](https://github.com/tim-smart/dfx/compare/dfx@0.107.0...dfx@0.107.1) (2024-12-05)
237
+
238
+ **Note:** Version bump only for package dfx
239
+
240
+ # [0.107.0](https://github.com/tim-smart/dfx/compare/dfx@0.106.0...dfx@0.107.0) (2024-12-02)
241
+
242
+ **Note:** Version bump only for package dfx
243
+
244
+ # [0.106.0](https://github.com/tim-smart/dfx/compare/dfx@0.105.0...dfx@0.106.0) (2024-10-21)
245
+
246
+ **Note:** Version bump only for package dfx
247
+
248
+ # [0.105.0](https://github.com/tim-smart/dfx/compare/dfx@0.104.1...dfx@0.105.0) (2024-10-08)
249
+
250
+ **Note:** Version bump only for package dfx
251
+
252
+ ## [0.104.1](https://github.com/tim-smart/dfx/compare/dfx@0.104.0...dfx@0.104.1) (2024-10-07)
253
+
254
+ **Note:** Version bump only for package dfx
255
+
256
+ # [0.104.0](https://github.com/tim-smart/dfx/compare/dfx@0.103.0...dfx@0.104.0) (2024-10-07)
257
+
258
+ **Note:** Version bump only for package dfx
259
+
260
+ # [0.103.0](https://github.com/tim-smart/dfx/compare/dfx@0.102.0...dfx@0.103.0) (2024-09-23)
261
+
262
+ **Note:** Version bump only for package dfx
263
+
264
+ # [0.102.0](https://github.com/tim-smart/dfx/compare/dfx@0.101.1...dfx@0.102.0) (2024-09-15)
265
+
266
+ **Note:** Version bump only for package dfx
267
+
268
+ ## [0.101.1](https://github.com/tim-smart/dfx/compare/dfx@0.101.0...dfx@0.101.1) (2024-09-10)
269
+
270
+ **Note:** Version bump only for package dfx
271
+
272
+ # [0.101.0](https://github.com/tim-smart/dfx/compare/dfx@0.100.1...dfx@0.101.0) (2024-09-10)
273
+
274
+ **Note:** Version bump only for package dfx
275
+
276
+ ## [0.100.1](https://github.com/tim-smart/dfx/compare/dfx@0.100.0...dfx@0.100.1) (2024-08-28)
277
+
278
+ **Note:** Version bump only for package dfx
279
+
280
+ # [0.100.0](https://github.com/tim-smart/dfx/compare/dfx@0.99.1...dfx@0.100.0) (2024-08-21)
281
+
282
+ **Note:** Version bump only for package dfx
283
+
284
+ ## [0.99.1](https://github.com/tim-smart/dfx/compare/dfx@0.99.0...dfx@0.99.1) (2024-08-08)
285
+
286
+ **Note:** Version bump only for package dfx
287
+
288
+ # [0.99.0](https://github.com/tim-smart/dfx/compare/dfx@0.98.1...dfx@0.99.0) (2024-08-08)
289
+
290
+ **Note:** Version bump only for package dfx
291
+
292
+ ## [0.98.1](https://github.com/tim-smart/dfx/compare/dfx@0.98.0...dfx@0.98.1) (2024-07-08)
293
+
294
+ **Note:** Version bump only for package dfx
295
+
296
+ # [0.98.0](https://github.com/tim-smart/dfx/compare/dfx@0.97.7...dfx@0.98.0) (2024-06-21)
297
+
298
+ **Note:** Version bump only for package dfx
299
+
300
+ ## [0.97.7](https://github.com/tim-smart/dfx/compare/dfx@0.97.6...dfx@0.97.7) (2024-06-14)
301
+
302
+ **Note:** Version bump only for package dfx
303
+
304
+ ## [0.97.6](https://github.com/tim-smart/dfx/compare/dfx@0.97.5...dfx@0.97.6) (2024-06-14)
305
+
306
+ **Note:** Version bump only for package dfx
307
+
308
+ ## [0.97.5](https://github.com/tim-smart/dfx/compare/dfx@0.97.4...dfx@0.97.5) (2024-06-09)
309
+
310
+ **Note:** Version bump only for package dfx
311
+
312
+ ## [0.97.4](https://github.com/tim-smart/dfx/compare/dfx@0.97.3...dfx@0.97.4) (2024-05-24)
313
+
314
+ **Note:** Version bump only for package dfx
315
+
316
+ ## [0.97.3](https://github.com/tim-smart/dfx/compare/dfx@0.97.2...dfx@0.97.3) (2024-05-24)
317
+
318
+ **Note:** Version bump only for package dfx
319
+
320
+ ## [0.97.2](https://github.com/tim-smart/dfx/compare/dfx@0.97.1...dfx@0.97.2) (2024-05-20)
321
+
322
+ **Note:** Version bump only for package dfx
323
+
324
+ ## [0.97.1](https://github.com/tim-smart/dfx/compare/dfx@0.97.0...dfx@0.97.1) (2024-05-15)
325
+
326
+ **Note:** Version bump only for package dfx
327
+
328
+ # [0.97.0](https://github.com/tim-smart/dfx/compare/dfx@0.96.0...dfx@0.97.0) (2024-05-07)
329
+
330
+ **Note:** Version bump only for package dfx
331
+
332
+ # [0.96.0](https://github.com/tim-smart/dfx/compare/dfx@0.95.3...dfx@0.96.0) (2024-05-01)
333
+
334
+ **Note:** Version bump only for package dfx
335
+
336
+ ## [0.95.3](https://github.com/tim-smart/dfx/compare/dfx@0.95.2...dfx@0.95.3) (2024-04-29)
337
+
338
+ **Note:** Version bump only for package dfx
339
+
340
+ ## [0.95.2](https://github.com/tim-smart/dfx/compare/dfx@0.95.1...dfx@0.95.2) (2024-04-29)
341
+
342
+ **Note:** Version bump only for package dfx
343
+
344
+ ## [0.95.1](https://github.com/tim-smart/dfx/compare/dfx@0.95.0...dfx@0.95.1) (2024-04-27)
345
+
346
+ **Note:** Version bump only for package dfx
347
+
348
+ # [0.95.0](https://github.com/tim-smart/dfx/compare/dfx@0.94.0...dfx@0.95.0) (2024-04-25)
349
+
350
+ **Note:** Version bump only for package dfx
351
+
352
+ # [0.94.0](https://github.com/tim-smart/dfx/compare/dfx@0.93.0...dfx@0.94.0) (2024-04-22)
353
+
354
+ **Note:** Version bump only for package dfx
355
+
356
+ # [0.93.0](https://github.com/tim-smart/dfx/compare/dfx@0.92.0...dfx@0.93.0) (2024-04-16)
357
+
358
+ **Note:** Version bump only for package dfx
359
+
360
+ # [0.92.0](https://github.com/tim-smart/dfx/compare/dfx@0.91.3...dfx@0.92.0) (2024-04-10)
361
+
362
+ **Note:** Version bump only for package dfx
363
+
364
+ ## [0.91.3](https://github.com/tim-smart/dfx/compare/dfx@0.91.2...dfx@0.91.3) (2024-04-09)
365
+
366
+ **Note:** Version bump only for package dfx
367
+
368
+ ## [0.91.2](https://github.com/tim-smart/dfx/compare/dfx@0.91.1...dfx@0.91.2) (2024-04-08)
369
+
370
+ **Note:** Version bump only for package dfx
371
+
372
+ ## [0.91.1](https://github.com/tim-smart/dfx/compare/dfx@0.91.0...dfx@0.91.1) (2024-04-08)
373
+
374
+ **Note:** Version bump only for package dfx
375
+
376
+ # [0.91.0](https://github.com/tim-smart/dfx/compare/dfx@0.90.3...dfx@0.91.0) (2024-03-26)
377
+
378
+ **Note:** Version bump only for package dfx
379
+
380
+ ## [0.90.3](https://github.com/tim-smart/dfx/compare/dfx@0.90.2...dfx@0.90.3) (2024-03-18)
381
+
382
+ **Note:** Version bump only for package dfx
383
+
384
+ ## [0.90.2](https://github.com/tim-smart/dfx/compare/dfx@0.90.1...dfx@0.90.2) (2024-03-15)
385
+
386
+ **Note:** Version bump only for package dfx
387
+
388
+ ## [0.90.1](https://github.com/tim-smart/dfx/compare/dfx@0.89.0...dfx@0.90.1) (2024-03-14)
389
+
390
+ **Note:** Version bump only for package dfx
391
+
392
+ # [0.90.0](https://github.com/tim-smart/dfx/compare/dfx@0.89.0...dfx@0.90.0) (2024-03-13)
393
+
394
+ **Note:** Version bump only for package dfx
395
+
396
+ # [0.89.0](https://github.com/tim-smart/dfx/compare/dfx@0.88.1...dfx@0.89.0) (2024-02-21)
397
+
398
+ **Note:** Version bump only for package dfx
399
+
400
+ ## [0.88.1](https://github.com/tim-smart/dfx/compare/dfx@0.88.0...dfx@0.88.1) (2024-02-16)
401
+
402
+ **Note:** Version bump only for package dfx
403
+
404
+ # [0.88.0](https://github.com/tim-smart/dfx/compare/dfx@0.87.0...dfx@0.88.0) (2024-02-16)
405
+
406
+ **Note:** Version bump only for package dfx
407
+
408
+ # [0.87.0](https://github.com/tim-smart/dfx/compare/dfx@0.86.0...dfx@0.87.0) (2024-02-09)
409
+
410
+ **Note:** Version bump only for package dfx
411
+
412
+ # [0.86.0](https://github.com/tim-smart/dfx/compare/dfx@0.85.0...dfx@0.86.0) (2024-01-23)
413
+
414
+ **Note:** Version bump only for package dfx
415
+
416
+ # [0.85.0](https://github.com/tim-smart/dfx/compare/dfx@0.84.0...dfx@0.85.0) (2024-01-15)
417
+
418
+ **Note:** Version bump only for package dfx
419
+
420
+ # [0.84.0](https://github.com/tim-smart/dfx/compare/dfx@0.83.1...dfx@0.84.0) (2024-01-15)
421
+
422
+ **Note:** Version bump only for package dfx
423
+
424
+ ## [0.83.1](https://github.com/tim-smart/dfx/compare/dfx@0.83.0...dfx@0.83.1) (2024-01-10)
425
+
426
+ **Note:** Version bump only for package dfx
427
+
428
+ # [0.83.0](https://github.com/tim-smart/dfx/compare/dfx@0.82.1...dfx@0.83.0) (2024-01-07)
429
+
430
+ **Note:** Version bump only for package dfx
431
+
432
+ ## [0.82.1](https://github.com/tim-smart/dfx/compare/dfx@0.82.0...dfx@0.82.1) (2023-12-21)
433
+
434
+ **Note:** Version bump only for package dfx
435
+
436
+ # [0.82.0](https://github.com/tim-smart/dfx/compare/dfx@0.81.0...dfx@0.82.0) (2023-12-21)
437
+
438
+ **Note:** Version bump only for package dfx
439
+
440
+ # [0.81.0](https://github.com/tim-smart/dfx/compare/dfx@0.80.3...dfx@0.81.0) (2023-12-18)
441
+
442
+ **Note:** Version bump only for package dfx
443
+
444
+ ## [0.80.3](https://github.com/tim-smart/dfx/compare/dfx@0.80.2...dfx@0.80.3) (2023-12-13)
445
+
446
+ **Note:** Version bump only for package dfx
447
+
448
+ ## [0.80.2](https://github.com/tim-smart/dfx/compare/dfx@0.80.1...dfx@0.80.2) (2023-12-12)
449
+
450
+ ### Bug Fixes
451
+
452
+ - foreverSwitch ([a7806cd](https://github.com/tim-smart/dfx/commit/a7806cd7fea6ddfceaf1b706a8b4abd7335f90b5))
453
+
454
+ ## [0.80.1](https://github.com/tim-smart/dfx/compare/dfx@0.80.0...dfx@0.80.1) (2023-12-11)
455
+
456
+ **Note:** Version bump only for package dfx
457
+
458
+ # [0.80.0](https://github.com/tim-smart/dfx/compare/dfx@0.79.0...dfx@0.80.0) (2023-12-10)
459
+
460
+ **Note:** Version bump only for package dfx
461
+
462
+ # [0.79.0](https://github.com/tim-smart/dfx/compare/dfx@0.78.0...dfx@0.79.0) (2023-12-06)
463
+
464
+ **Note:** Version bump only for package dfx
465
+
466
+ # [0.78.0](https://github.com/tim-smart/dfx/compare/dfx@0.77.3...dfx@0.78.0) (2023-12-03)
467
+
468
+ **Note:** Version bump only for package dfx
469
+
470
+ ## [0.77.3](https://github.com/tim-smart/dfx/compare/dfx@0.77.2...dfx@0.77.3) (2023-12-02)
471
+
472
+ **Note:** Version bump only for package dfx
473
+
474
+ ## [0.77.2](https://github.com/tim-smart/dfx/compare/dfx@0.77.1...dfx@0.77.2) (2023-12-01)
475
+
476
+ ### Bug Fixes
477
+
478
+ - imports / exports ([c29a1df](https://github.com/tim-smart/dfx/commit/c29a1dff7685b9b612e3bf68f8a8da80514de078))
479
+
480
+ ## [0.77.1](https://github.com/tim-smart/dfx/compare/dfx@0.77.0...dfx@0.77.1) (2023-12-01)
481
+
482
+ **Note:** Version bump only for package dfx
483
+
484
+ # [0.77.0](https://github.com/tim-smart/dfx/compare/dfx@0.76.1...dfx@0.77.0) (2023-12-01)
485
+
486
+ **Note:** Version bump only for package dfx
487
+
488
+ ## [0.76.1](https://github.com/tim-smart/dfx/compare/dfx@0.76.0...dfx@0.76.1) (2023-12-01)
489
+
490
+ **Note:** Version bump only for package dfx
491
+
492
+ # [0.76.0](https://github.com/tim-smart/dfx/compare/dfx@0.75.0...dfx@0.76.0) (2023-11-30)
493
+
494
+ **Note:** Version bump only for package dfx
495
+
496
+ # [0.75.0](https://github.com/tim-smart/dfx/compare/dfx@0.74.0...dfx@0.75.0) (2023-11-22)
497
+
498
+ **Note:** Version bump only for package dfx
499
+
500
+ # [0.74.0](https://github.com/tim-smart/dfx/compare/dfx@0.73.0...dfx@0.74.0) (2023-11-21)
501
+
502
+ **Note:** Version bump only for package dfx
503
+
504
+ # [0.73.0](https://github.com/tim-smart/dfx/compare/dfx@0.72.0...dfx@0.73.0) (2023-11-15)
505
+
506
+ **Note:** Version bump only for package dfx
507
+
508
+ # [0.72.0](https://github.com/tim-smart/dfx/compare/dfx@0.71.1...dfx@0.72.0) (2023-11-03)
509
+
510
+ **Note:** Version bump only for package dfx
511
+
512
+ ## [0.71.1](https://github.com/tim-smart/dfx/compare/dfx@0.71.0...dfx@0.71.1) (2023-10-27)
513
+
514
+ **Note:** Version bump only for package dfx
515
+
516
+ # [0.71.0](https://github.com/tim-smart/dfx/compare/dfx@0.70.0...dfx@0.71.0) (2023-10-25)
517
+
518
+ **Note:** Version bump only for package dfx
519
+
520
+ # [0.70.0](https://github.com/tim-smart/dfx/compare/dfx@0.69.1...dfx@0.70.0) (2023-10-19)
521
+
522
+ **Note:** Version bump only for package dfx
523
+
524
+ ## [0.69.1](https://github.com/tim-smart/dfx/compare/dfx@0.69.0...dfx@0.69.1) (2023-10-17)
525
+
526
+ **Note:** Version bump only for package dfx
527
+
528
+ # [0.69.0](https://github.com/tim-smart/dfx/compare/dfx@0.68.1...dfx@0.69.0) (2023-10-17)
529
+
530
+ **Note:** Version bump only for package dfx
531
+
532
+ ## [0.68.1](https://github.com/tim-smart/dfx/compare/dfx@0.68.0...dfx@0.68.1) (2023-10-10)
533
+
534
+ **Note:** Version bump only for package dfx
535
+
536
+ # [0.68.0](https://github.com/tim-smart/dfx/compare/dfx@0.67.0...dfx@0.68.0) (2023-10-07)
537
+
538
+ **Note:** Version bump only for package dfx
539
+
540
+ # [0.67.0](https://github.com/tim-smart/dfx/compare/dfx@0.66.4...dfx@0.67.0) (2023-10-07)
541
+
542
+ **Note:** Version bump only for package dfx
543
+
544
+ ## [0.66.4](https://github.com/tim-smart/dfx/compare/dfx@0.66.3...dfx@0.66.4) (2023-10-03)
545
+
546
+ ### Bug Fixes
547
+
548
+ - cache return types ([4c9bc32](https://github.com/tim-smart/dfx/commit/4c9bc324b4b230a4318e593c66333d273f3be0fc))
549
+
550
+ ## [0.66.3](https://github.com/tim-smart/dfx/compare/dfx@0.66.2...dfx@0.66.3) (2023-10-03)
551
+
552
+ **Note:** Version bump only for package dfx
553
+
554
+ ## [0.66.2](https://github.com/tim-smart/dfx/compare/dfx@0.66.1...dfx@0.66.2) (2023-09-30)
555
+
556
+ **Note:** Version bump only for package dfx
557
+
558
+ ## [0.66.1](https://github.com/tim-smart/dfx/compare/dfx@0.65.0...dfx@0.66.1) (2023-09-30)
559
+
560
+ **Note:** Version bump only for package dfx
561
+
562
+ # [0.66.0](https://github.com/tim-smart/dfx/compare/dfx@0.65.0...dfx@0.66.0) (2023-09-29)
563
+
564
+ **Note:** Version bump only for package dfx
565
+
566
+ # [0.65.0](https://github.com/tim-smart/dfx/compare/dfx@0.64.1...dfx@0.65.0) (2023-09-26)
567
+
568
+ **Note:** Version bump only for package dfx
569
+
570
+ ## [0.64.1](https://github.com/tim-smart/dfx/compare/dfx@0.64.0...dfx@0.64.1) (2023-09-12)
571
+
572
+ **Note:** Version bump only for package dfx
573
+
574
+ # [0.64.0](https://github.com/tim-smart/dfx/compare/dfx@0.63.1...dfx@0.64.0) (2023-09-12)
575
+
576
+ **Note:** Version bump only for package dfx
577
+
578
+ ## [0.63.1](https://github.com/tim-smart/dfx/compare/dfx@0.63.0...dfx@0.63.1) (2023-09-06)
579
+
580
+ **Note:** Version bump only for package dfx
581
+
582
+ # [0.63.0](https://github.com/tim-smart/dfx/compare/dfx@0.62.0...dfx@0.63.0) (2023-09-06)
583
+
584
+ **Note:** Version bump only for package dfx
585
+
586
+ # [0.62.0](https://github.com/tim-smart/dfx/compare/dfx@0.61.7...dfx@0.62.0) (2023-09-01)
587
+
588
+ **Note:** Version bump only for package dfx
589
+
590
+ ## [0.61.7](https://github.com/tim-smart/dfx/compare/dfx@0.61.6...dfx@0.61.7) (2023-08-29)
591
+
592
+ **Note:** Version bump only for package dfx
593
+
594
+ ## [0.61.6](https://github.com/tim-smart/dfx/compare/dfx@0.61.5...dfx@0.61.6) (2023-08-29)
595
+
596
+ **Note:** Version bump only for package dfx
597
+
598
+ ## [0.61.5](https://github.com/tim-smart/dfx/compare/dfx@0.61.4...dfx@0.61.5) (2023-08-26)
599
+
600
+ **Note:** Version bump only for package dfx
601
+
602
+ ## [0.61.4](https://github.com/tim-smart/dfx/compare/dfx@0.61.3...dfx@0.61.4) (2023-08-18)
603
+
604
+ **Note:** Version bump only for package dfx
605
+
606
+ ## [0.61.3](https://github.com/tim-smart/dfx/compare/dfx@0.61.2...dfx@0.61.3) (2023-08-09)
607
+
608
+ ### Bug Fixes
609
+
610
+ - used spaced Schedule for Sharder ([956b8fe](https://github.com/tim-smart/dfx/commit/956b8fea1ae9b75809a4397c3cf90f094e0a2646))
611
+
612
+ ## [0.61.2](https://github.com/tim-smart/dfx/compare/dfx@0.61.1...dfx@0.61.2) (2023-08-09)
613
+
614
+ ### Bug Fixes
615
+
616
+ - heartbeats ([0aa2897](https://github.com/tim-smart/dfx/commit/0aa2897a320ee6c8b0f5837286155ce9a71461bc))
617
+
618
+ ## [0.61.1](https://github.com/tim-smart/dfx/compare/dfx@0.61.0...dfx@0.61.1) (2023-08-09)
619
+
620
+ **Note:** Version bump only for package dfx
621
+
622
+ # [0.61.0](https://github.com/tim-smart/dfx/compare/dfx@0.60.0...dfx@0.61.0) (2023-08-04)
623
+
624
+ **Note:** Version bump only for package dfx
625
+
626
+ # [0.60.0](https://github.com/tim-smart/dfx/compare/dfx@0.59.0...dfx@0.60.0) (2023-07-31)
627
+
628
+ **Note:** Version bump only for package dfx
629
+
630
+ # [0.59.0](https://github.com/tim-smart/dfx/compare/dfx@0.58.1...dfx@0.59.0) (2023-07-27)
631
+
632
+ **Note:** Version bump only for package dfx
633
+
634
+ ## [0.58.1](https://github.com/tim-smart/dfx/compare/dfx@0.58.0...dfx@0.58.1) (2023-07-25)
635
+
636
+ ### Bug Fixes
637
+
638
+ - lint ([984135e](https://github.com/tim-smart/dfx/commit/984135e44880af7b800c02bf89dc02fba49bed1d))
639
+
640
+ # [0.58.0](https://github.com/tim-smart/dfx/compare/dfx@0.57.0...dfx@0.58.0) (2023-07-25)
641
+
642
+ **Note:** Version bump only for package dfx
643
+
644
+ # [0.57.0](https://github.com/tim-smart/dfx/compare/dfx@0.56.1...dfx@0.57.0) (2023-07-25)
645
+
646
+ **Note:** Version bump only for package dfx
647
+
648
+ ## [0.56.1](https://github.com/tim-smart/dfx/compare/dfx@0.56.0...dfx@0.56.1) (2023-07-20)
649
+
650
+ **Note:** Version bump only for package dfx
651
+
652
+ # [0.56.0](https://github.com/tim-smart/dfx/compare/dfx@0.55.0...dfx@0.56.0) (2023-07-19)
653
+
654
+ **Note:** Version bump only for package dfx
655
+
656
+ # [0.55.0](https://github.com/tim-smart/dfx/compare/dfx@0.54.0...dfx@0.55.0) (2023-07-18)
657
+
658
+ **Note:** Version bump only for package dfx
659
+
660
+ # [0.54.0](https://github.com/tim-smart/dfx/compare/dfx@0.53.0...dfx@0.54.0) (2023-07-17)
661
+
662
+ **Note:** Version bump only for package dfx
663
+
664
+ # [0.53.0](https://github.com/tim-smart/dfx/compare/dfx@0.52.1...dfx@0.53.0) (2023-07-15)
665
+
666
+ **Note:** Version bump only for package dfx
667
+
668
+ ## [0.52.1](https://github.com/tim-smart/dfx/compare/dfx@0.52.0...dfx@0.52.1) (2023-07-15)
669
+
670
+ **Note:** Version bump only for package dfx
671
+
672
+ # [0.52.0](https://github.com/tim-smart/dfx/compare/dfx@0.51.2...dfx@0.52.0) (2023-07-11)
673
+
674
+ **Note:** Version bump only for package dfx
675
+
676
+ ## [0.51.2](https://github.com/tim-smart/dfx/compare/dfx@0.51.1...dfx@0.51.2) (2023-07-10)
677
+
678
+ **Note:** Version bump only for package dfx
679
+
680
+ ## [0.51.1](https://github.com/tim-smart/dfx/compare/dfx@0.51.0...dfx@0.51.1) (2023-07-10)
681
+
682
+ ### Bug Fixes
683
+
684
+ - heartbeats ([fe79c89](https://github.com/tim-smart/dfx/commit/fe79c898e8ba52d88c193360bb81d0e1599c3ff5))
685
+
686
+ # [0.51.0](https://github.com/tim-smart/dfx/compare/dfx@0.50.1...dfx@0.51.0) (2023-07-08)
687
+
688
+ **Note:** Version bump only for package dfx
689
+
690
+ ## [0.50.1](https://github.com/tim-smart/dfx/compare/dfx@0.50.0...dfx@0.50.1) (2023-07-05)
691
+
692
+ **Note:** Version bump only for package dfx
693
+
694
+ # [0.50.0](https://github.com/tim-smart/dfx/compare/dfx@0.49.0...dfx@0.50.0) (2023-07-05)
695
+
696
+ ### Features
697
+
698
+ - expose the current shard on DiscordGateway ([e90d7da](https://github.com/tim-smart/dfx/commit/e90d7da84ecd1af47705edf74efef38d54a847d4))
699
+
700
+ # [0.49.0](https://github.com/tim-smart/dfx/compare/dfx@0.48.3...dfx@0.49.0) (2023-07-04)
701
+
702
+ ### Features
703
+
704
+ - add send method to DiscordGateway ([9d82b7e](https://github.com/tim-smart/dfx/commit/9d82b7e1c461c0d7d8094d2bc7a13b4605179399))
705
+
706
+ ## [0.48.3](https://github.com/tim-smart/dfx/compare/dfx@0.48.2...dfx@0.48.3) (2023-06-22)
707
+
708
+ **Note:** Version bump only for package dfx
709
+
710
+ ## [0.48.2](https://github.com/tim-smart/dfx/compare/dfx@0.48.1...dfx@0.48.2) (2023-06-22)
711
+
712
+ **Note:** Version bump only for package dfx
713
+
714
+ ## [0.48.1](https://github.com/tim-smart/dfx/compare/dfx@0.48.0...dfx@0.48.1) (2023-06-10)
715
+
716
+ **Note:** Version bump only for package dfx
717
+
718
+ # [0.48.0](https://github.com/tim-smart/dfx/compare/dfx@0.47.5...dfx@0.48.0) (2023-06-02)
719
+
720
+ **Note:** Version bump only for package dfx
721
+
722
+ ## [0.47.5](https://github.com/tim-smart/dfx/compare/dfx@0.47.4...dfx@0.47.5) (2023-05-30)
723
+
724
+ **Note:** Version bump only for package dfx
725
+
726
+ ## [0.47.4](https://github.com/tim-smart/dfx/compare/dfx@0.47.3...dfx@0.47.4) (2023-05-29)
727
+
728
+ ### Bug Fixes
729
+
730
+ - rate limiting ([0e02504](https://github.com/tim-smart/dfx/commit/0e02504b225e7c559de54b5b04029da3cc54d4ef))
731
+
732
+ ## [0.47.3](https://github.com/tim-smart/dfx/compare/dfx@0.47.2...dfx@0.47.3) (2023-05-29)
733
+
734
+ **Note:** Version bump only for package dfx
735
+
736
+ ## [0.47.2](https://github.com/tim-smart/dfx/compare/dfx@0.47.1...dfx@0.47.2) (2023-05-28)
737
+
738
+ ### Bug Fixes
739
+
740
+ - ix command sync ([b579f0f](https://github.com/tim-smart/dfx/commit/b579f0f8e43afe6d25d0768e151c66028ab029ff))
741
+
742
+ ## [0.47.1](https://github.com/tim-smart/dfx/compare/dfx@0.47.0...dfx@0.47.1) (2023-05-28)
743
+
744
+ ### Bug Fixes
745
+
746
+ - discord-verify import ([0e546e8](https://github.com/tim-smart/dfx/commit/0e546e8d7d3b18286c65a5acec7a565d706471d1))
747
+
748
+ # [0.47.0](https://github.com/tim-smart/dfx/compare/dfx@0.46.1...dfx@0.47.0) (2023-05-28)
749
+
750
+ ### Features
751
+
752
+ - webhook makeLiveWithoutConfig ([e86948d](https://github.com/tim-smart/dfx/commit/e86948dff233feb9a1d6b73817f406654fe6f8fd))
753
+
754
+ ## [0.46.1](https://github.com/tim-smart/dfx/compare/dfx@0.46.0...dfx@0.46.1) (2023-05-28)
755
+
756
+ **Note:** Version bump only for package dfx
757
+
758
+ # [0.46.0](https://github.com/tim-smart/dfx/compare/dfx@0.45.10...dfx@0.46.0) (2023-05-27)
759
+
760
+ **Note:** Version bump only for package dfx
761
+
762
+ ## [0.45.10](https://github.com/tim-smart/dfx/compare/dfx@0.45.9...dfx@0.45.10) (2023-05-25)
763
+
764
+ **Note:** Version bump only for package dfx
765
+
766
+ ## [0.45.9](https://github.com/tim-smart/dfx/compare/dfx@0.45.8...dfx@0.45.9) (2023-05-23)
767
+
768
+ **Note:** Version bump only for package dfx
769
+
770
+ ## [0.45.8](https://github.com/tim-smart/dfx/compare/dfx@0.45.7...dfx@0.45.8) (2023-05-22)
771
+
772
+ **Note:** Version bump only for package dfx
773
+
774
+ ## [0.45.7](https://github.com/tim-smart/dfx/compare/dfx@0.45.6...dfx@0.45.7) (2023-05-15)
775
+
776
+ **Note:** Version bump only for package dfx
777
+
778
+ ## [0.45.6](https://github.com/tim-smart/dfx/compare/dfx@0.45.5...dfx@0.45.6) (2023-05-15)
779
+
780
+ **Note:** Version bump only for package dfx
781
+
782
+ ## [0.45.5](https://github.com/tim-smart/dfx/compare/dfx@0.45.4...dfx@0.45.5) (2023-05-14)
783
+
784
+ ### Bug Fixes
785
+
786
+ - small memory leak ([bfccc06](https://github.com/tim-smart/dfx/commit/bfccc064845b63d0a019b779c1ce629297523032))
787
+
788
+ ## [0.45.4](https://github.com/tim-smart/dfx/compare/dfx@0.45.3...dfx@0.45.4) (2023-05-12)
789
+
790
+ **Note:** Version bump only for package dfx
791
+
792
+ ## [0.45.3](https://github.com/tim-smart/dfx/compare/dfx@0.45.2...dfx@0.45.3) (2023-05-09)
793
+
794
+ **Note:** Version bump only for package dfx
795
+
796
+ ## [0.45.2](https://github.com/tim-smart/dfx/compare/dfx@0.45.1...dfx@0.45.2) (2023-05-08)
797
+
798
+ **Note:** Version bump only for package dfx
799
+
800
+ ## [0.45.1](https://github.com/tim-smart/dfx/compare/dfx@0.45.0...dfx@0.45.1) (2023-05-08)
801
+
802
+ ### Bug Fixes
803
+
804
+ - late registration ([d670ba9](https://github.com/tim-smart/dfx/commit/d670ba96dc4e95ece34adfbc894a1ba863f8039d))
805
+
806
+ # [0.45.0](https://github.com/tim-smart/dfx/compare/dfx@0.44.0...dfx@0.45.0) (2023-05-04)
807
+
808
+ ### Features
809
+
810
+ - working InteractionBuilder catch and registry ([258deb5](https://github.com/tim-smart/dfx/commit/258deb590ad3beed7a48292e6592c2e8e81b4249))
811
+
812
+ # [0.44.0](https://github.com/tim-smart/dfx/compare/dfx@0.43.1...dfx@0.44.0) (2023-05-04)
813
+
814
+ ### Features
815
+
816
+ - catch methods on InteractionBuilder ([a4d1b55](https://github.com/tim-smart/dfx/commit/a4d1b55d0c6af7a08028cdbb0d1e336c35fba09e))
817
+ - InteractionsRegistry ([7317b8d](https://github.com/tim-smart/dfx/commit/7317b8d560532bacf80064c557ebbc19443fa8ee))
818
+
819
+ ## [0.43.1](https://github.com/tim-smart/dfx/compare/dfx@0.43.0...dfx@0.43.1) (2023-05-04)
820
+
821
+ **Note:** Version bump only for package dfx
822
+
823
+ # [0.43.0](https://github.com/tim-smart/dfx/compare/dfx@0.42.9...dfx@0.43.0) (2023-05-03)
824
+
825
+ ### Code Refactoring
826
+
827
+ - move debug option to DiscordConfig ([7e4120f](https://github.com/tim-smart/dfx/commit/7e4120f8869d977870497fd0bce67c04bed993e9))
828
+
829
+ ### BREAKING CHANGES
830
+
831
+ - debug setting moved
832
+
833
+ ## [0.42.9](https://github.com/tim-smart/dfx/compare/dfx@0.42.8...dfx@0.42.9) (2023-05-03)
834
+
835
+ **Note:** Version bump only for package dfx
836
+
837
+ ## [0.42.8](https://github.com/tim-smart/dfx/compare/dfx@0.42.7...dfx@0.42.8) (2023-05-03)
838
+
839
+ **Note:** Version bump only for package dfx
840
+
841
+ ## [0.42.7](https://github.com/tim-smart/dfx/compare/dfx@0.42.6...dfx@0.42.7) (2023-05-03)
842
+
843
+ **Note:** Version bump only for package dfx
844
+
845
+ ## [0.42.6](https://github.com/tim-smart/dfx/compare/dfx@0.42.5...dfx@0.42.6) (2023-05-03)
846
+
847
+ **Note:** Version bump only for package dfx
848
+
849
+ ## [0.42.5](https://github.com/tim-smart/dfx/compare/dfx@0.42.4...dfx@0.42.5) (2023-05-03)
850
+
851
+ **Note:** Version bump only for package dfx
852
+
853
+ ## [0.42.4](https://github.com/tim-smart/dfx/compare/dfx@0.42.3...dfx@0.42.4) (2023-05-02)
854
+
855
+ **Note:** Version bump only for package dfx
856
+
857
+ ## [0.42.3](https://github.com/tim-smart/dfx/compare/dfx@0.42.2...dfx@0.42.3) (2023-05-02)
858
+
859
+ **Note:** Version bump only for package dfx
860
+
861
+ ## [0.42.2](https://github.com/tim-smart/dfx/compare/dfx@0.42.1...dfx@0.42.2) (2023-05-02)
862
+
863
+ **Note:** Version bump only for package dfx
864
+
865
+ ## [0.42.1](https://github.com/tim-smart/dfx/compare/dfx@0.42.0...dfx@0.42.1) (2023-05-01)
866
+
867
+ **Note:** Version bump only for package dfx
868
+
869
+ # [0.42.0](https://github.com/tim-smart/dfx/compare/dfx@0.41.1...dfx@0.42.0) (2023-05-01)
870
+
871
+ ### Features
872
+
873
+ - add put to Cache ([f605c57](https://github.com/tim-smart/dfx/commit/f605c57fe0409bc0e629ef7c3297c7e6e05c6476))
874
+
875
+ ## [0.41.1](https://github.com/tim-smart/dfx/compare/dfx@0.41.0...dfx@0.41.1) (2023-05-01)
876
+
877
+ **Note:** Version bump only for package dfx
878
+
879
+ # [0.41.0](https://github.com/tim-smart/dfx/compare/dfx@0.40.5...dfx@0.41.0) (2023-04-28)
880
+
881
+ ### Features
882
+
883
+ - Cache update ([f283e23](https://github.com/tim-smart/dfx/commit/f283e2390dd869aea654c79e947678fffc96a07e))
884
+
885
+ ## [0.40.5](https://github.com/tim-smart/dfx/compare/dfx@0.40.4...dfx@0.40.5) (2023-04-28)
886
+
887
+ **Note:** Version bump only for package dfx
888
+
889
+ ## [0.40.4](https://github.com/tim-smart/dfx/compare/dfx@0.40.3...dfx@0.40.4) (2023-04-27)
890
+
891
+ ### Bug Fixes
892
+
893
+ - error on fatal errors ([4ff556e](https://github.com/tim-smart/dfx/commit/4ff556e36a6a5966853d3c8c83c830d357ca9c10))
894
+
895
+ ## [0.40.3](https://github.com/tim-smart/dfx/compare/dfx@0.40.2...dfx@0.40.3) (2023-04-27)
896
+
897
+ **Note:** Version bump only for package dfx
898
+
899
+ ## [0.40.2](https://github.com/tim-smart/dfx/compare/dfx@0.40.1...dfx@0.40.2) (2023-04-27)
900
+
901
+ ### Bug Fixes
902
+
903
+ - cache never ([e4ccc95](https://github.com/tim-smart/dfx/commit/e4ccc95577a9c2941989be47f4f6c152951c0e7e))
904
+ - never ([cb3092a](https://github.com/tim-smart/dfx/commit/cb3092a6d94c5883f1a5c5a86ce6b8d31fb33444))
905
+
906
+ ## [0.40.1](https://github.com/tim-smart/dfx/compare/dfx@0.40.0...dfx@0.40.1) (2023-04-27)
907
+
908
+ **Note:** Version bump only for package dfx
909
+
910
+ # [0.40.0](https://github.com/tim-smart/dfx/compare/dfx@0.39.0...dfx@0.40.0) (2023-04-26)
911
+
912
+ ### Bug Fixes
913
+
914
+ - allParDiscard ([3085865](https://github.com/tim-smart/dfx/commit/3085865476b384793741288eede6516643254dcc))
915
+
916
+ # [0.39.0](https://github.com/tim-smart/dfx/compare/dfx@0.38.0...dfx@0.39.0) (2023-04-26)
917
+
918
+ **Note:** Version bump only for package dfx
919
+
920
+ # [0.38.0](https://github.com/tim-smart/dfx/compare/dfx@0.37.0...dfx@0.38.0) (2023-04-26)
921
+
922
+ **Note:** Version bump only for package dfx
923
+
924
+ # [0.37.0](https://github.com/tim-smart/dfx/compare/dfx@0.36.4...dfx@0.37.0) (2023-04-25)
925
+
926
+ **Note:** Version bump only for package dfx
927
+
928
+ ## [0.36.4](https://github.com/tim-smart/dfx/compare/dfx@0.36.3...dfx@0.36.4) (2023-04-25)
929
+
930
+ ### Bug Fixes
931
+
932
+ - cache imports ([c6f825e](https://github.com/tim-smart/dfx/commit/c6f825e3d8774005c71408ae445617fc8909fa6d))
933
+
934
+ ## [0.36.3](https://github.com/tim-smart/dfx/compare/dfx@0.36.2...dfx@0.36.3) (2023-04-25)
935
+
936
+ **Note:** Version bump only for package dfx
937
+
938
+ ## [0.36.2](https://github.com/tim-smart/dfx/compare/dfx@0.36.0...dfx@0.36.2) (2023-04-25)
939
+
940
+ ### Bug Fixes
941
+
942
+ - modalValue env ([36298d3](https://github.com/tim-smart/dfx/commit/36298d3eca0b38ed50915202850c3992e53a88c2))
943
+
944
+ # [0.36.0](https://github.com/tim-smart/dfx/compare/dfx@0.35.2...dfx@0.36.0) (2023-04-25)
945
+
946
+ ### Features
947
+
948
+ - modalValue\* ([283aa3e](https://github.com/tim-smart/dfx/commit/283aa3eb14a59ee1ed50b42734c7062e7429a04f))
949
+
950
+ ## [0.35.2](https://github.com/tim-smart/dfx/compare/dfx@0.35.1...dfx@0.35.2) (2023-04-25)
951
+
952
+ ### Bug Fixes
953
+
954
+ - imports and channels cache ([b7fa4be](https://github.com/tim-smart/dfx/commit/b7fa4be92c0ae5c469c4050268629a1d728bbb8f))
955
+
956
+ ## [0.35.1](https://github.com/tim-smart/dfx/compare/dfx@0.35.0...dfx@0.35.1) (2023-04-24)
957
+
958
+ **Note:** Version bump only for package dfx
959
+
960
+ # [0.35.0](https://github.com/tim-smart/dfx/compare/dfx@0.34.0...dfx@0.35.0) (2023-04-24)
961
+
962
+ **Note:** Version bump only for package dfx
963
+
964
+ # [0.34.0](https://github.com/tim-smart/dfx/compare/dfx@0.33.0...dfx@0.34.0) (2023-04-11)
965
+
966
+ **Note:** Version bump only for package dfx
967
+
968
+ # [0.33.0](https://github.com/tim-smart/dfx/compare/dfx@0.32.1...dfx@0.33.0) (2023-04-07)
969
+
970
+ **Note:** Version bump only for package dfx
971
+
972
+ ## [0.32.1](https://github.com/tim-smart/dfx/compare/dfx@0.32.0...dfx@0.32.1) (2023-04-04)
973
+
974
+ **Note:** Version bump only for package dfx
975
+
976
+ # [0.32.0](https://github.com/tim-smart/dfx/compare/dfx@0.31.0...dfx@0.32.0) (2023-04-03)
977
+
978
+ **Note:** Version bump only for package dfx
979
+
980
+ # [0.31.0](https://github.com/tim-smart/dfx/compare/dfx@0.30.0...dfx@0.31.0) (2023-03-29)
981
+
982
+ **Note:** Version bump only for package dfx
983
+
984
+ # [0.30.0](https://github.com/tim-smart/dfx/compare/dfx@0.29.0...dfx@0.30.0) (2023-03-21)
985
+
986
+ **Note:** Version bump only for package dfx
987
+
988
+ # [0.29.0](https://github.com/tim-smart/dfx/compare/dfx@0.28.0...dfx@0.29.0) (2023-03-15)
989
+
990
+ **Note:** Version bump only for package dfx
991
+
992
+ # [0.28.0](https://github.com/tim-smart/dfx/compare/dfx@0.27.0...dfx@0.28.0) (2023-03-14)
993
+
994
+ **Note:** Version bump only for package dfx
995
+
996
+ # [0.27.0](https://github.com/tim-smart/dfx/compare/dfx@0.26.0...dfx@0.27.0) (2023-03-08)
997
+
998
+ **Note:** Version bump only for package dfx
999
+
1000
+ # [0.26.0](https://github.com/tim-smart/dfx/compare/dfx@0.25.0...dfx@0.26.0) (2023-03-05)
1001
+
1002
+ **Note:** Version bump only for package dfx
1003
+
1004
+ # [0.25.0](https://github.com/tim-smart/dfx/compare/dfx@0.24.6...dfx@0.25.0) (2023-02-27)
1005
+
1006
+ **Note:** Version bump only for package dfx
1007
+
1008
+ ## [0.24.6](https://github.com/tim-smart/dfx/compare/dfx@0.24.5...dfx@0.24.6) (2023-02-18)
1009
+
1010
+ **Note:** Version bump only for package dfx
1011
+
1012
+ ## [0.24.5](https://github.com/tim-smart/dfx/compare/dfx@0.24.4...dfx@0.24.5) (2023-02-17)
1013
+
1014
+ **Note:** Version bump only for package dfx
1015
+
1016
+ ## [0.24.4](https://github.com/tim-smart/dfx/compare/dfx@0.24.3...dfx@0.24.4) (2023-02-17)
1017
+
1018
+ **Note:** Version bump only for package dfx
1019
+
1020
+ ## [0.24.3](https://github.com/tim-smart/dfx/compare/dfx@0.24.2...dfx@0.24.3) (2023-02-16)
1021
+
1022
+ **Note:** Version bump only for package dfx
1023
+
1024
+ ## [0.24.2](https://github.com/tim-smart/dfx/compare/dfx@0.24.1...dfx@0.24.2) (2023-02-16)
1025
+
1026
+ **Note:** Version bump only for package dfx
1027
+
1028
+ ## [0.24.1](https://github.com/tim-smart/dfx/compare/dfx@0.24.0...dfx@0.24.1) (2023-02-16)
1029
+
1030
+ ### Bug Fixes
1031
+
1032
+ - ix runGateway ([43b39e9](https://github.com/tim-smart/dfx/commit/43b39e984786996876314f99199af3c0a38008a4))
1033
+
1034
+ # [0.24.0](https://github.com/tim-smart/dfx/compare/dfx@0.23.1...dfx@0.24.0) (2023-02-15)
1035
+
1036
+ ### Features
1037
+
1038
+ - use const generic for Interactions commands ([d2e2ed4](https://github.com/tim-smart/dfx/commit/d2e2ed4acc75920af7aa0ae0da24b1716108eeb5))
1039
+
1040
+ ## [0.23.1](https://github.com/tim-smart/dfx/compare/dfx@0.23.0...dfx@0.23.1) (2023-02-13)
1041
+
1042
+ ### Bug Fixes
1043
+
1044
+ - makeLive for webhooks ([f1c5ee0](https://github.com/tim-smart/dfx/commit/f1c5ee0a732a2e8a2c7cad20ec804edf8e7ff51e))
1045
+
1046
+ # [0.23.0](https://github.com/tim-smart/dfx/compare/dfx@0.22.3...dfx@0.23.0) (2023-02-13)
1047
+
1048
+ ### Features
1049
+
1050
+ - allow swapping out fetch ([f103d4c](https://github.com/tim-smart/dfx/commit/f103d4cdc42e87136f8bb1412102ed09cdc63bc9))
1051
+
1052
+ ## [0.22.3](https://github.com/tim-smart/dfx/compare/dfx@0.22.2...dfx@0.22.3) (2023-02-11)
1053
+
1054
+ **Note:** Version bump only for package dfx
1055
+
1056
+ ## [0.22.2](https://github.com/tim-smart/dfx/compare/dfx@0.22.1...dfx@0.22.2) (2023-02-10)
1057
+
1058
+ ### Bug Fixes
1059
+
1060
+ - console.trace ([efc7081](https://github.com/tim-smart/dfx/commit/efc708164c2805b0125277c0c431731e5d884e1d))
1061
+
1062
+ ## [0.22.1](https://github.com/tim-smart/dfx/compare/dfx@0.22.0...dfx@0.22.1) (2023-02-10)
1063
+
1064
+ ### Bug Fixes
1065
+
1066
+ - DiscordREST package.json import ([0aee00b](https://github.com/tim-smart/dfx/commit/0aee00bc729353f326a71acfbf6bf2298992f604))
1067
+
1068
+ # [0.22.0](https://github.com/tim-smart/dfx/compare/dfx@0.21.22...dfx@0.22.0) (2023-02-10)
1069
+
1070
+ ### reactor
1071
+
1072
+ - effect-http and remove index.ts files ([1222477](https://github.com/tim-smart/dfx/commit/122247746a8fc8d322396d895441904fd2d44916))
1073
+
1074
+ ### BREAKING CHANGES
1075
+
1076
+ - Error types have changed
1077
+
1078
+ ## [0.21.22](https://github.com/tim-smart/dfx/compare/dfx@0.21.21...dfx@0.21.22) (2023-02-08)
1079
+
1080
+ **Note:** Version bump only for package dfx
1081
+
1082
+ ## [0.21.21](https://github.com/tim-smart/dfx/compare/dfx@0.21.20...dfx@0.21.21) (2023-02-07)
1083
+
1084
+ **Note:** Version bump only for package dfx
1085
+
1086
+ ## [0.21.20](https://github.com/tim-smart/dfx/compare/dfx@0.21.19...dfx@0.21.20) (2023-02-02)
1087
+
1088
+ **Note:** Version bump only for package dfx
1089
+
1090
+ ## [0.21.19](https://github.com/tim-smart/dfx/compare/dfx@0.21.18...dfx@0.21.19) (2023-01-26)
1091
+
1092
+ **Note:** Version bump only for package dfx
1093
+
1094
+ ## [0.21.18](https://github.com/tim-smart/dfx/compare/dfx@0.21.17...dfx@0.21.18) (2023-01-24)
1095
+
1096
+ **Note:** Version bump only for package dfx
1097
+
1098
+ ## [0.21.17](https://github.com/tim-smart/dfx/compare/dfx@0.21.16...dfx@0.21.17) (2023-01-21)
1099
+
1100
+ **Note:** Version bump only for package dfx
1101
+
1102
+ ## [0.21.16](https://github.com/tim-smart/dfx/compare/dfx@0.21.15...dfx@0.21.16) (2023-01-11)
1103
+
1104
+ **Note:** Version bump only for package dfx
1105
+
1106
+ ## [0.21.15](https://github.com/tim-smart/dfx/compare/dfx@0.21.14...dfx@0.21.15) (2023-01-09)
1107
+
1108
+ **Note:** Version bump only for package dfx
1109
+
1110
+ ## [0.21.14](https://github.com/tim-smart/dfx/compare/dfx@0.21.13...dfx@0.21.14) (2023-01-09)
1111
+
1112
+ **Note:** Version bump only for package dfx
1113
+
1114
+ ## [0.21.13](https://github.com/tim-smart/dfx/compare/dfx@0.21.12...dfx@0.21.13) (2023-01-09)
1115
+
1116
+ **Note:** Version bump only for package dfx
1117
+
1118
+ ## [0.21.12](https://github.com/tim-smart/dfx/compare/dfx@0.21.11...dfx@0.21.12) (2023-01-09)
1119
+
1120
+ **Note:** Version bump only for package dfx
1121
+
1122
+ ## [0.21.11](https://github.com/tim-smart/dfx/compare/dfx@0.21.10...dfx@0.21.11) (2023-01-09)
1123
+
1124
+ **Note:** Version bump only for package dfx
1125
+
1126
+ ## [0.21.10](https://github.com/tim-smart/dfx/compare/dfx@0.21.9...dfx@0.21.10) (2023-01-01)
1127
+
1128
+ **Note:** Version bump only for package dfx
1129
+
1130
+ ## [0.21.9](https://github.com/tim-smart/dfx/compare/dfx@0.21.8...dfx@0.21.9) (2022-12-28)
1131
+
1132
+ ### Bug Fixes
1133
+
1134
+ - ShardStore import ([b76c013](https://github.com/tim-smart/dfx/commit/b76c013a7b2eca3f0aad3b1eb219add9ebb481df))
1135
+
1136
+ ## [0.21.8](https://github.com/tim-smart/dfx/compare/dfx@0.21.7...dfx@0.21.8) (2022-12-28)
1137
+
1138
+ ### Bug Fixes
1139
+
1140
+ - Tag is a function ([2319e08](https://github.com/tim-smart/dfx/commit/2319e0860c719b10a8566399e27013e27ae35bb3))
1141
+
1142
+ ## [0.21.7](https://github.com/tim-smart/dfx/compare/dfx@0.21.6...dfx@0.21.7) (2022-12-28)
1143
+
1144
+ ### Bug Fixes
1145
+
1146
+ - Duration import ([c70a4da](https://github.com/tim-smart/dfx/commit/c70a4dacf2a36cb3b03eaadf20ca2d73eb9e4ad8))
1147
+
1148
+ ## [0.21.6](https://github.com/tim-smart/dfx/compare/dfx@0.21.5...dfx@0.21.6) (2022-12-28)
1149
+
1150
+ **Note:** Version bump only for package dfx
1151
+
1152
+ ## [0.21.5](https://github.com/tim-smart/dfx/compare/dfx@0.21.4...dfx@0.21.5) (2022-12-27)
1153
+
1154
+ ### Bug Fixes
1155
+
1156
+ - remove name conflict in Ix definitions ([3657960](https://github.com/tim-smart/dfx/commit/3657960502f20cd7eb01676a27a9d33712ba6637))
1157
+
1158
+ ## [0.21.4](https://github.com/tim-smart/dfx/compare/dfx@0.21.3...dfx@0.21.4) (2022-12-27)
1159
+
1160
+ **Note:** Version bump only for package dfx
1161
+
1162
+ ## [0.21.3](https://github.com/tim-smart/dfx/compare/dfx@0.21.2...dfx@0.21.3) (2022-12-27)
1163
+
1164
+ ### Bug Fixes
1165
+
1166
+ - try fix ix types ([00b873b](https://github.com/tim-smart/dfx/commit/00b873be2dd5c47aa181b9c6d37e41f7ee03aabb))
1167
+
1168
+ ## [0.21.2](https://github.com/tim-smart/dfx/compare/dfx@0.21.1...dfx@0.21.2) (2022-12-27)
1169
+
1170
+ ### Bug Fixes
1171
+
1172
+ - use as const for ix commands ([6f2a225](https://github.com/tim-smart/dfx/commit/6f2a225a7266ace782b0f89d66a19c7604dbf4cd))
1173
+
1174
+ ## [0.21.1](https://github.com/tim-smart/dfx/compare/dfx@0.21.0...dfx@0.21.1) (2022-12-27)
1175
+
1176
+ **Note:** Version bump only for package dfx
1177
+
1178
+ # [0.21.0](https://github.com/tim-smart/dfx/compare/dfx@0.20.5...dfx@0.21.0) (2022-12-27)
1179
+
1180
+ **Note:** Version bump only for package dfx
1181
+
1182
+ ## [0.20.5](https://github.com/tim-smart/dfx/compare/dfx@0.20.4...dfx@0.20.5) (2022-12-21)
1183
+
1184
+ **Note:** Version bump only for package dfx
1185
+
1186
+ ## [0.20.4](https://github.com/tim-smart/dfx/compare/dfx@0.20.3...dfx@0.20.4) (2022-12-18)
1187
+
1188
+ **Note:** Version bump only for package dfx
1189
+
1190
+ ## [0.20.3](https://github.com/tim-smart/dfx/compare/dfx@0.20.2...dfx@0.20.3) (2022-12-16)
1191
+
1192
+ **Note:** Version bump only for package dfx
1193
+
1194
+ ## [0.20.2](https://github.com/tim-smart/dfx/compare/dfx@0.20.1...dfx@0.20.2) (2022-12-12)
1195
+
1196
+ **Note:** Version bump only for package dfx
1197
+
1198
+ ## [0.20.1](https://github.com/tim-smart/dfx/compare/dfx@0.20.0...dfx@0.20.1) (2022-12-11)
1199
+
1200
+ **Note:** Version bump only for package dfx
1201
+
1202
+ # [0.20.0](https://github.com/tim-smart/dfx/compare/dfx@0.19.0...dfx@0.20.0) (2022-12-11)
1203
+
1204
+ ### Features
1205
+
1206
+ - add hasInGuild permissions helper ([a1472df](https://github.com/tim-smart/dfx/commit/a1472dff4f252f75883f201b90d85e5de9788bf8))
1207
+
1208
+ # [0.19.0](https://github.com/tim-smart/dfx/compare/dfx@0.18.2...dfx@0.19.0) (2022-12-11)
1209
+
1210
+ ### Features
1211
+
1212
+ - hasInChannel permissions helper ([f6c8913](https://github.com/tim-smart/dfx/commit/f6c8913ae48fdd3787f7350d8f929093df08602c))
1213
+
1214
+ ## [0.18.2](https://github.com/tim-smart/dfx/compare/dfx@0.18.1...dfx@0.18.2) (2022-12-11)
1215
+
1216
+ **Note:** Version bump only for package dfx
1217
+
1218
+ ## [0.18.1](https://github.com/tim-smart/dfx/compare/dfx@0.18.0...dfx@0.18.1) (2022-12-10)
1219
+
1220
+ ### Bug Fixes
1221
+
1222
+ - getForParent in TTL cache ([72c4aa8](https://github.com/tim-smart/dfx/commit/72c4aa8f527fb5aa2db96c4c8caead1c51db40a2))
1223
+
1224
+ # [0.18.0](https://github.com/tim-smart/dfx/compare/dfx@0.17.9...dfx@0.18.0) (2022-12-10)
1225
+
1226
+ ### Bug Fixes
1227
+
1228
+ - parent ttl cache args ([0b1f691](https://github.com/tim-smart/dfx/commit/0b1f691ab53f8a3ec187d1b15a9c94d27c75e265))
1229
+
1230
+ ### Features
1231
+
1232
+ - cache prelude ([6cf5237](https://github.com/tim-smart/dfx/commit/6cf5237d6b87a21fa00a3e941b681c36afdfb111))
1233
+ - caching ([832bd45](https://github.com/tim-smart/dfx/commit/832bd45c5666d0fcb22f26fbb42f79ac927a381b))
1234
+
1235
+ ## [0.17.9](https://github.com/tim-smart/dfx/compare/dfx@0.17.8...dfx@0.17.9) (2022-12-08)
1236
+
1237
+ **Note:** Version bump only for package dfx
1238
+
1239
+ ## [0.17.8](https://github.com/tim-smart/dfx/compare/dfx@0.17.7...dfx@0.17.8) (2022-12-08)
1240
+
1241
+ **Note:** Version bump only for package dfx
1242
+
1243
+ ## [0.17.7](https://github.com/tim-smart/dfx/compare/dfx@0.17.6...dfx@0.17.7) (2022-12-08)
1244
+
1245
+ ### Bug Fixes
1246
+
1247
+ - sub command Resolvables ([562d647](https://github.com/tim-smart/dfx/commit/562d64714c5c3423cc01f7b64d84fca2f19f00dc))
1248
+
1249
+ ## [0.17.6](https://github.com/tim-smart/dfx/compare/dfx@0.17.5...dfx@0.17.6) (2022-12-08)
1250
+
1251
+ ### Bug Fixes
1252
+
1253
+ - sub command option detection ([ef4af92](https://github.com/tim-smart/dfx/commit/ef4af92bfa3bfd71a0ba7512a67ce2271d1c33d0))
1254
+
1255
+ ## [0.17.5](https://github.com/tim-smart/dfx/compare/dfx@0.17.4...dfx@0.17.5) (2022-12-08)
1256
+
1257
+ ### Bug Fixes
1258
+
1259
+ - tsc ([5511ec7](https://github.com/tim-smart/dfx/commit/5511ec7ca4ea5cb1b6c8eb48bbb092250faf05b8))
1260
+
1261
+ ## [0.17.4](https://github.com/tim-smart/dfx/compare/dfx@0.17.3...dfx@0.17.4) (2022-12-08)
1262
+
1263
+ **Note:** Version bump only for package dfx
1264
+
1265
+ ## [0.17.3](https://github.com/tim-smart/dfx/compare/dfx@0.17.2...dfx@0.17.3) (2022-12-08)
1266
+
1267
+ **Note:** Version bump only for package dfx
1268
+
1269
+ ## [0.17.2](https://github.com/tim-smart/dfx/compare/dfx@0.17.1...dfx@0.17.2) (2022-12-08)
1270
+
1271
+ **Note:** Version bump only for package dfx
1272
+
1273
+ ## [0.17.1](https://github.com/tim-smart/dfx/compare/dfx@0.17.0...dfx@0.17.1) (2022-12-08)
1274
+
1275
+ ### Bug Fixes
1276
+
1277
+ - narrow guild commands ([b1edf36](https://github.com/tim-smart/dfx/commit/b1edf36beb9976d3f2256c2ef5a8d02eb3ff5df1))
1278
+
1279
+ # [0.17.0](https://github.com/tim-smart/dfx/compare/dfx@0.16.2...dfx@0.17.0) (2022-12-08)
1280
+
1281
+ ### Features
1282
+
1283
+ - use HashMap for option values ([0f04218](https://github.com/tim-smart/dfx/commit/0f04218c6195fcd6accaf0a0147a6d68c1ad7bc4))
1284
+
1285
+ ## [0.16.2](https://github.com/tim-smart/dfx/compare/dfx@0.16.1...dfx@0.16.2) (2022-12-08)
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ - remove reconnectSoon test ([a4a9910](https://github.com/tim-smart/dfx/commit/a4a991043aca5776f4ac4ed9a6b3448c9c225421))
1290
+
1291
+ ## [0.16.1](https://github.com/tim-smart/dfx/compare/dfx@0.16.0...dfx@0.16.1) (2022-12-08)
1292
+
1293
+ **Note:** Version bump only for package dfx
1294
+
1295
+ # [0.16.0](https://github.com/tim-smart/dfx/compare/dfx@0.15.5...dfx@0.16.0) (2022-12-07)
1296
+
1297
+ ### Features
1298
+
1299
+ - clean up ix context api ([4e02b6f](https://github.com/tim-smart/dfx/commit/4e02b6fa6960a772b86d36afd0389c4fbfa89e57))
1300
+
1301
+ ## [0.15.5](https://github.com/tim-smart/dfx/compare/dfx@0.15.4...dfx@0.15.5) (2022-12-07)
1302
+
1303
+ ### Bug Fixes
1304
+
1305
+ - FocusedOptionContext for autocomplete helper ([bc8e8e8](https://github.com/tim-smart/dfx/commit/bc8e8e84186c3db56b484b25980ee188e847b9eb))
1306
+
1307
+ ## [0.15.4](https://github.com/tim-smart/dfx/compare/dfx@0.15.3...dfx@0.15.4) (2022-12-07)
1308
+
1309
+ ### Bug Fixes
1310
+
1311
+ - ts-toolbelt dependencies ([74c93bb](https://github.com/tim-smart/dfx/commit/74c93bbf599223f0d9c6dfe98435856cc7e88a51))
1312
+
1313
+ ## [0.15.3](https://github.com/tim-smart/dfx/compare/dfx@0.15.2...dfx@0.15.3) (2022-12-07)
1314
+
1315
+ **Note:** Version bump only for package dfx
1316
+
1317
+ ## [0.15.2](https://github.com/tim-smart/dfx/compare/dfx@0.15.1...dfx@0.15.2) (2022-12-07)
1318
+
1319
+ **Note:** Version bump only for package dfx
1320
+
1321
+ ## [0.15.1](https://github.com/tim-smart/dfx/compare/dfx@0.15.0...dfx@0.15.1) (2022-12-07)
1322
+
1323
+ ### Bug Fixes
1324
+
1325
+ - resolveValues ([66480dc](https://github.com/tim-smart/dfx/commit/66480dc34155727a230a4e8f08c8400b1edcd671))
1326
+
1327
+ # [0.15.0](https://github.com/tim-smart/dfx/compare/dfx@0.14.0...dfx@0.15.0) (2022-12-07)
1328
+
1329
+ ### Features
1330
+
1331
+ - select helpers ([5a4290d](https://github.com/tim-smart/dfx/commit/5a4290d7591ffa06f9eaf0d813396822db295cc1))
1332
+
1333
+ # [0.14.0](https://github.com/tim-smart/dfx/compare/dfx@0.13.4...dfx@0.14.0) (2022-12-07)
1334
+
1335
+ ### Features
1336
+
1337
+ - seperate runtime from core ([0f3712c](https://github.com/tim-smart/dfx/commit/0f3712cf0cbb36491df8edc0be7beee8701dc7cc))
1338
+
1339
+ ## [0.13.4](https://github.com/tim-smart/dfx/compare/dfx@0.13.3...dfx@0.13.4) (2022-12-07)
1340
+
1341
+ **Note:** Version bump only for package dfx
1342
+
1343
+ ## [0.13.3](https://github.com/tim-smart/dfx/compare/dfx@0.13.2...dfx@0.13.3) (2022-12-07)
1344
+
1345
+ **Note:** Version bump only for package dfx
1346
+
1347
+ ## [0.13.2](https://github.com/tim-smart/dfx/compare/dfx@0.13.1...dfx@0.13.2) (2022-12-07)
1348
+
1349
+ ### Bug Fixes
1350
+
1351
+ - IxHelpers in context ([efa68b7](https://github.com/tim-smart/dfx/commit/efa68b792115ab5502c89a9b0229f897bb210069))
1352
+
1353
+ ## [0.13.1](https://github.com/tim-smart/dfx/compare/dfx@0.13.0...dfx@0.13.1) (2022-12-07)
1354
+
1355
+ **Note:** Version bump only for package dfx
1356
+
1357
+ # [0.13.0](https://github.com/tim-smart/dfx/compare/dfx@0.12.0...dfx@0.13.0) (2022-12-07)
1358
+
1359
+ ### Features
1360
+
1361
+ - helpers to extract command options ([ae6cdd7](https://github.com/tim-smart/dfx/commit/ae6cdd72b0c8bf8640433410c9e268df3dd82137))
1362
+
1363
+ # [0.12.0](https://github.com/tim-smart/dfx/compare/dfx@0.11.0...dfx@0.12.0) (2022-12-06)
1364
+
1365
+ ### Features
1366
+
1367
+ - add makeSimpleWebhookHandler ([f5f5f3a](https://github.com/tim-smart/dfx/commit/f5f5f3aea1bd2254f4fb2ec0a4bf68d4627085ea))
1368
+
1369
+ # [0.11.0](https://github.com/tim-smart/dfx/compare/dfx@0.10.1...dfx@0.11.0) (2022-12-06)
1370
+
1371
+ ### Features
1372
+
1373
+ - simplify interaction success type ([683d19d](https://github.com/tim-smart/dfx/commit/683d19d63f639b315465b4b3277a8e266223941d))
1374
+
1375
+ ## [0.10.1](https://github.com/tim-smart/dfx/compare/dfx@0.10.0...dfx@0.10.1) (2022-12-06)
1376
+
1377
+ **Note:** Version bump only for package dfx
1378
+
1379
+ # [0.10.0](https://github.com/tim-smart/dfx/compare/dfx@0.9.12...dfx@0.10.0) (2022-12-06)
1380
+
1381
+ ### Bug Fixes
1382
+
1383
+ - error types ([e9f5d54](https://github.com/tim-smart/dfx/commit/e9f5d544e6a90ffbe3a19c9c1427932804ca64c6))
1384
+
1385
+ ### Features
1386
+
1387
+ - more Ix filters ([36e03f0](https://github.com/tim-smart/dfx/commit/36e03f00e7e515c1fcd42233d26b53be7456191c))
1388
+
1389
+ ## [0.9.12](https://github.com/tim-smart/dfx/compare/dfx@0.9.11...dfx@0.9.12) (2022-12-06)
1390
+
1391
+ ### Bug Fixes
1392
+
1393
+ - add missing error types to Ix ([a3a404f](https://github.com/tim-smart/dfx/commit/a3a404f00bee39d6cabf9eef404636ba9e6c2ebd))
1394
+
1395
+ ## [0.9.11](https://github.com/tim-smart/dfx/compare/dfx@0.9.10...dfx@0.9.11) (2022-12-06)
1396
+
1397
+ ### Bug Fixes
1398
+
1399
+ - handleSubCommands types ([4283e34](https://github.com/tim-smart/dfx/commit/4283e34ed6790016e9329259be20fbdd7c592f53))
1400
+
1401
+ ## [0.9.10](https://github.com/tim-smart/dfx/compare/dfx@0.9.9...dfx@0.9.10) (2022-12-06)
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ - package.json import ([a53639d](https://github.com/tim-smart/dfx/commit/a53639d9ff3cf364e3146dc73bf3549c2018fcc0))
1406
+
1407
+ ## [0.9.9](https://github.com/tim-smart/dfx/compare/dfx@0.9.8...dfx@0.9.9) (2022-12-06)
1408
+
1409
+ **Note:** Version bump only for package dfx
1410
+
1411
+ ## [0.9.8](https://github.com/tim-smart/dfx/compare/dfx@0.9.7...dfx@0.9.8) (2022-12-06)
1412
+
1413
+ **Note:** Version bump only for package dfx
1414
+
1415
+ ## [0.9.7](https://github.com/tim-smart/dfx/compare/dfx@0.9.5...dfx@0.9.7) (2022-12-06)
1416
+
1417
+ ### Bug Fixes
1418
+
1419
+ - handleSubCommands type ([0516918](https://github.com/tim-smart/dfx/commit/0516918df98cb0d8ef9239e5368068a1e3ff0c6e))
1420
+
1421
+ ## [0.9.5](https://github.com/tim-smart/dfx/compare/dfx@0.9.4...dfx@0.9.5) (2022-12-06)
1422
+
1423
+ **Note:** Version bump only for package dfx
1424
+
1425
+ ## [0.9.4](https://github.com/tim-smart/dfx/compare/dfx@0.9.3...dfx@0.9.4) (2022-12-05)
1426
+
1427
+ **Note:** Version bump only for package dfx
1428
+
1429
+ ## [0.9.3](https://github.com/tim-smart/dfx/compare/dfx@0.9.2...dfx@0.9.3) (2022-12-05)
1430
+
1431
+ **Note:** Version bump only for package dfx
1432
+
1433
+ ## [0.9.2](https://github.com/tim-smart/dfx/compare/dfx@0.9.1...dfx@0.9.2) (2022-12-05)
1434
+
1435
+ ### Bug Fixes
1436
+
1437
+ - splitDefinitions ([c595cf2](https://github.com/tim-smart/dfx/commit/c595cf29f6c2d4f71b6cdfcb976a764db7da0040))
1438
+
1439
+ ## [0.9.1](https://github.com/tim-smart/dfx/compare/dfx@0.9.0...dfx@0.9.1) (2022-12-05)
1440
+
1441
+ **Note:** Version bump only for package dfx
1442
+
1443
+ # [0.9.0](https://github.com/tim-smart/dfx/compare/dfx@0.8.4...dfx@0.9.0) (2022-12-05)
1444
+
1445
+ ### Features
1446
+
1447
+ - improve handleWebhook api ([52ffb7b](https://github.com/tim-smart/dfx/commit/52ffb7b364f7354f60f26d4ad80881091331f863))
1448
+
1449
+ ## [0.8.4](https://github.com/tim-smart/dfx/compare/dfx@0.8.3...dfx@0.8.4) (2022-12-05)
1450
+
1451
+ **Note:** Version bump only for package dfx
1452
+
1453
+ ## [0.8.3](https://github.com/tim-smart/dfx/compare/dfx@0.8.2...dfx@0.8.3) (2022-12-05)
1454
+
1455
+ **Note:** Version bump only for package dfx
1456
+
1457
+ ## [0.8.2](https://github.com/tim-smart/dfx/compare/dfx@0.8.1...dfx@0.8.2) (2022-12-05)
1458
+
1459
+ **Note:** Version bump only for package dfx
1460
+
1461
+ ## [0.8.1](https://github.com/tim-smart/dfx/compare/dfx@0.8.0...dfx@0.8.1) (2022-12-05)
1462
+
1463
+ **Note:** Version bump only for package dfx
1464
+
1465
+ # [0.8.0](https://github.com/tim-smart/dfx/compare/dfx@0.7.1...dfx@0.8.0) (2022-12-05)
1466
+
1467
+ ### Features
1468
+
1469
+ - support not responding in Interactions ([9b6b365](https://github.com/tim-smart/dfx/commit/9b6b3652adfef8bc7ef8dc5e3d87115a8182ce23))
1470
+
1471
+ ## [0.7.1](https://github.com/tim-smart/dfx/compare/dfx@0.7.0...dfx@0.7.1) (2022-12-05)
1472
+
1473
+ ### Bug Fixes
1474
+
1475
+ - absord undefined type in getResolved ([645be29](https://github.com/tim-smart/dfx/commit/645be29850c8d7b8e79f2b2aca52459523967727))
1476
+
1477
+ # [0.7.0](https://github.com/tim-smart/dfx/compare/dfx@0.6.0...dfx@0.7.0) (2022-12-05)
1478
+
1479
+ ### Features
1480
+
1481
+ - add getResolved helper ([9664354](https://github.com/tim-smart/dfx/commit/96643545e0abcee1a098f5099d80d15d009054b8))
1482
+
1483
+ # [0.6.0](https://github.com/tim-smart/dfx/compare/dfx@0.5.3...dfx@0.6.0) (2022-12-05)
1484
+
1485
+ ### Features
1486
+
1487
+ - export types ([618cf55](https://github.com/tim-smart/dfx/commit/618cf55bf77c456d120b90abfbdc4fdc4b756a4f))
1488
+
1489
+ ## [0.5.3](https://github.com/tim-smart/dfx/compare/dfx@0.5.2...dfx@0.5.3) (2022-12-05)
1490
+
1491
+ **Note:** Version bump only for package dfx
1492
+
1493
+ ## [0.5.2](https://github.com/tim-smart/dfx/compare/dfx@0.5.1...dfx@0.5.2) (2022-12-05)
1494
+
1495
+ **Note:** Version bump only for package dfx
1496
+
1497
+ ## [0.5.1](https://github.com/tim-smart/dfx/compare/dfx@0.5.0...dfx@0.5.1) (2022-12-05)
1498
+
1499
+ ### Bug Fixes
1500
+
1501
+ - tighten response constraint on guild commands ([a8b5647](https://github.com/tim-smart/dfx/commit/a8b56471b5ce7bf3ef44b0312ed5e53b62f4cfa0))
1502
+
1503
+ # [0.5.0](https://github.com/tim-smart/dfx/compare/dfx@0.3.1...dfx@0.5.0) (2022-12-05)
1504
+
1505
+ ### Bug Fixes
1506
+
1507
+ - example ([39f2fad](https://github.com/tim-smart/dfx/commit/39f2fad1b2db438f0776634ba78dd05cbe851a4e))
1508
+ - rest rate limit multiplier and params ([68e934a](https://github.com/tim-smart/dfx/commit/68e934ab50616046c7c76a90c32851841ed84ff8))
1509
+ - run shard effects in parallel ([3bbdbc7](https://github.com/tim-smart/dfx/commit/3bbdbc77999d067a6e1d62f3c9ed98768902ad64))
1510
+
1511
+ ### Features
1512
+
1513
+ - Add basic Interactions ([e227fbe](https://github.com/tim-smart/dfx/commit/e227fbef77e6221e26db92ced436ef4eebc88d05))
1514
+ - add Sharder ([50e313d](https://github.com/tim-smart/dfx/commit/50e313dd40333f1e28fde56970d0fb5c953d4889))
1515
+ - add webhook support to interactions ([9aae267](https://github.com/tim-smart/dfx/commit/9aae26794800ea143177610a183635531c669191))
1516
+ - add WS service ([85a7e8f](https://github.com/tim-smart/dfx/commit/85a7e8f2126349e417f5f573077aca9ba2dd04df))
1517
+ - DiscordGateway service ([c78a016](https://github.com/tim-smart/dfx/commit/c78a01615682dff761ba14f9acd9644c97230799))
1518
+ - error support for InteractionBuilder ([3747f96](https://github.com/tim-smart/dfx/commit/3747f9621e0b1efdbfa4e5f74cea5d0a40e0af6d))
1519
+ - helpers and more interactions functionality ([af17d60](https://github.com/tim-smart/dfx/commit/af17d6053ab9275fe965d15d27ce7ba0914e2a9c))
1520
+ - implement shard ([4509357](https://github.com/tim-smart/dfx/commit/45093577184e061a7d88eef9f30e81ef96c9afee))
1521
+ - implement sharder ([d7cd60e](https://github.com/tim-smart/dfx/commit/d7cd60e04bde8e5ce01e5e9088d586c08fd14035))
1522
+ - more interactions helpers ([fc028f5](https://github.com/tim-smart/dfx/commit/fc028f5edf260c482d0f810da9d68b099a0d5fcd))
1523
+ - RateLimitStore ([81e138b](https://github.com/tim-smart/dfx/commit/81e138b381348e9a43a9897ab9400bd3e5a2f47a))
1524
+ - ShardStore ([5b24301](https://github.com/tim-smart/dfx/commit/5b24301a3785d4b299e74a2d69e3ea1a82f35d73))
1525
+
1526
+ ## [0.3.1](https://github.com/tim-smart/dfx/compare/dfx@0.3.0...dfx@0.3.1) (2022-03-23)
1527
+
1528
+ **Note:** Version bump only for package dfx
1529
+
1530
+ # [0.3.0](https://github.com/tim-smart/dfx/compare/dfx@0.2.0...dfx@0.3.0) (2022-03-22)
1531
+
1532
+ ### Code Refactoring
1533
+
1534
+ - simplify rest DX ([de57d33](https://github.com/tim-smart/dfx/commit/de57d3399af0d4f0bbbed7830156d85d45363669))
1535
+
1536
+ ### BREAKING CHANGES
1537
+
1538
+ - rest api changed
1539
+
1540
+ # [0.2.0](https://github.com/tim-smart/dfx/compare/dfx@0.1.0...dfx@0.2.0) (2022-03-22)
1541
+
1542
+ ### Bug Fixes
1543
+
1544
+ - **DiscordWS:** error type should be never after retry ([d0b9d7e](https://github.com/tim-smart/dfx/commit/d0b9d7e9748da874eab79fc77964d5f89fd5b3c5))
1545
+
1546
+ ### Features
1547
+
1548
+ - callRest helper ([5c617b6](https://github.com/tim-smart/dfx/commit/5c617b60a967ca8972e00e29e5246c4ca3c45fa4))
1549
+
1550
+ # 0.1.0 (2022-03-22)
1551
+
1552
+ ### Code Refactoring
1553
+
1554
+ - move callbag-effect-ts to peerDependencies ([1c4283a](https://github.com/tim-smart/dfx/commit/1c4283a9cda7879fcc234696bbd3132a21d4eb4f))
1555
+
1556
+ ### Features
1557
+
1558
+ - DiscordGateway service ([4dcef83](https://github.com/tim-smart/dfx/commit/4dcef8308a8e3715b8a856d74623b087efe49249))
1559
+ - DiscordREST implementation ([fc4ee3d](https://github.com/tim-smart/dfx/commit/fc4ee3dd8102fe6f30f1aac04de45bb727ebea3b))
1560
+ - DiscordWSService ([208203b](https://github.com/tim-smart/dfx/commit/208203b88e11a38c43eae1ad8b0ecc5ee82fe9b2))
1561
+ - LiveLogDebug layer ([a1ade42](https://github.com/tim-smart/dfx/commit/a1ade427a0e9f265d627dc1c2e91e6cf2915d328))
1562
+ - **rest:** progress ([32ecc45](https://github.com/tim-smart/dfx/commit/32ecc458c70139feb4bf4a93776da975a50850d4))
1563
+
1564
+ ### BREAKING CHANGES
1565
+
1566
+ - callbag-effect-ts is a required peer dependency