Add migration-guide.md

This commit is contained in:
Booklordofthedings 2024-09-26 15:05:00 +02:00
parent 667d74ddcf
commit f9647915a5

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
```