- Breaking change: Remove ``.parent`` and ``children`` property on ``royal.resource.Base`` - Add ``find_item`` and ``find_collection`` - Update interfaces.
0.8.2
------------------
- Fix a bug with 2 items being adjacent in hierarchy. The child item was not registered on the good parent. - Add a default implementation in sqla extension for ``Item.replace``.