Skip to content

Releases: willryan/factory.ts

1.4.2

13 Oct 21:47
85e5faf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

07 May 20:34
51ac0f0
Compare
Choose a tag to compare

Update dependency versions for depend-a-bot

1.4.0

29 Mar 20:05
ed41327
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

01 Oct 20:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

03 May 02:13
Compare
Choose a tag to compare

What's Changed

  • RecPartial<> generic type used by factory.ts attempted to recursively check against properties of type unknown, which caused issues trying to set null and other primitives as a value of the property. This release changes RecPartial<> to short-circuit on unknown and not attempt to recur into it. Thanks @jbenjoy2!

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

13 Mar 23:03
3c83767
Compare
Choose a tag to compare

What's Changed

  • Add BuilderFactory support to Sync.Factory by @KillWolfVlad in #59
  • Add optional sequence number param to resetSequenceNumber by @Jskobos in #33

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

06 Mar 00:10
4bbfb73
Compare
Choose a tag to compare

Updated libraries and documentation, and made minor test improvements. But the real purpose is just to get an actual 1.0.0 release out there. 😄