Releases: AwesomeStickz/dd-cache-proxy
Releases · AwesomeStickz/dd-cache-proxy
v2.5.0
Changes
- chore: update
@discordeno/bot
tov20.0.0
, by @AwesomeStickz (62f55cf)
Full Changelog: v2.4.0...v2.5.0
v2.4.0
Changes
- chore: update
@discordeno/bot
tov19.0.0
, by @AwesomeStickz (5812956) - fix: all ts errors to work with dd v19.0.0, by @Fleny113, @AwesomeStickz (2ecd797)
Full Changelog: v2.3.0...v2.4.0
v2.3.0
Changes
- feat!: improve types for
options.getItem
,setItem
,removeItem
and made the table names singular, by @AwesomeStickz (d671ddc) - style: remove useless types on cache function definitions, by @AwesomeStickz (386501a)
- style!: change
ID
toId
, by @AwesomeStickz (cf4088f) - fix: not adding certain data to
pendingGuildData
on guild customizer, by @AwesomeStickz (abdc9c2) - refactor!: remove unused
currentTry
parameter from set functions, by @AwesomeStickz (ed6c090) - fix!: type of
options.shouldCache
functions, by @AwesomeStickz (7fa6e18) - refactor!: improve types support for working on the lib, by @AwesomeStickz (42c2eee)
- refactor!: change
channels
,guilds
etc. incache.options
to singular form to be consistent, by @AwesomeStickz (e1ec156) - chore: missed pushing changes from other files, by @AwesomeStickz (c1634cb)
- refactor: remove storing
preCacheGuild
in guild customizer, as we don't run transformers anymore, so no need to store a pre-cache guild, by @AwesomeStickz (54e6e82) - feat: delete pending guild data after retrieving it in the guild customizer so it doesn't stay in the collection forever, by @AwesomeStickz (1125759)
- fix: bug with
pendingGuildsData
not storing data properly, by @AwesomeStickz (5384221) - feat!: change types of cached objects based on the provided desired and undesired props, by @AwesomeStickz (a4b41ce)
- chore: update ts and use workspace ts version in vscode, by @AwesomeStickz (da69e08)
- feat: expose types of cached objects in
bot.cache.$inferredTypes
, by @AwesomeStickz (8d96bcd) - docs: add info about types support in README, by @AwesomeStickz (ca44ad8)
- docs: change wordings a bit, by @AwesomeStickz (28f412d)
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Changes
- feat!: add
options.sweeper
to have better control over the cache sweeper, by @AwesomeStickz (834937d) - feat: add
lastInteractedTime
to all structures, by @AwesomeStickz (8a0d6b9) - feat: expose
lastInteractedTime
in types, by @AwesomeStickz (d2798e3) - feat: use the provided types for desiredProps, undesiredProps and sweeper filters for better types support, by @AwesomeStickz (c67be0d)
- perf: loop through the cache only if the respective sweeper filters were provided, by @AwesomeStickz (5881cf6)
- docs: update description for
options.sweeper.interval
, by @AwesomeStickz (13e20bd) - docs!: improve descriptions for bulk removers, by @AwesomeStickz (ff87258)
- chore: update
@discordeno/bot
to19.0.0-next.b85c6d5
, by @AwesomeStickz (f983e29)
Full Changelog: v2.1.2...v2.2.0
v2.1.2
Changes
- Updated
@discordeno/bot
to19.0.0-next.352887c
, by @AwesomeStickz (f797787) - Modified dummy events setup in
setupDummyEvents
to be more accurate and added comments to make it easier to maintain, by @AwesomeStickz (feb0cbe) - Changed
client
tobot
inREADME
to be consistent, by @AwesomeStickz (d23e0a7)
v2.1.1
Changes
- Updated
@discordeno/bot
to19.0.0-next.d69e537
, by @real2two (#6) - Moved
@discordeno/bot
from dependencies topeerDependencies
inpackage.json
to ensure compatibility, by @AwesomeStickz (d65b0d3)
v2.1.0
v2.0.2
Changes
- Add more info on
setupDummyEvents
and add support info to readme, by @AwesomeStickz (446d021)
v2.0.1
Bug Fixes
- Add some events that was forgotten to be added to
setupDummyMemberEvents
insetupDummyEvents
, by @AwesomeStickz (49d0558)