File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.0.4 - 2021-03-15
4+
5+ * Fix type errors, thanks! @djthread :
6+ * ([ #96 ] ( https://github.com/duffelhq/paginator/pull/96 ) )
7+ * ([ #98 ] ( https://github.com/duffelhq/paginator/pull/98 ) )
8+ * Fix tuples typo in documentation: ([ #99 ] ( https://github.com/duffelhq/paginator/pull/99 ) , thanks! @iamsekun )
9+ * Use GitHub Actions for continuous integration: ([ #100 ] ( https://github.com/duffelhq/paginator/pull/100 ) , thanks! @dolfinus )
10+ * Update package dependencies
11+ * ` calendar ` -> 1.0.0
12+ * ` ecto ` -> 3.0.9
13+ * ` ex_machina ` -> 2.7.0
14+ * ` plug_crypto ` -> 1.2.1
15+ * ` postgrex ` -> 0.14.3
16+
317## v1.0.3 - 2020-12-18
418
519* Fix cursor field validation bug ([ #93 ] ( https://github.com/duffelhq/paginator/pull/93 ) )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Add `paginator` to your list of dependencies in `mix.exs`:
6565
6666``` elixir
6767def deps do
68- [{:paginator , " ~> 1.0.3 " }]
68+ [{:paginator , " ~> 1.0.4 " }]
6969end
7070```
7171
Original file line number Diff line number Diff line change 11defmodule Paginator.Mixfile do
22 use Mix.Project
33
4- @ version "1.0.3 "
4+ @ version "1.0.4 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments