Skip to content

Releases: boydm/phoenix_integration

v0.9.2 - support phoenix html 3.0

02 Oct 20:00
Compare
Choose a tag to compare

Minor fixes and support for phoenix html 3.0

Accept field names with characters such as ?

15 Jun 20:13
81835e6
Compare
Choose a tag to compare

Minor update.

Pulls in a fix to work with form field names with characters such as ? and others.

v.0.9.0 Collected fixes & flow_assertions

26 Apr 00:14
5b9d41d
Compare
Choose a tag to compare

Collected fixes and now uses flow_assertions.
Bumped to 0.9.0 because it requires Elixir 1.10+

Pheonix 1.5 compat and other fixes

28 Apr 23:06
f90cc6d
Compare
Choose a tag to compare

0.8.2

  • Fixes issue #39. Nice improvements to fetch_form. Thank you @marick
  • Fix issue #41. Support phoenix 1.5 which deprecated "use Phoenix.ConnTest" in favor of "import Phoenix.ConnTest"

v0.8.0 Improve handling hidden and nested items in forms

23 Feb 23:18
941fc14
Compare
Choose a tag to compare

Fairly large update to handle forms with hidden fields. This update treats forms as parsed trees and has more informative output, and is generally more flexible. This entire update is brought to you by the hard work of Brian Marick (@marick on GitHub). Thank you!

v0.7.0 Fix warnings and support Elixir 1.10

28 Jan 20:57
Compare
Choose a tag to compare

Support for Elixir 1.10 and fix deprecation warnings in Floki

v0.6.0 Support for Phoenix 1.4

18 Dec 00:37
Compare
Choose a tag to compare

Changed from Poison to Jason to be more compatible with phoenix 1.4. Helps that Jason is nice and fast.

0.5.3 Support deeply nested forms

30 Jul 22:17
Compare
Choose a tag to compare

Merged pull request #23 from jonasschmidt to support deeply nested forms.

0.5.2 Bug fix release

11 Jun 15:57
Compare
Choose a tag to compare

Merged pull request #22 by Wooga to support single character input names

0.5 bug fix

01 Feb 19:58
Compare
Choose a tag to compare
  • fixed bug (issue #20) where it didn't find radio input fields if none were intially checked
  • removed dependency on DeepMerge