Add migration-guide.md
This commit is contained in:
parent
667d74ddcf
commit
f9647915a5
1 changed files with 13 additions and 0 deletions
13
migration-guide.md
Normal file
13
migration-guide.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue