From f9647915a59f3404e55b3330c06f891187f797a7 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Thu, 26 Sep 2024 15:05:00 +0200 Subject: [PATCH] Add migration-guide.md --- migration-guide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 migration-guide.md diff --git a/migration-guide.md b/migration-guide.md new file mode 100644 index 0000000..69c722b --- /dev/null +++ b/migration-guide.md @@ -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` instead. +``` + o object + l line of text + n value 34354545.6 +``` \ No newline at end of file