Update to 1.1.0 #5

Merged
Booklordofthedings merged 16 commits from dev into main 2024-09-26 17:32:20 +02:00
Showing only changes of commit dae6c8f9dc - Show all commits

View file

@ -13,6 +13,8 @@
- Added method: __bool Bofa.Deserialize<T>(T, Dictionary<StringView, Bofa>)__
- _Previously users had to wrap .bofa files in a top level object if they wanted to have it mapped via IBofaParseable_
- _Now this method wraps it for them, so that no top level objects are required if the file represents a whole object_
- Added method: __ToStringContents__
- _Used to enable roundtripping with Bofa.Deserialize_
- Version 1.0.0
- Initial Version