Releases: willryan/factory.ts
Releases · willryan/factory.ts
1.4.2
What's Changed
- force json5 version to clear dependabot error by @willryan in #80
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #81
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #82
- Bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #83
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #86
- Bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #88
- fixes for derivations by @willryan in #89
- update yarn infra, and update version by @willryan in #90
Full Changelog: 1.4.1...1.4.2
1.4.1
1.4.0
1.3.0
What's Changed
- fix typo by @MitchelSt in #68
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #65
- [Feature] Pipeline.toFactory implementation by @SieR-VR in #71
New Contributors
- @MitchelSt made their first contribution in #68
- @SieR-VR made their first contribution in #71
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
RecPartial<>
generic type used by factory.ts attempted to recursively check against properties of typeunknown
, which caused issues trying to set null and other primitives as a value of the property. This release changesRecPartial<>
to short-circuit onunknown
and not attempt to recur into it. Thanks @jbenjoy2!
New Contributors
Full Changelog: 1.1.0...1.2.0
1.1.0
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
- @KillWolfVlad made their first contribution in #59
- @Jskobos made their first contribution in #33
- @G-Rath made their first contribution in #38
Full Changelog: 1.0.0...1.1.0