- Add standardrb (@adam12)
- Switch to minitest test task (@adam12)
- Switch to rack-unpoly for all low-level Unpoly calls
- Remove
r.unpoly
requirement in routing tree - Add
fail_target
method to return CSS selector for failed request bodies - Add
fail_target?
method to test whether CSS selector provided is the current fail target - Add
any_target?
method to test whether CSS selector is current success or fail target
- Add
validate_name
method to return name of form field which triggered validation
- Relax Roda version for upcoming Roda 3 release
- Return full URL in header
- Fix header names
- Specify path for cookies
- Add additional inspector methods
- Update README
- Add unit tests
- Initial functionality implemented