Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.20.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index d47c7ff..a26a700 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension Test-JsonAPI-Autodoc

 {{$NEXT}}

+0.20 2014-01-12T15:34:11Z
+
+    - Change to return the response by test methods
+    - Result of the test became pretty! (@y-uuki++)
+    - Add some types into description of request parameters (@y-uuki++)
+    - Change to describable request parameters (EXPERIMENTAL!)
+
 0.11 2013-11-04T13:50:46Z

     - Update default markdown template
  • Loading branch information
moznion committed Jan 12, 2014
1 parent 473d591 commit d2ad84d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,13 @@ Revision history for Perl extension Test-JsonAPI-Autodoc

{{$NEXT}}

0.20 2014-01-12T15:34:11Z

- Change to return the response by test methods
- Result of the test became pretty! (@y-uuki++)
- Add some types into description of request parameters (@y-uuki++)
- Change to describable request parameters (EXPERIMENTAL!)

0.11 2013-11-04T13:50:46Z

- Update default markdown template
Expand Down
7 changes: 5 additions & 2 deletions META.json
Expand Up @@ -50,7 +50,7 @@
"Data::Section::Simple" : "0",
"JSON" : "0",
"LWP::UserAgent" : "0",
"Path::Tiny" : "0",
"Path::Tiny" : "0.051",
"Scope::Guard" : "0",
"Test::More" : "0.98",
"Text::Xslate" : "0",
Expand Down Expand Up @@ -83,5 +83,8 @@
"web" : "https://github.com/moznion/Test-JsonAPI-Autodoc"
}
},
"version" : "0.11"
"version" : "0.20",
"x_contributors" : [
"y_uuki <yuki.tsubo@gmail.com>"
]
}
2 changes: 1 addition & 1 deletion lib/Test/JsonAPI/Autodoc.pm
Expand Up @@ -141,7 +141,7 @@ __END__
=encoding utf-8
=for stopwords autodoc coderef
=for stopwords autodoc coderef y-uuki
=head1 NAME
Expand Down

0 comments on commit d2ad84d

Please sign in to comment.