-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Laura Williams
committed
Jun 5, 2017
1 parent
4fb962a
commit ca9c6e2
Showing
4 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
v0.1.0 (2017-06-03) | ||
|
||
### Initial Release | ||
v0.2.1 (2017-06-04) | ||
|
||
* Support for single object mutations | ||
### BugFixes | ||
|
||
* convert Timex to a test only dependency | ||
* Various doc improvements + typo fixes | ||
|
||
v0.2.0 (2017-06-04) | ||
|
||
### Enhancements | ||
|
||
* Remove inflex as a dependancy | ||
* Remove inflex as a dependency | ||
* Match %ValidationMessage as an error payload without an error tuple | ||
* Various doc improvments + typo fixes | ||
* Various doc improvements + typo fixes | ||
* Published to Hex.pm | ||
|
||
|
||
v0.1.0 (2017-06-03) | ||
|
||
### Initial Release | ||
|
||
* Support for single object mutations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
defmodule Kronky.Mixfile do | ||
use Mix.Project | ||
|
||
@version "0.2.0" | ||
@version "0.2.1" | ||
|
||
def project do | ||
[ | ||
|