Releases: zef-dev/convoworks-destiny2
Releases · zef-dev/convoworks-destiny2
Added User Scope to Request Scope
- Added User Scope to Request Scope
Evaluate parameters for raw input
- Evaluate parameters for raw input
Loadouts and favorites
- Add ability to store and equip loadouts
- Add ability to tag current equipment as favorite and to equip favorites
Use convoworks-core v0.22
1.0.10 Declare as v1.0.10
Fix broken reqs
1.0.9 Version bump to fix broken reqs
Bump Catalog versions
- Bump Catalog
WeaponNameCatalog
andArmorNameCatalog
versions to update values - Relax PHP requirements down to
7.2
Convoworks core at 0.21
1.0.7 1.0.7 changelog
Use core version 0.20
1.0.6 Use new `core`
Add missing parent constructor calls
Elements were missing calls to parent::__construct
which caused issues on the test page.
Check for empty slots
Alexa can sometimes match an intent but not be confident in the slot values, which results in empty slots. Check for such cases and read the nok
flow in EquipCharacterProcessor
.