- Fixed: Add sdist and universal for 2.7 dist
- Fixed: Long dist set to markdown
- Feature: Merged PR#17 - Added typecast to update, update_by_field, replace, replace_by_field
- Feature: Added typcase option to batch_insert
- Feature: Merged PR#17 - typecase kwarg
- Feature: Better exception message for 422 (Issue #16)
- Fix: 2.7 Compat with sys.implementation
- Docs: Revised Docs strings to show kebab case kwargs
- Fix: Url Escape (PR#1)
- Docs: New Documentation on Parameter filters Docs
- Docs: More documentation and examples.
- Feature: Search now uses filterByFormula
- Added Formula Generator
- Removed Unencoded Debug Msg due to IronPython Bug #242
- Merge Fix
- Moved version to sep file to fix setup.py error
- Removed urlencode import
- Added Explicit Raise for 422 errors with Decoded Urls
- Feature: Added airtable.get() method to retrieve record
- Fix: sort/field string input to allow sting or list
- Fix: AirtableAuth Docs
- Fix: Keyargs Docs
- Bugfix: Fix Setup to install six.py
- Bugfix: Fix AitableAuth Docs
- Implemented Sort Filter
- Implemented FilterByFormula
- Implemented all param filters as classes
- Added Aliases for Parameters
- Renamed get() to get_iter()
- Added replace()
- Added mirror()
- Initial Work