Skip to content

Commit

Permalink
preparing for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cblage committed Sep 15, 2016
1 parent 29925d9 commit 403069e
Show file tree
Hide file tree
Showing 60 changed files with 157 additions and 4,298 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library provides a natively implemented JSON encoder and decoder for Elixir
All contributions are welcome.
## Installing

Simply add ```{:json, "~> 0.3.0"}``` to your project's ```mix.exs``` file, in the dependencies list and run ```mix deps.get json```.
Simply add ```{:json, "~> 1.0"}``` to your project's ```mix.exs``` file, in the dependencies list and run ```mix deps.get json```.

### Example for a project that already uses [Dynamo](https://github.com/dynamo/dynamo):
```elixir
Expand Down
4 changes: 2 additions & 2 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>404 – json v0.3.3</title>
<title>404 – json v1.0.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
json
</h1>
<h2 class="sidebar-projectVersion">
v0.3.3
v1.0.0
</h2>
</div>

Expand Down
18 changes: 5 additions & 13 deletions doc/JSON.Decoder.Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>JSON.Decoder.Error – json v0.3.3</title>
<title>JSON.Decoder.Error – json v1.0.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
json
</h1>
<h2 class="sidebar-projectVersion">
v0.3.3
v1.0.0
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">json v0.3.3</small>
<small class="visible-xs">json v1.0.0</small>
JSON.Decoder.Error

<small>exception</small>
Expand Down Expand Up @@ -97,18 +97,12 @@ <h2>
<a href="#exception/1">exception(msg)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.exception/1</code></p>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#message/1">message(exception)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.message/1</code></p>
</div>

</div>

</div>
Expand Down Expand Up @@ -156,8 +150,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.exception/1</code>.</p>


</section>
</div>
<div class="detail" id="message/1">
Expand All @@ -183,8 +176,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.message/1</code>.</p>


</section>
</div>

Expand Down
18 changes: 5 additions & 13 deletions doc/JSON.Decoder.UnexpectedEndOfBufferError.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>JSON.Decoder.UnexpectedEndOfBufferError – json v0.3.3</title>
<title>JSON.Decoder.UnexpectedEndOfBufferError – json v1.0.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
json
</h1>
<h2 class="sidebar-projectVersion">
v0.3.3
v1.0.0
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">json v0.3.3</small>
<small class="visible-xs">json v1.0.0</small>
JSON.Decoder.UnexpectedEndOfBufferError

<small>exception</small>
Expand Down Expand Up @@ -97,18 +97,12 @@ <h2>
<a href="#exception/1">exception(msg)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.exception/1</code></p>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#message/1">message(exception)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.message/1</code></p>
</div>

</div>

</div>
Expand Down Expand Up @@ -156,8 +150,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.exception/1</code>.</p>


</section>
</div>
<div class="detail" id="message/1">
Expand All @@ -183,8 +176,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.message/1</code>.</p>


</section>
</div>

Expand Down
18 changes: 5 additions & 13 deletions doc/JSON.Decoder.UnexpectedTokenError.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>JSON.Decoder.UnexpectedTokenError – json v0.3.3</title>
<title>JSON.Decoder.UnexpectedTokenError – json v1.0.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
json
</h1>
<h2 class="sidebar-projectVersion">
v0.3.3
v1.0.0
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">json v0.3.3</small>
<small class="visible-xs">json v1.0.0</small>
JSON.Decoder.UnexpectedTokenError

<small>exception</small>
Expand Down Expand Up @@ -97,18 +97,12 @@ <h2>
<a href="#exception/1">exception(args)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.exception/1</code></p>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#message/1">message(exception)</a>
</div>

<div class="summary-synopsis"><p>Callback implementation for <code class="inline">c:Exception.message/1</code></p>
</div>

</div>

</div>
Expand Down Expand Up @@ -154,8 +148,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.exception/1</code>.</p>


</section>
</div>
<div class="detail" id="message/1">
Expand All @@ -172,8 +165,7 @@ <h4 class="specs-title">Specs</h4>
</div>

<section class="docstring">
<p>Callback implementation for <code class="inline">c:Exception.message/1</code>.</p>


</section>
</div>

Expand Down
6 changes: 3 additions & 3 deletions doc/JSON.Decoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>JSON.Decoder – json v0.3.3</title>
<title>JSON.Decoder – json v1.0.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
json
</h1>
<h2 class="sidebar-projectVersion">
v0.3.3
v1.0.0
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">json v0.3.3</small>
<small class="visible-xs">json v1.0.0</small>
JSON.Decoder

<small>protocol</small>
Expand Down
Loading

0 comments on commit 403069e

Please sign in to comment.