Library Refactor
The original library contained unrelated tools lightly mixed in the main class. With the addition of Templates, much of that functionality was duplicated without much efficiency. This put an unnecessary burden on the developer to decide proper boundaries around template and template parent seeding.
This release simplifies the process drastically by moving generic functionality from the main class into the templates, which themselves have been simplified.
- Replaces
Outbox
library with template methods - Removes
tokens
, now determined programmatically - Simplifies seeder and layout process