Releases: wowdev/DBCD
Releases · wowdev/DBCD
2.1.4
2.1.3
- Update DBDefsLib (including several non-vital fixes made years ago as the NuGet version was using an outdated repository until now)
- Added support for supplying definitions with a Binary DBD (BDBD) file instead of DBDs.
NOTE: Both this implementation and the BDBD format are experimental and currently have little to no advantage unless you are parsing many DB2s with a single DBCD instance or want an easier way to deal with definition updates in external tools.
2.1.2
What's Changed
- Fix System.MissingMethodException on constructing a row with a string[] by @KalopsiaTwilight in #31
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Fix Reference Data writing in WDC1 / WDC2 by @KalopsiaTwilight in #29
- Feature - Extra metadata in constructed type and DBCDStorage by @KalopsiaTwilight in #30
- Fixed crash when reading WDB5s without index map
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.3
2.0.2
What's Changed
- Calling DBCDStorage.Save() twice causes an ArgumentException by @KalopsiaTwilight in #26
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Add support for initializing array types in constructrow by @KalopsiaTwilight in #25
New Contributors
- @KalopsiaTwilight made their first contribution in #25
Full Changelog: 2.0.0...2.0.1
2.0.0
1.x (pre-writing release)
First release of non-versioned DBCD pre-writing branch merge.