Skip to content

Commit

Permalink
bumped version and updated readme for 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Oct 5, 2013
1 parent 550583a commit d45df55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class TestController < ActionController.base
end
```

Additionally, you can specify custom parameters via the UI so if you dont want to declare your action parameters in your controllers you can always add them from the APIc console.

### Initializer

The apic:install generator will mount APIc to /apic and add in a default intializer providing examples of the route matching and authentication filtering.
Expand Down Expand Up @@ -131,7 +133,13 @@ This project rocks and uses MIT-LICENSE.

### Change log

#### 2013.10.05
#### 2013.10.05 version 0.0.4
- Added support for declaring customized parameters in the APIc console UI.
- Patched bug in action_params collection
- Improved log output to show full request and response details.
- Improved replay to rebuild the headers and endpoint section of the APIc console UI when you click on a history item.

#### 2013.10.05 version 0.0.3
- Removed the default 'api' route matching.
- Rationalized route matching to ensure that internal and apic routes are not exposed as endpoints.
- Altered history links to replay on single click instead of double click.
Expand Down
2 changes: 1 addition & 1 deletion lib/apic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Apic
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit d45df55

Please sign in to comment.