Packages

Plug adapter for Unpoly, the unobtrusive JavaScript framework.

Retired package: Renamed - Package has been renamed to 'unpoly' and will continue to follow Unpoly's versioning (e.g. 2.0 for Unpoly 2.0)

Current section

Files

Jump to
ex_unpoly CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to `ex_unpoly` will be documented in this file.
## v1.3.0 (2021-06-17)
Features
- Add support for Unpoly v2
- Replace Travis with Github Actions
## v1.2.1 (2020-01-27)
Features
- Expose header helper methods
## v1.2.0 (2019-11-18)
Breaking Changes
- Get current url through phoenix helper
- Only delete cookie when actually set
- Make sure that cookie is accessible by javascript
## v1.1.1 (2019-11-15)
Bug Fixes
- Return string value from target methods.
## v1.1.0 (2019-11-14)
Breaking Changes
- Echo the complete request url instead of only the path.
## v1.0.0 (2019-11-14)
- initial release