v.1.10.0
Mostly fixes, but a few notable changes.
What's Changed
- Adding a reasonable gh release workflow doc by @augustjohnson in #639
- Bugfix: Spell endpoint no longer returns entire Class object by @calumbell in #641
- Data: added missing
"detail"s to WotC SRD base-classes ClassFeatureItems by @calumbell in #642 - Replace
DocumentSerializerwithDocumentSummarySerializerin some contexts by @calumbell in #643 - Refactor eager loading code into
EagerLoadingMixinby @calumbell in #647 - Refactored views to use
EagerLoadingMixinby @calumbell in #650 - EepMoody/issue644 by @eepMoody in #648
- Refactor search into its own app. by @augustjohnson in #654
- Fixed N+1 problem on
/v2/classesby @calumbell in #656 - Fixed N+1 problem on
/v2/creaturesendpoint by @calumbell in #657 - Fixed N+1 problem on
/v2/backgroundsby @calumbell in #658 - Fixed N+1 problems on Items sub-views by @calumbell in #659
- Fixed bug on
EagerLoadingMixinby @calumbell in #661 - Fixed Migrations Merge Conflict by @calumbell in #665
- 653 icons for v2 objects by @augustjohnson in #663
- Added
"armor_detail"to Creature model by @calumbell in #662 - Bugfix: ClassFeature
"gained_at"and"table_data"fields no longer mutually exclusive by @calumbell in #666 - Migrate action order data from V1 -> V2 by @calumbell in #668
- Bugfix: merge migrations by @calumbell in #670
- Adding a dirty check, and a --clean command. by @augustjohnson in #679
- Adding in migrations check. by @augustjohnson in #681
- Removing, it's unused. by @augustjohnson in #682
- Moved logo.png into static, and fixed readme.md reference. by @augustjohnson in #683
- Removing deprecated json. Not consumed by the api. by @augustjohnson in #694
- 684 v2 data update document key for a5e monstrous menagerie by @augustjohnson in #695
- Fixed Alignment capitalisation by @calumbell in #699
- Set up job for clearing cloudflare cache by @eepMoody in #671
- V2 Documents endpoint improvements by @calumbell in #697
- V2 Classes endpoint improvements by @calumbell in #701
- [BUGFIX] Languages field on Creatures endpoint now work as intended by @calumbell in #698
- Summary Serializers by @calumbell in #715
- V2: Rename
/racesendpoint to/speciesby @calumbell in #716 - Implement QA fixes on
/v2/creaturesendpoint by @calumbell in #717 - 564 standardize approach to weight across all of v2 similar to distance by @augustjohnson in #720
- Bugfix: Query Parameter Filtering by @calumbell in #721
- Update Document Keys:
srd->srd-2014by @calumbell in #722 - Expand
Imagemodel fields by @calumbell in #725 - Fixed duplicated Elderberry Inn Icons source by @calumbell in #726
- Creature Immunities and Resistances refactor by @calumbell in #724
- [V2 DATA] Fixed erroneous
"False"strings as null values in TOB-2023 dataset by @calumbell in #728 - [REFACTOR] Moved Community Health files to the
./githubDirectory by @calumbell in #737 - [V2] Weapon Properties refactor by @calumbell in #730
- [BUGFIX] UnorderedObjectListWarnings on Rule/Ruleset/Image Views by @calumbell in #729
- [BUGFIX] Merge Migrations & fix failing test by @calumbell in #741
- 586 reliable openapi spec generated by @augustjohnson in #740
- V2: Expand Models to handle new fields introduced in 5.2 SRD by @calumbell in #746
- [V2] Added WotC SRD 5.2 to Document list by @calumbell in #747
- O5e archetypes by @nstefanski in #712
- Convert missing v1 data to v2 by @eepMoody in #735
- 706 casting objects returns null if no values by @augustjohnson in #749
- Add Services to API by @calumbell in #755
- Moody/doc display names by @eepMoody in #757
- Add fuzzy and vector search to v2/search endpoint by @eepMoody in #750
- Ingest 2024 Spells, Monsters and Items by @eepMoody in #748
- Create shared concepts construct for conditions, damage types, etc. by @eepMoody in #758
- [BUGFIX / DATA] Fixed typos in Mirror Image (SRD 2014) spell by @calumbell in #763
- 760 bug data files not organizedimportedexported correctly by @augustjohnson in #761
- 764 sort fixture keys to allow for easier comparison by @augustjohnson in #765
- [DATA] Updated Initiatives for SRD-2024 Creatures by @calumbell in #772
- 676 add monster illustrations as a field to creature objects by @augustjohnson in #767
- Updated Black Flag monsters from Errrata by @mshea in #774
- 766 bug weapon properties is unordered by @augustjohnson in #771
- [BUGFIX] Fixed SRD 2024 Monster CRs by @calumbell in #775
- Update 5.2 srd magic items by @mshea in #777
- Fix tob 2023 hags by @mshea in #778
- 709 revisit object stats for size immunities ac and hp by @augustjohnson in #780
Full Changelog: v.1.9.0...v1.10.0