We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56a3ee commit f4c7367Copy full SHA for f4c7367
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to `ex_unpoly` will be documented in this file.
4
5
+## v1.2.1 (2020-01-27)
6
+
7
+Features
8
9
+- Expose header helper methods
10
11
## v1.2.0 (2019-11-18)
12
13
Breaking Changes
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Unpoly.MixProject do
use Mix.Project
- @version "1.2.0"
+ @version "1.2.1"
@description "Plug adapter for Unpoly, the unobtrusive JavaScript framework."
def project do
0 commit comments