13 lines
538 B
Markdown
13 lines
538 B
Markdown
|
## 1.0.0 -> 1.1.0
|
||
|
### Required
|
||
|
- Add (true) to every instance of BofaSerializeable to get the old stricter behaviour for serializing.
|
||
|
- Switches over Bofa without default now need to include rgb, rgba and hash.
|
||
|
|
||
|
### Optional
|
||
|
- If you have used a custom field for any of these, it may be good to change them to native types now.
|
||
|
- If you have previously used files that looked like this for serialization you can now remove the top level object and use `Bofa.Deserialize<T>` instead.
|
||
|
```
|
||
|
o object
|
||
|
l line of text
|
||
|
n value 34354545.6
|
||
|
```
|