Changes since tag 8.3.0.00

commit 95b5dbe6f10c4b717bdb0d483fb75cb7d258358a
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Thu Jun 11 00:13:55 2020 -0400

    [TimeToDie] Add BossFightRemains Variants
    
    * BossFightRemains, BossFightRemainsIsNotValid, and BossFilteredFightRemains
    * Also fix a nil comparison error that could happen with invalid boss units

commit 347886350ca5ba4bb8e02f9dd574a65fc61b1099
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Tue Jun 9 16:54:45 2020 -0400

    [TimeToDie] Add FightRemains Expression Support
    
    * Add HL.FightRemains and HL.FilteredFightRemains functions

commit 3c8bf7d2c676e9e7e1fbde3f9ba74a4359b019db
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Fri May 29 01:53:30 2020 -0400

    [Settings] Add Maiden of Valor Back

commit 43366735e67af496d2f09eb95b1ae977ba244858
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Fri May 29 01:33:12 2020 -0400

    [Settings] Blacklist Mechagon Workshop - Shield Generator
    
    * Force disable in the CycleUserDefined list

commit 43366735e67af496d2f09eb95b1ae977ba244858
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Fri May 29 01:33:12 2020 -0400

    [Settings] Blacklist Mechagon Workshop - Shield Generator
    
    * Force disable in the CycleUserDefined list

commit 8a9a6238deb66b48d6aac67f25f634ac81a2dc81
Author: Quentin Giraud <dev@aethys.io>
Date:   Wed May 6 05:36:16 2020 +0200

    [Events] Documentation update for SPELL_ABSORBED

commit 34f27a0ab381c87aa751b6a5ef6c7898d6dfde24
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Mon May 4 02:45:11 2020 -0400

    [Prev_Spell] Add/Adjust Helper Functions for Predicted Casts
    
    * Since instant attacks don't trigger SPELL_CAST_START, add some functions to track the last known suggestion prior to the start of the current GCD
    * If we have a tracked value and the current GCD is in progress, but a SPELL_CAST_SUCCESS has not yet triggered, we can use this suggested value temporarily until we get the event
    * Additionally, add some helper functions for fetching the last known GCD and off-GCD cast time

commit fc583249f960762a289cb732bd5672c3264bf752
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Mon May 4 02:39:19 2020 -0400

    [List] Blacklist Drest'agath Without Void-Infused Ichor

commit 99ade684d1a66a4139e63a3d4ccee8c95af456cd
Author: Cilraaz <cilraaz@gmail.com>
Date:   Tue Mar 31 11:59:02 2020 -0400

    Add Boralus Training Dummy IDs

commit 20abeec82fdca8d4b3f1c7e7710f606b6ba4c777
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Thu Mar 19 15:49:50 2020 -0400

    [Azerite] Add Support for Scaling Azerite Effects
    
    * Add lookup table for PLAYER_SPECIAL_SCALE8 scaling based on neck itemlevel
    * Add caching of neck itemlevel when updating the Azerite item cache

commit 1431cc14f8692d8dabd81914bcadf827e2ab4349
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Mon Mar 9 21:41:03 2020 -0400

    [Equipment] Optimize Trinket Functions and User-Defined Trinket Blacklist

commit 228bf612c7caee589aee3de848c60ad397d934a2
Author: Cilraaz <cilraaz@gmail.com>
Date:   Mon Mar 9 21:28:50 2020 -0400

    Add Global Exclude for HL.UseTrinkets

commit 9bd74c79ca2b458cebcca555c426a7ce71c9fc42
Author: Cilraaz <cilraaz@gmail.com>
Date:   Mon Mar 9 19:09:27 2020 -0400

    Update UseItems to Use Item Object Instead of ID

commit b0dcc8fd7f51815af0c50feea8fd182046b732e0
Author: Cilraaz <cilraaz@gmail.com>
Date:   Mon Mar 9 13:21:57 2020 -0400

    Add HL.UseTrinkets Function
    
    - On Use Trinkets gathered from updated HL.GetEquipment function are
    iterated, checked if IsReady is true, then checked against excludes
    passed to the function
    - Excludes should be a table of item IDs that are specifically handled
    within the spec profile
    - Returns the item ID of a non-excluded, ready to cast on use trinket

commit 7fb2bc825b823a1dd6034f0aecb8f29ead258a70
Author: Cilraaz <cilraaz@gmail.com>
Date:   Mon Mar 9 00:02:49 2020 -0400

    Add HL.OnUseTrinkets to HL.GetEquipment
    
    - Index on-use trinkets for use with SimC's "use_items" call

commit c1232e8941dfc408ffc8cf9e9cd00ebb7d635a95
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Sat Feb 29 16:21:59 2020 -0500

    [Aura] Add Spell:ActiveUnits() Helper Function for AuraTracking System

commit 0ca9f9e556a488f97a9cd905c8ebfbf8e6af7231
Author: EvanMichaels <evan.michaels@gmail.com>
Date:   Sat Feb 29 16:20:58 2020 -0500

    [Power] Add TimeToXResourceMap Helper

