Skip to content

Releases: florianbeisel/scum-quest-lib

v1.4.0

20 Jun 22:41

Choose a tag to compare

1.4.0 (2025-06-20)

Bug Fixes

  • schemas: update the schema with upstream workarounds (03dca70)

Features

  • item-parser: implement item parsing and exporting functionality for loot trees, including directory processing and error handling (4d35271)

v1.3.0

19 Jun 23:35

Choose a tag to compare

1.3.0 (2025-06-19)

Features

  • conditions: add helper functions for condition extraction and type checking (5c735a6)
  • utils: enhance form schema utilities with validation and conversion functions for quests, conditions, and rewards (2cd2a3e)

v1.2.0

19 Jun 22:57

Choose a tag to compare

1.2.0 (2025-06-19)

Features

  • quest-builder: update withTier method to accept QuestTier type for improved usage in consumers (d866ec1)

v1.1.0

19 Jun 22:43

Choose a tag to compare

1.1.0 (2025-06-19)

Features

  • quest-schema: introduce QuestTierSchema for tier validation and update QuestSchema to utilize it (3bcc70a)

v1.0.1

19 Jun 22:07

Choose a tag to compare

1.0.1 (2025-06-19)

Bug Fixes

  • quest-schema: normalize AssociatedNpc casing and update validation logic to prefer camelCase variant (767d049)