Skip to content

Commit

Permalink
v0.10.0 release PaperTrail.Serializer & deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Nov 28, 2020
1 parent 97a875c commit 4787177
Show file tree
Hide file tree
Showing 20 changed files with 1,538 additions and 149 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ Many thanks to:
- [Darren Thompson](https://github.com/DiscoStarslayer) - Added PaperTrail.Multi which makes paper trail transactions more usable
- [Harold Tafur](https://github.com/hdtafur) - Made PaperTrail.insert accept :ecto_options params(ie. upsert options)
- [Attila Szabo](https://github.com/szaboat) - Made %Version[:inserted_at] accept different ecto datetime options
- [Rafael Scheffer](https://github.com/rschef) - Built PaperTrail.Serializer that unifies %Version{} serialization
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)

Additional thanks to:
Expand Down
7 changes: 4 additions & 3 deletions doc/.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
Mix.Tasks.Papertrail.Install.html
PaperTrail.Multi.html
PaperTrail.RepoClient.html
PaperTrail.Serializer.html
PaperTrail.Version.html
PaperTrail.VersionQueries.html
PaperTrail.html
api-reference.html
dist/app-aaa6eb1824b11a32f32d.js
dist/app-60a0c9f10e9e52eae31f.js
dist/elixir-9f91ebe876dc01d67920.css
dist/html/fonts/icomoon.eot
dist/html/fonts/icomoon.svg
dist/html/fonts/icomoon.ttf
dist/html/fonts/icomoon.woff
dist/search_items-115f628dfc.js
dist/sidebar_items-2880b88c56.js
dist/search_items-a00253f9ce.js
dist/sidebar_items-1590d474d6.js
index.html
search.html
33 changes: 24 additions & 9 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.22.6">
<meta name="project" content="paper_trail v0.9.0">
<title>404 — paper_trail v0.9.0</title>
<meta name="generator" content="ExDoc v0.23.0">
<meta name="project" content="paper_trail v0.10.0">

<title>404 — paper_trail v0.10.0</title>
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />

<link rel="canonical" href="https://hexdocs.pm/paper_trail/404.html" />
<script src="dist/sidebar_items-2880b88c56.js"></script>

<script src="dist/sidebar_items-1590d474d6.js"></script>

<script src="docs_config.js"></script>
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>

<script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>

</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">

<button class="sidebar-button sidebar-toggle">
Expand Down Expand Up @@ -42,19 +49,23 @@
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName">
paper_trail </a>
paper_trail
</a>
<strong class="sidebar-projectVersion">
v0.9.0
v0.10.0
</strong>
</div>

</div>

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

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


<li><a id="tasks-list" href="#full-list">Mix Tasks</a></li>

</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
Expand All @@ -68,14 +79,15 @@ <h2>Page not found</h2>

<p>Sorry, but the page you were trying to get to, does not exist. You
may want to try searching this site using the sidebar

or using our <a href="api-reference.html">API Reference</a> page
to find what you were looking for.</p>

to find what you were looking for.</p>
<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Expand All @@ -84,7 +96,9 @@ <h2>Page not found</h2>
</span>
</p>
<p>

<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>

<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
Expand All @@ -104,5 +118,6 @@ <h2>Page not found</h2>
</div>
</section>
</div>

</body>
</html>
51 changes: 40 additions & 11 deletions doc/Mix.Tasks.Papertrail.Install.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.22.6">
<meta name="project" content="paper_trail v0.9.0">
<title>mix papertrail.install — paper_trail v0.9.0</title>
<meta name="generator" content="ExDoc v0.23.0">
<meta name="project" content="paper_trail v0.10.0">

<title>mix papertrail.install — paper_trail v0.10.0</title>
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />

<link rel="canonical" href="https://hexdocs.pm/paper_trail/Mix.Tasks.Papertrail.Install.html" />
<script src="dist/sidebar_items-2880b88c56.js"></script>

<script src="dist/sidebar_items-1590d474d6.js"></script>

<script src="docs_config.js"></script>
<script async src="dist/app-aaa6eb1824b11a32f32d.js"></script>

<script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>

</head>
<body data-type="tasks">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">

<button class="sidebar-button sidebar-toggle">
Expand Down Expand Up @@ -42,19 +49,23 @@
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName">
paper_trail </a>
paper_trail
</a>
<strong class="sidebar-projectVersion">
v0.9.0
v0.10.0
</strong>
</div>

</div>

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

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


<li><a id="tasks-list" href="#full-list">Mix Tasks</a></li>

</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
Expand All @@ -65,7 +76,8 @@
<div id="content" class="content-inner">

<h1>
mix papertrail.install <small class="app-vsn">(paper_trail v0.9.0)</small>
mix papertrail.install <small class="app-vsn">(paper_trail v0.10.0)</small>

</h1>


Expand All @@ -78,47 +90,61 @@ <h1 class="section-heading">
</a>
Summary
</h1>

<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#run/1">run(args)</a>

</div>

<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>

</div>

</div>

</section>


<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this section</span>
</a>
Functions </h1>
Functions
</h1>
<div class="functions-list">
<section class="detail" id="run/1">

<div class="detail-header">
<a href="#run/1" class="detail-link" title="Link to this function">
<span class="icon-link" aria-hidden="true"></span>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature">run(args)</h1>


</div>

<section class="docstring">

<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>
<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>
</section>

</div>
</section>

<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.22.6) for the
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Expand All @@ -127,7 +153,9 @@ <h1 class="signature">run(args)</h1>
</span>
</p>
<p>

<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>

<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
Expand All @@ -147,5 +175,6 @@ <h1 class="signature">run(args)</h1>
</div>
</section>
</div>

</body>
</html>
Loading

0 comments on commit 4787177

Please sign in to comment.