Skip to content

Commit

Permalink
v0.8.1 release + docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Nov 2, 2018
1 parent 6ae2231 commit bde413c
Show file tree
Hide file tree
Showing 24 changed files with 441 additions and 695 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The library source code is minimal and well tested. It is suggested to read the

```elixir
def deps do
[{:paper_trail, "~> 0.8"}]
[{:paper_trail, "~> 0.8.1"}]
end
```

Expand Down Expand Up @@ -450,6 +450,7 @@ Many thanks to:
- [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
- [rustamtolipov](https://github.com/rustamtolipov) - Added support for Ecto v3
- [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;)

Additional thanks to:
Expand Down
8 changes: 4 additions & 4 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist/app-268c9dc719.css
dist/app-4988ddd06b.js
dist/app-4988ddd06b.js.map
dist/app-240d7fc7e5.css
dist/app-a0c90688fa.js
fonts/icomoon.eot
fonts/icomoon.svg
fonts/icomoon.ttf
fonts/icomoon.woff
dist/sidebar_items-8039706582.js
dist/sidebar_items-54af3ecba9.js
api-reference.html
search.html
404.html
PaperTrail.html
PaperTrail.RepoClient.html
Expand Down
49 changes: 21 additions & 28 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,50 @@
<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.16.2">
<title>404 – paper_trail v0.8.0</title>
<link rel="stylesheet" href="dist/app-268c9dc719.css" />

<meta name="generator" content="ExDoc v0.19.1">
<title>404 – paper_trail v0.8.1</title>
<link rel="stylesheet" href="dist/app-240d7fc7e5.css" />
<link rel="canonical" href="https://hexdocs.pm/paper_trail/404.html" />
<script src="dist/sidebar_items-54af3ecba9.js"></script>

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

<div class="main">
<button class="sidebar-toggle">
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Sidebar</span>
</button>
<button class="sidebar-button night-mode-toggle">
<span class="icon-theme" aria-hidden="true"></span>
<span class="sr-only">Toggle Theme</span>
</button>
<section class="sidebar">


<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
paper_trail
</h1>
paper_trail </h1>
<h2 class="sidebar-projectVersion">
v0.8.0
v0.8.1
</h2>
</div>

</a>

<div class="sidebar-search">
<span class="icon-search" aria-hidden="true"></span>
<input type="text" class="sidebar-searchInput" placeholder="search" aria-label="Search" autocomplete="off" />
</div>
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button">
<span class="icon-search" aria-hidden="true"></span>
</button>
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" />
</form>

<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 @@ -75,20 +69,19 @@ <h2>Page not found</h2>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.16.2),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.19.1),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<button class="night-mode-toggle"><span class="sr-only">Switch theme</span></button>
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-4988ddd06b.js"></script>
<script src="dist/app-a0c90688fa.js"></script>

</body>
</html>

89 changes: 31 additions & 58 deletions doc/Mix.Tasks.Papertrail.Install.html
Original file line number Diff line number Diff line change
@@ -1,59 +1,53 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<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.16.2">
<title>papertrail.install – paper_trail v0.8.0</title>
<link rel="stylesheet" href="dist/app-268c9dc719.css" />

<meta name="generator" content="ExDoc v0.19.1">
<title>papertrail.install – paper_trail v0.8.1</title>
<link rel="stylesheet" href="dist/app-240d7fc7e5.css" />
<link rel="canonical" href="https://hexdocs.pm/paper_trail/Mix.Tasks.Papertrail.Install.html" />
<script src="dist/sidebar_items-54af3ecba9.js"></script>

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

<div class="main">
<button class="sidebar-toggle">
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Sidebar</span>
</button>
<button class="sidebar-button night-mode-toggle">
<span class="icon-theme" aria-hidden="true"></span>
<span class="sr-only">Toggle Theme</span>
</button>
<section class="sidebar">


<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
paper_trail
</h1>
paper_trail </h1>
<h2 class="sidebar-projectVersion">
v0.8.0
v0.8.1
</h2>
</div>

</a>

<div class="sidebar-search">
<span class="icon-search" aria-hidden="true"></span>
<input type="text" class="sidebar-searchInput" placeholder="search" aria-label="Search" autocomplete="off" />
</div>
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button">
<span class="icon-search" aria-hidden="true"></span>
</button>
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" />
</form>

<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,14 +59,11 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">paper_trail v0.8.0</small>
mix papertrail.install

</h1>
<small class="visible-xs">paper_trail v0.8.1</small>
mix papertrail.install </h1>





<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
Expand All @@ -82,34 +73,24 @@ <h1 class="section-heading">
Summary
</h1>



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

<div class="summary-synopsis"><p>A task needs to implement <code class="inline">run</code> which receives
a list of command line args</p>
</div>

</div>

</div>




</section>





<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
Expand All @@ -118,48 +99,40 @@ <h1 class="section-heading">
</a>
Functions
</h1>
<div class="detail" id="run/1">

<div class="detail-header">
<div 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>
<span class="signature">run(args)</span>



</div>
</div>
<section class="docstring">
<p>A task needs to implement <code class="inline">run</code> which receives
<p>A task needs to implement <code class="inline">run</code> which receives
a list of command line args.</p>
<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>
</div>

</section>



<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.16.2),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.19.1),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<button class="night-mode-toggle"><span class="sr-only">Switch theme</span></button>
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-4988ddd06b.js"></script>
<script src="dist/app-a0c90688fa.js"></script>

</body>
</html>

Loading

0 comments on commit bde413c

Please sign in to comment.