Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed May 18, 2018
1 parent 07f5c7e commit 0549cc5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# CHANGELOG

## v0.8.1 - `mix drab.install`

Very important role of Drab is to encourage beginners to try out `Elixir |> Phoenix |> Drab`. The
goal is to have an environment, which is *less scary* than others, like `ruby.rails.ajax`. This
is why all the configuration stuff should be minimized (but with options for power users).

```text
mix drab.install
```

### Bug Fixes

Again, `Drab.Live` engine has been redesigned to solve existing and future issues.

## v0.8.0 - `rm priv/drab.live.cache`

### Potentially breaking release!

`Drab.Live` engine has been redesigned again. No more stupid DETS cache anymore. Drab engine now
creates modules for each template, and stores metadata compiled there.

### Elixir version

Bumped to 1.6, because of the changes in the EEx Engine

### Migration from 0.7.7
Expand All @@ -13,7 +31,9 @@ Bumped to 1.6, because of the changes in the EEx Engine
mix clean

### Bug fixes

Many. See closed issues!

## v0.7.7
### Potentially breaking release!
As a preparation to 0.8.0, this release contains fundamental change in `Drab.Live` behaviour. It
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defhandler perform_long_process(socket, _sender) do
end
```

### Prerequisites
## Prerequisites

1. Elixir ~> 1.6.0 (see [Installation Guide](https://elixir-lang.org/install.html))

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Drab.Mixfile do
use Mix.Project
@version "0.8.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit 0549cc5

Please sign in to comment.