v0.3.0
What's Changed
- Marshal
Entry.Extra
in JSON, and exclude down the line theParent
andSource
ofExtra
elements (@SeanCondon). - When an
Extra
item is a slice, add its elements individually (@SeanCondon). Modules.FindModuleByPrefix
is removed since there is possibility for duplication. Use theFindModuleByPrefix
function instead.- Fix
deviate add
anddeviate delete
on defaults statements. - Print error message when
Entry.InstantiatingModule
fails. - Allow arbitrary number of errors between each token.
- Refactorings.
Full Changelog: v0.2.9...v0.3.0