- Added `Tree.delete()` to delete all document directories and item files. - Added `doorstop publish all <directory>` to publish trees and `index.html`.
0.3
- Added find_document and find_item convenience functions. - Added `Document.delete()` to delete a document directory and its item files.
0.2
- All `Item` text attributes are now be split by sentences and line-wrapped. - Added `Tree.load()` for cases when lazy loading is too slow. - Added caching to `Tree.find_item()` and `Tree.find_document()`.
0.1
- Top-level items are no longer required to have a level ending in zero. - Added `Item/Document.extended` to get a list of extended attribute names.
0.0.21
- Documents can now have item files in sub-folders.