Skip to content

Commit 4787177

Browse files
committed
v0.10.0 release PaperTrail.Serializer & deps up
1 parent 97a875c commit 4787177

20 files changed

+1538
-149
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ Many thanks to:
477477
- [Darren Thompson](https://github.com/DiscoStarslayer) - Added PaperTrail.Multi which makes paper trail transactions more usable
478478
- [Harold Tafur](https://github.com/hdtafur) - Made PaperTrail.insert accept :ecto_options params(ie. upsert options)
479479
- [Attila Szabo](https://github.com/szaboat) - Made %Version[:inserted_at] accept different ecto datetime options
480+
- [Rafael Scheffer](https://github.com/rschef) - Built PaperTrail.Serializer that unifies %Version{} serialization
480481
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)
481482

482483
Additional thanks to:

doc/.build

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
Mix.Tasks.Papertrail.Install.html
33
PaperTrail.Multi.html
44
PaperTrail.RepoClient.html
5+
PaperTrail.Serializer.html
56
PaperTrail.Version.html
67
PaperTrail.VersionQueries.html
78
PaperTrail.html
89
api-reference.html
9-
dist/app-aaa6eb1824b11a32f32d.js
10+
dist/app-60a0c9f10e9e52eae31f.js
1011
dist/elixir-9f91ebe876dc01d67920.css
1112
dist/html/fonts/icomoon.eot
1213
dist/html/fonts/icomoon.svg
1314
dist/html/fonts/icomoon.ttf
1415
dist/html/fonts/icomoon.woff
15-
dist/search_items-115f628dfc.js
16-
dist/sidebar_items-2880b88c56.js
16+
dist/search_items-a00253f9ce.js
17+
dist/sidebar_items-1590d474d6.js
1718
index.html
1819
search.html

doc/404.html

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.22.6">
8-
<meta name="project" content="paper_trail v0.9.0">
9-
<title>404 — paper_trail v0.9.0</title>
7+
<meta name="generator" content="ExDoc v0.23.0">
8+
<meta name="project" content="paper_trail v0.10.0">
9+
10+
<title>404 — paper_trail v0.10.0</title>
1011
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
12+
1113
<link rel="canonical" href="https://hexdocs.pm/paper_trail/404.html" />
12-
<script src="dist/sidebar_items-2880b88c56.js"></script>
14+
15+
<script src="dist/sidebar_items-1590d474d6.js"></script>
16+
1317
<script src="docs_config.js"></script>
14-
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
18+
19+
<script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>
20+
1521
</head>
1622
<body data-type="extras">
1723
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
24+
1825
<div class="main">
1926

2027
<button class="sidebar-button sidebar-toggle">
@@ -42,19 +49,23 @@
4249
<div class="sidebar-header">
4350
<div class="sidebar-projectDetails">
4451
<a href="api-reference.html" class="sidebar-projectName">
45-
paper_trail </a>
52+
paper_trail
53+
</a>
4654
<strong class="sidebar-projectVersion">
47-
v0.9.0
55+
v0.10.0
4856
</strong>
4957
</div>
58+
5059
</div>
5160

5261
<ul class="sidebar-listNav">
5362
<li><a id="extras-list" href="#full-list">Pages</a></li>
5463

5564
<li><a id="modules-list" href="#full-list">Modules</a></li>
5665

66+
5767
<li><a id="tasks-list" href="#full-list">Mix Tasks</a></li>
68+
5869
</ul>
5970
<div class="gradient"></div>
6071
<ul id="full-list" class="sidebar-fullList"></ul>
@@ -68,14 +79,15 @@ <h2>Page not found</h2>
6879

6980
<p>Sorry, but the page you were trying to get to, does not exist. You
7081
may want to try searching this site using the sidebar
82+
7183
or using our <a href="api-reference.html">API Reference</a> page
72-
to find what you were looking for.</p>
7384

85+
to find what you were looking for.</p>
7486
<footer class="footer">
7587
<p>
7688
<span class="line">
7789
Built using
78-
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
90+
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
7991
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
8092
</span>
8193
<span class="line">
@@ -84,7 +96,9 @@ <h2>Page not found</h2>
8496
</span>
8597
</p>
8698
<p>
99+
87100
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
101+
88102
<button class="line footer-button display-shortcuts-help">
89103
Display keyboard shortcuts
90104
</button>
@@ -104,5 +118,6 @@ <h2>Page not found</h2>
104118
</div>
105119
</section>
106120
</div>
121+
107122
</body>
108123
</html>

doc/Mix.Tasks.Papertrail.Install.html

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.22.6">
8-
<meta name="project" content="paper_trail v0.9.0">
9-
<title>mix papertrail.install — paper_trail v0.9.0</title>
7+
<meta name="generator" content="ExDoc v0.23.0">
8+
<meta name="project" content="paper_trail v0.10.0">
9+
10+
<title>mix papertrail.install — paper_trail v0.10.0</title>
1011
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
12+
1113
<link rel="canonical" href="https://hexdocs.pm/paper_trail/Mix.Tasks.Papertrail.Install.html" />
12-
<script src="dist/sidebar_items-2880b88c56.js"></script>
14+
15+
<script src="dist/sidebar_items-1590d474d6.js"></script>
16+
1317
<script src="docs_config.js"></script>
14-
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>
18+
19+
<script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>
20+
1521
</head>
1622
<body data-type="tasks">
1723
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
24+
1825
<div class="main">
1926

2027
<button class="sidebar-button sidebar-toggle">
@@ -42,19 +49,23 @@
4249
<div class="sidebar-header">
4350
<div class="sidebar-projectDetails">
4451
<a href="api-reference.html" class="sidebar-projectName">
45-
paper_trail </a>
52+
paper_trail
53+
</a>
4654
<strong class="sidebar-projectVersion">
47-
v0.9.0
55+
v0.10.0
4856
</strong>
4957
</div>
58+
5059
</div>
5160

5261
<ul class="sidebar-listNav">
5362
<li><a id="extras-list" href="#full-list">Pages</a></li>
5463

5564
<li><a id="modules-list" href="#full-list">Modules</a></li>
5665

66+
5767
<li><a id="tasks-list" href="#full-list">Mix Tasks</a></li>
68+
5869
</ul>
5970
<div class="gradient"></div>
6071
<ul id="full-list" class="sidebar-fullList"></ul>
@@ -65,7 +76,8 @@
6576
<div id="content" class="content-inner">
6677

6778
<h1>
68-
mix papertrail.install <small class="app-vsn">(paper_trail v0.9.0)</small>
79+
mix papertrail.install <small class="app-vsn">(paper_trail v0.10.0)</small>
80+
6981
</h1>
7082

7183

@@ -78,47 +90,61 @@ <h1 class="section-heading">
7890
</a>
7991
Summary
8092
</h1>
93+
8194
<div class="summary-functions summary">
8295
<h2>
8396
<a href="#functions">Functions</a>
8497
</h2>
8598
<div class="summary-row">
8699
<div class="summary-signature">
87100
<a href="#run/1">run(args)</a>
101+
88102
</div>
103+
89104
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/mix/Mix.Task.html#c:run/1"><code class="inline">Mix.Task.run/1</code></a>.</p></div>
105+
90106
</div>
107+
91108
</div>
109+
92110
</section>
93111

112+
94113
<section id="functions" class="details-list">
95114
<h1 class="section-heading">
96115
<a class="hover-link" href="#functions">
97116
<span class="icon-link" aria-hidden="true"></span>
98117
<span class="sr-only">Link to this section</span>
99118
</a>
100-
Functions </h1>
119+
Functions
120+
</h1>
101121
<div class="functions-list">
102122
<section class="detail" id="run/1">
123+
103124
<div class="detail-header">
104125
<a href="#run/1" class="detail-link" title="Link to this function">
105126
<span class="icon-link" aria-hidden="true"></span>
106127
<span class="sr-only">Link to this function</span>
107128
</a>
108129
<h1 class="signature">run(args)</h1>
130+
131+
109132
</div>
110133

111134
<section class="docstring">
112135

113-
<p>Callback implementation for <a href="https://hexdocs.pm/mix/Mix.Task.html#c:run/1"><code class="inline">Mix.Task.run/1</code></a>.</p> </section>
136+
<p>Callback implementation for <a href="https://hexdocs.pm/mix/Mix.Task.html#c:run/1"><code class="inline">Mix.Task.run/1</code></a>.</p>
137+
</section>
114138
</section>
139+
115140
</div>
116141
</section>
142+
117143
<footer class="footer">
118144
<p>
119145
<span class="line">
120146
Built using
121-
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
147+
<a href="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/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
122148
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
123149
</span>
124150
<span class="line">
@@ -127,7 +153,9 @@ <h1 class="signature">run(args)</h1>
127153
</span>
128154
</p>
129155
<p>
156+
130157
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
158+
131159
<button class="line footer-button display-shortcuts-help">
132160
Display keyboard shortcuts
133161
</button>
@@ -147,5 +175,6 @@ <h1 class="signature">run(args)</h1>
147175
</div>
148176
</section>
149177
</div>
178+
150179
</body>
151180
</html>

0 commit comments

Comments
 (0)