Moving outline data to its own table. So that means another database migration. Yay!
This should not affect the API at all. In some cases, notes might have a outlineData object, but if that is the case, you can ignore it and use note.next, note.previous and note.parentId instead.
I am not 100% sure about this one. I might add more tests to make sure it all works. But all the tests are passing, so it should be ok?
Moving outline data to its own table. So that means another database migration. Yay! This should not affect the API at all. In some cases, notes might have a outlineData object, but if that is the case, you can ignore it and use note.next, note.previous and note.parentId instead.
I am not 100% sure about this one. I might add more tests to make sure it all works. But all the tests are passing, so it should be ok?