Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 620 Bytes

File metadata and controls

33 lines (19 loc) · 620 Bytes

0.2.3 - 2025-06-19

  • (feat): export sequence_reset function on QuickFactory

0.2.2 - 2025-06-19

  • (fix): proper delegation to QuickFactory functions

0.2.1 - 2025-06-19

  • (fix): fix flaky tests for QuickFactory.Counters

0.2.0 - 2025-06-19

  • (breaking): changed the main function from build to call, so it wont clash with the delegation to build on QuickFactory module

  • Changed recommended API:

## from
QuickFactory.build(UserFactory, name: "Joe")

## to
UserFactory.build(name: "Joe")

0.1.1 - 2025-06-19

  • add sequence handling

0.1.0 - 2025-06-19

Initial release.