Tags: WarHub/wham
Tags
feat: Add support for roster migrations (#131) * feat: Add roster migration support to DataVersionManagement * docs: Add changes to CHANGELOG
feat: Add fields for schema parity with BattleScribe v2.03 (#118) There were new fields added in BSv2.03: - hidden on CostType: BSData/schemas#7 - Publication publisher details: BSData/schemas#6 There are some back-fixes: - added `ModifierGroup.ModifierGroups` (missing from previous update that added ModifierGroup) - added `CharacteristicType.Comment` (missing from when comment was introduced) - added `Roster.CustomNotes` (BattleScribe Supporter feature) - added `Roster.Tags` (BattleScribe Supporter feature?) - added `RosterElementBase.CustomName` (BattleScribe Supporter feature) - added `RosterElementBase.CustomNotes` (BattleScribe Supporter feature) There are also some changes to inheritance: - SelectorBase renamed to QueryBase - introduced QueryFilteredBase, a base for Condition and Repeat - introduced ModifierBase, a base for Modifier and ModifierGroup - introduced SelectionParentBase, a base for Force and Selection * style: Fix some style suggestions * build: Bump .NET Core SDK to 3.1.3xx * ci: Remove dotnet-version check
docs: Add netstandard2.1 targeting to changelog Also note that WhamNodeCoreAttribute is now removed from .Source lib
PreviousNext