Skip to content

Commit

Permalink
Merge pull request #81 from vintasoftware/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
filipeximenes committed Nov 10, 2015
2 parents 991e077 + ea14aff commit c00017c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,21 @@ APIs wrapped by Tapioca follow a simple interaction pattern that works uniformel

## Documentation

Documentation is available at:

[http://tapioca-wrapper.readthedocs.org/](http://tapioca-wrapper.readthedocs.org/)
Documentation hosted by [readthedocs](http://tapioca-wrapper.readthedocs.org/)

## Flavours

You can find the full list of available tapioca clients [here](http://tapioca-wrapper.readthedocs.org/en/stable/flavours/).
You can find the full list of available tapioca clients [here](http://tapioca-wrapper.readthedocs.org/en/stable/flavours.html).

To create new flavours, refer to [New Flavours](http://tapioca-wrapper.readthedocs.org/en/stable/newflavour/) in the documentation. There is also a [cookiecutter template](https://github.com/vintasoftware/cookiecutter-tapioca) to help bootstraping new API clients.
To create new flavours, refer to [New Flavours](http://tapioca-wrapper.readthedocs.org/en/stable/newflavour.html) in the documentation. There is also a [cookiecutter template](https://github.com/vintasoftware/cookiecutter-tapioca) to help bootstraping new API clients.

## Contributors

[http://tapioca-wrapper.readthedocs.org/en/stable/contributors/](http://tapioca-wrapper.readthedocs.org/en/stable/contributors/)
[http://tapioca-wrapper.readthedocs.org/en/stable/contributors/](http://tapioca-wrapper.readthedocs.org/en/stable/contributors.html)

## Changelog

[http://tapioca-wrapper.readthedocs.org/en/stable/changelog/](http://tapioca-wrapper.readthedocs.org/en/stable/changelog/)
[http://tapioca-wrapper.readthedocs.org/en/stable/changelog/](http://tapioca-wrapper.readthedocs.org/en/stable/changelog.html)

## Help

Expand Down
10 changes: 8 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ Changelog

1.0
===
- Fixed return for ``dir`` call on executor, so it's not lot easier to explore it.

- Data serialization and deserialization
- Access CamelCase attributes using snake_case
- Dependencies are now tied to specific versions of libraries
- ``data`` and ``response`` are now attributes instead of methods in the executor
- Added ``status_code`` attribute to tapioca executor
- Renamed ``status`` exception attribute to ``status_code``
- Fixed return for ``dir`` call on executor, so it's not lot easier to explore it
- Multiple improvments to documentation

0.6.0
=====
Expand Down

0 comments on commit c00017c

Please sign in to comment.