Skip to content

v0.10.0

Compare
Choose a tag to compare
@solnic solnic released this 11 Dec 10:08
v0.10.0
bf0b426

Added

  • struct_namespace option is supported by factory builders (@graceful-potato)

    factories.define(:user, struct_namespace: MyApp::Entities) do |f|
      # ...
    end

Fixed

  • Support building structs when child assoc does not define parent (@psparrow)
  • Fixed TupleEvaluator#struct_attrs for non-standard output schema (@AMHOL)

Compare v0.9.1...v0.10.0