Releases: wardz/DRList-1.0
Releases · wardz/DRList-1.0
v1.5.6
Lib: DRList-1.0
v1.5.6 (2024-11-02)
Full Changelog Previous Releases
- [Retail] add new spellID for Frostbite root
v1.5.5
Lib: DRList-1.0
v1.5.5 (2024-10-20)
Full Changelog Previous Releases
- [Retail] update spell id for Absolute Zero (#26)
v1.5.4
Lib: DRList-1.0
v1.5.4 (2024-09-15)
Full Changelog Previous Releases
- Retail:
- add Sulfuric Emission disorient
- add Challenging Shout taunt
- add Upheaval knockback
- add Implosive Trap knockback
- add Tail Swipe knockback
- remove obsolete Shining Force
- remove obsolete Exorcism
- remove obsolete Steelclaw Trap
- remove obsolete Entrenched in Flame
v1.5.3
Lib: DRList-1.0
v1.5.3 (2024-09-03)
Full Changelog Previous Releases
- [Retail] Update DR list for TWW:
- Remove 'Mind Bomb'
- Add incap 'Polymorph (Mosswool)'
- Add stun 'Seismic Slam'
- Add root 'Ice Prison'
- Add silence 'Tightening Grasp'
- Add knockback 'Wing Buffet'
- bump toc versions
- cleanup some ldoc comments & add more examples
- Fix
DRList:NextDR()
return values not fully matching the originalDRData-1.0:NextDR()
returns.- Use DRList:GetNextDR() instead if you still need the exact previous/old return behaviour. (Shouldn't matter for most people tho)
v1.5.2
Lib: DRList-1.0
v1.5.2 (2024-07-03)
Full Changelog Previous Releases
- minor cleanup
- update README.md
- Lower NPC reset time from 21 to 20 seconds. (20+ sec seems to be rare now)
- [Cata+Wrath] add taunt category
- fix: GetSpellInfo removed in WoW 11.0 (#22)
-
fix: GetSpellInfo removed in WoW 11.0
-
Update DRList-1.0.lua
-
Update Spells.lua
-
Update DRList-1.0.lua
-
v1.5.1
Lib: DRList-1.0
v1.5.1 (2024-05-17)
Full Changelog Previous Releases
- [Cata] remove Unstable Affliction as it doesnt DR (#20)
v1.5.0
Lib: DRList-1.0
v1.5.0 (2024-05-11)
Full Changelog Previous Releases
This update could maybe have breaking changes depending on your addon:
- Add initial support for spells with multiple/shared DR categories & cleanup tests somewhat. (#19)
Notably adds Deep Freeze & Ring of Frost shared DR category for Cataclysm.lib:GetCategoryBySpellID(x)
now returns a readonly array with DR categories in the SECOND return value if a spell has any shared DR categories. (This array includes the main category name too, which is same as the first return value kept for compability reasons)- If you access lib.spellList table DIRECTLY you now need to account for that some values are arrays instead of strings only.
- Second return value for
lib:GetCategoryBySpellID(x)
no longer returns a spellID for Classic Era since the combat log now supports spellIDs by default after WoW patch 1.15.0. If you have legacy code using this method, you will need to update.
v1.4.4
Lib: DRList-1.0
v1.4.4 (2024-05-07)
Full Changelog Previous Releases
- [Cata] remove Chastise as it doesnt seem to DR. Add comment on RoF/DF shared DRs.
- [Cata] set Improved Poly & Stoneclaw Totem Effect from random_stun to stun category
- Remove pkgmeta ignore for LibStub so DRList-1.0 can still be loaded when installed as a standalone addon (#18)
- move toc no-lib-strip includes into do-not-package instead as nolib is obsolete
- [Cata] sort spell list, remove obsolete spellIDs
- [Cata] set correct spellID for Gnaw
- [Cata] Set correct spellIDs for Shattered Barrier
- [Cata] set correct DR category for Improved Cone of Cold
- [Cata] remove Solar Beam & Sin and Punishment as they dont seem to DR
- [Cata] add Paralysis to controlled roots
- [Cata] verify Aura of Foreboding, only a stun not a root
- add cata constant for gameversion check now that it exists
- Big thanks to ManneN1 and XyzKangUI for helping testing a lot of these DRs.
v1.4.3
Lib: DRList-1.0
v1.4.3 (2024-04-29)
Full Changelog Previous Releases
- remove packager toc ignore, seems like curseforge rejects libs without a toc file
v1.4.2
Lib: DRList-1.0
v1.4.2 (2024-04-28)
Full Changelog Previous Releases
- [Cata] add Aura of Foreboding, Chains of Ice & Aftermath DRs
- [Cata] add Monstrous Blow stun
- [Cata] set correct spellID for Improved Polymorph
- bump versioning
- [Cata] remove Intercept stun for now (#14)
- [Cata] set correct spellID for Improved Cone of Cold
- [Cata + Wrath] remove incorrect dragon & entrapment DR category
- [Cata] add Bind Elemental category
- [Cata] set correct spellID for Ring of Frost
- confirm retail Intimidating Shout spellIDs
- add Deep Freeze for classic season of discovery
- update cata testcase & spellList version
- Revert Dragon's Breath + Entrapment Change (#15)
-
Revert Dragon's Breath + Entrapment Change
-
Update Spells.lua
-
Fix whitespace line
-