Update to 1.1.0 #5
2 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
- Version 1.1.0
|
||||
- __Types__
|
||||
- New type: __rgb__
|
||||
- New type: __rgba__
|
||||
- New type: __hash__
|
||||
- Added support for ppkg (https://code.booklordofthe.dev/Booklordofthedings/pkkg)
|
||||
- More relaxed serialization/deserialization:
|
||||
- _Fields can now fail to be parsed without returning an error_
|
||||
- Added __strict__ parameter to __BofaSerialize__:
|
||||
- _This returns the old fail on parse behaviour_
|
||||
- Added new Attribute: __BofaRequired__
|
||||
- _Allows parts of a parse to fail but always ensures that this field could be parsed_
|
||||
- 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_
|
||||
|
||||
- Version 1.0.0
|
||||
- Initial Version
|
||||
- Fast parsing
|
||||
- Add automated serialization generation
|
Loading…
Add table
Reference in a new issue