- Pods
- Bounce 1.1.2
- Release Notes

BounceRelease Notes
Versions
v1.1.2
- New: Support for multi-part forms and file uploads.
- New: Support for radio buttons in HtmlInput.
- New: HTML5 formattribute is honoured on Submit buttons.
- Chg: Tweaked to compile against BedSheet 1.5.2.
v1.1.0
- Chg: Updated to work with Fantom 1.0.68, IoC v3, and  BedSheet 1.5. (Breaking change.)
- Chg: Added BedServer.removeModule()
- Chg: BedServermethods are now more inline with IoC 3.
- Chg: BedTerminatorctor is now public - handy for creating your own Butter middleware stacks.
- Chg: ReferrerHTTP Header is now set when submitting forms and clicking links.
- Bug: CastErrwas thrown when an enclosing form could not be found for an <input>, now it's a test failure.
v1.0.24
v1.0.22
v1.0.20
v1.0.18
- New: FormInputfor a consistent means to get and set the value of any form field element.
- New: Element methods hasAttr(),verifyAttrExists()andxelem().
- Chg: Form element values may return nullif a value has not been set.
- Chg: Renamed Element.classs() -> Element.cssClass()along with other similar methods.
- Chg: Linkmay also represent aSubmitButton.
- Chg: Link.hrefnow returns aUri.
- Chg: Err is now thrown when submitting a form with a method other than GETorPOST.
- Bug: Select options are now selected and not checked... Duh!
- Bug: Link clicks and form submits now properly (percent) decode URLs.
- Bug: Submitting encoded forms now always sets the Content-Length HTTP request header.
v1.0.16
- New: Uses HtmlParser to parse documents of content type text/html.
v1.0.14
v1.0.12
v1.0.10
- New: Added Link.verifyHrefEq().
- Chg: BedClient.webSession()now takes aBool createargument so tests can create web sessions.
v1.0.8
- New: Added Element.elementName.
- Bug: Element.getAtIndex()threw aCastErrif called on a subclass ofElement.
v1.0.6
- Bug: Submitting forms from arbitrary elements could cause a NullErr.
v1.0.4
- New: Support for HTML5 submit attributes formaction,formmethodandformenctype.
- New: SubmitButtonsupport for<input type="image">and<button type="submit">.
v1.0.2
- New: Can now use the HTML Elements outside of a BedSheet application.
- Chg: Updated WebSessionto work with new BedSheet 1.3.8 changes.
- Chg: Form elements with no name now cause warning messages, not Errs.
v1.0.0
v0.0.6
- New: HTML Elementclasses with an abundance of helper and verify methods.
v0.0.4
- Chg: BedTerminatormore closely follows Butter'sHttpTerminator
- Chg: Renamed BedClient.select()toBedClient().selectCss()
v0.0.2