dfx 1.0.2 → 1.0.4

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