dfx 1.0.0 → 1.0.1

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