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 f9647915a5 - Show all commits

13
migration-guide.md Normal file
View file

@ -0,0 +1,13 @@
## 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
```