Skip to content

Commit

Permalink
Add CHANGELOG for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Mar 18, 2018
1 parent 2f4601b commit 242a52f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## v1.0.0

* Introduce new parser `Nabo.Parser.Front`.
* Replace `poison` with `jason`.
* Make `jason` and `earmark` optional dependencies.
* Log compile errors.

**Brearking changes:**

Version 1.0 has **many breaking changes** to prior versions.

* Removed `Nabo.Compilers.Markdown` in favor of `Nabo.Parser.Markdown`.
* Changed many `Nabo.Repo` options. See [documentation](http://hexdocs.pm/nabo) 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`.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nabo.Mixfile do
use Mix.Project

@version "0.2.1"
@version "1.0.0"

def project do
[app: :nabo,
Expand Down

0 comments on commit 242a52f

Please sign in to comment.