Skip to content

v0.6.0

Compare
Choose a tag to compare
@arthurxavierx arthurxavierx released this 14 May 20:30

Breaking changes

  • Change Form.asyncEffect, Form.effect and Form.initializer to consume an update function (instead of the new form value) wrapped in an effectful context (Aff or Effect). (#29)
  • Change onChange prop of Form.build. It now has type (value -> value) -> Effect Unit. (#30)
  • Remove Form.buildConcurrently (is now Form.build) and Form.buildWithDefaults (deprecated). (#30)

Bug fixes

  • Fix concurrency issues in effectful form combinators. (#29)
  • Fix components remounting in parallel/sequential wrappers. (#31)