dungeon_world_data 2.0.3
dungeon_world_data: ^2.0.3 copied to clipboard
Data dump of Dungeon World classes, moves, equipment, and more. Also mirrored as NPM package.
2.0.2 #
- Bugfix in tag parsing
2.0.1 #
- Implemented base entity equality comparitor
- Moved source files to
lib/src, and selectively expose onlib/root. - Added build steps to NPM package containing all the static data.
2.0.0+4 #
- Fixed player class export JSON keys
2.0.0+3 #
- Fixed exported alignment value
2.0.0+2 #
- Fixed exported alignment key
2.0.0+1 #
- Updated code to improve static analysis score.
2.0.0 #
- The imported data is now not parsed from JSON, but directly declared in Dart.
- Better key generation
- The data has been reorganized to lists, and data redundancy has been removed.
1.5.0 #
- Added
copymethod to every DWEntity subclass - Unified public API for easier use
- Updated
keys to useUuid().v4()fallback
1.4.5 #
- Fixed case sensitivity in info tag parsing
- Improved tag parsing from starting gear options
1.4.4 #
- Fixed tag toJSON method
1.4.3 #
- Fixed info tag mapping in main data
1.4.2 #
- Updated tags to allow description
1.4.1 #
- Fixed Tags toString() behavior
1.4.0 #
- Simplified Tags behavior. This will break some Tag usages
1.3.4 #
- Removed test dump file from source
1.3.3 #
- Removed test package from dependencies
1.3.2 #
- Fixed 'looks' sections in some classes being concatenated and not split
- Added 2 tests
1.3.1 #
- Added missing toJSON() on GearOption
1.3.0 #
- Updated gear choice and option mapping
1.2.6 #
- Fixed tag JSON output in other classes
1.2.5 #
- Turned fields to non final, so they're changable for users
1.2.4 #
- Fix JSON output for Equipment item
1.2.1-v1.2.3 #
- Tag bugfixes
1.2.0 #
- Improved equipment loading (breaks interface for equipment items)
1.1.7 #
- Fixed spell loading
1.1.6 #
1.1.1 #
- Working release