- Use correct callback arguments for
option.error
- Use GitHub API for examples
- Make API more consistent
- Use Backbone.ajax instead of $.ajax
- Fire 'sync' only once on Backbone 1.0.0
- Support Backbone 1.0.0
- Update Netflix request pager example to use Backbone 1.0.0 style events
- Migrate to grunt 0.4.0
- Propagate version number from
package.json
to codebase during build - Transparently support both backbone 9.9 and 9.10 style
success
callback arguments - Unify interfaces of requestPager and clientPager
- Allow bootstrapping of pager data without server interaction
- Bug fixes
- Improved unit testing
- Improved demos
- Improved sorting
- Added filtering abilities
- Added setSort() and setFilter() methods
- Make pager() argument-less
- Don't force attributes
- Let the developer change the type of the request
- Make the API cleaner
- Some bug fixes
- Rewrite to simplify the project API
- Unify components under the same collection hood
- Rewrite of all components
- Initial release of client and request pagers
- Initial work on version to work with requests to a server
- Basic pagination of a single response from the server