From b89a480ed926b52aa53121d2e4cb44e726e937d9 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sat, 17 Feb 2018 11:50:56 +0100 Subject: [PATCH] 0.7.9 release --- README.md | 1 + doc/404.html | 4 +-- doc/Mix.Tasks.Papertrail.Install.html | 6 ++-- doc/PaperTrail.RepoClient.html | 6 ++-- doc/PaperTrail.Version.html | 6 ++-- doc/PaperTrail.VersionQueries.html | 14 ++++---- doc/PaperTrail.html | 48 ++++++--------------------- doc/api-reference.html | 6 ++-- doc/index.html | 2 +- mix.exs | 2 +- 10 files changed, 34 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index cb60e894..70fd8a6f 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ Many thanks to: - [Mitchell Henke](https://github.com/mitchellhenke) - Fixed weird elixir compiler warnings - [Iván González](https://github.com/dreamingechoes) - Multi tenancy feature and some minor refactors - [Teo Choong Ping](https://github.com/seymores) - Fixed paper_trail references for newer Elixir versions +- [devvit](https://github.com/devvit) - Added non-regular primary key tracking support - [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;) Additional thanks to: diff --git a/doc/404.html b/doc/404.html index b579a565..654b1545 100644 --- a/doc/404.html +++ b/doc/404.html @@ -5,7 +5,7 @@ - 404 – paper_trail v0.7.7 + 404 – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

diff --git a/doc/Mix.Tasks.Papertrail.Install.html b/doc/Mix.Tasks.Papertrail.Install.html index 5bcca892..fbf9deb8 100644 --- a/doc/Mix.Tasks.Papertrail.Install.html +++ b/doc/Mix.Tasks.Papertrail.Install.html @@ -5,7 +5,7 @@ - papertrail.install – paper_trail v0.7.7 + papertrail.install – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 mix papertrail.install

diff --git a/doc/PaperTrail.RepoClient.html b/doc/PaperTrail.RepoClient.html index 075b657a..7bee440a 100644 --- a/doc/PaperTrail.RepoClient.html +++ b/doc/PaperTrail.RepoClient.html @@ -5,7 +5,7 @@ - PaperTrail.RepoClient – paper_trail v0.7.7 + PaperTrail.RepoClient – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 PaperTrail.RepoClient

diff --git a/doc/PaperTrail.Version.html b/doc/PaperTrail.Version.html index 74de7122..6812f00d 100644 --- a/doc/PaperTrail.Version.html +++ b/doc/PaperTrail.Version.html @@ -5,7 +5,7 @@ - PaperTrail.Version – paper_trail v0.7.7 + PaperTrail.Version – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 PaperTrail.Version

diff --git a/doc/PaperTrail.VersionQueries.html b/doc/PaperTrail.VersionQueries.html index 1f4be566..bd5ca7d9 100644 --- a/doc/PaperTrail.VersionQueries.html +++ b/doc/PaperTrail.VersionQueries.html @@ -5,7 +5,7 @@ - PaperTrail.VersionQueries – paper_trail v0.7.7 + PaperTrail.VersionQueries – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 PaperTrail.VersionQueries

@@ -224,10 +224,10 @@

-
get_version(model :: module, id :: pos_integer) :: Ecto.Query.t
-
get_version(record :: Ecto.Schema.t, options :: []) :: Ecto.Query.t
+
get_version(model :: module, id :: pos_integer) :: Ecto.Query.t
+
@@ -303,10 +303,10 @@

Usage example:

-
get_versions(model :: module, id :: pos_integer) :: Ecto.Query.t
-
get_versions(record :: Ecto.Schema.t, options :: []) :: Ecto.Query.t
+
get_versions(model :: module, id :: pos_integer) :: Ecto.Query.t
+
diff --git a/doc/PaperTrail.html b/doc/PaperTrail.html index ae7631c2..c2f81cd4 100644 --- a/doc/PaperTrail.html +++ b/doc/PaperTrail.html @@ -5,7 +5,7 @@ - PaperTrail – paper_trail v0.7.7 + PaperTrail – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 PaperTrail

@@ -111,63 +111,42 @@

get_current_model(version) - -
@@ -276,8 +255,7 @@

-

See PaperTrail.VersionQueries.get_current_model/1.

- +
@@ -293,8 +271,7 @@

-

See PaperTrail.VersionQueries.get_version/1.

- +
@@ -310,8 +287,7 @@

-

See PaperTrail.VersionQueries.get_version/2.

- +
@@ -327,8 +303,7 @@

-

See PaperTrail.VersionQueries.get_version/3.

- +
@@ -344,8 +319,7 @@

-

See PaperTrail.VersionQueries.get_versions/1.

- +
@@ -361,8 +335,7 @@

-

See PaperTrail.VersionQueries.get_versions/2.

- +
@@ -378,8 +351,7 @@

-

See PaperTrail.VersionQueries.get_versions/3.

- +
diff --git a/doc/api-reference.html b/doc/api-reference.html index a8750dc0..856a244d 100644 --- a/doc/api-reference.html +++ b/doc/api-reference.html @@ -5,7 +5,7 @@ - API Reference – paper_trail v0.7.7 + API Reference – paper_trail v0.7.9 @@ -29,7 +29,7 @@

paper_trail

@@ -65,7 +65,7 @@

- paper_trail v0.7.7 + paper_trail v0.7.9 API Reference

diff --git a/doc/index.html b/doc/index.html index a5ce115a..cf820199 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ - paper_trail v0.7.7 – Documentation + paper_trail v0.7.9 – Documentation diff --git a/mix.exs b/mix.exs index e2874964..cbb0a897 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do def project do [ app: :paper_trail, - version: "0.7.8", + version: "0.7.9", elixir: "~> 1.6", description: description(), build_embedded: Mix.env() == :prod,