- Rename
:datetime
to:published_at
. Nabo.Repo.get/1
returning.
- Fix a compilation bug.
- Mark post paths as
@external_resource
for better recompilation.
- Introduce new parser
Nabo.Parser.Front
. - Replace
poison
withjason
. - Make
jason
andearmark
optional dependencies. - Log compile errors.
Brearking changes:
Version 1.0 has many breaking changes to prior versions.
- Removed
Nabo.Compilers.Markdown
in favor ofNabo.Parser.Markdown
. - Changed many
Nabo.Repo
options. See documentation for the module for more information.:compiler
option no longer supports{compiler, options}
format, it now has four sub-options::log_level
,:body_parser
,:front_parser
,:excerpt_parser
.