Skip to content

Releases: thoughtbot/fishery

2.4.0

08 Dec 21:18

Choose a tag to compare

What's Changed

  • Fix merging of Buffer objects by @sds in #100
  • Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #168
  • Updated CONTRIBUTING.md with info about creating a new GitHub release by @pangolingo in #158

New Contributors

  • @sds made their first contribution in #100

Full Changelog: v2.3.1...v2.4.0

2.3.1

05 May 21:07

Choose a tag to compare

What's Changed

  • Bugfix: Export DeepPartialObject type by @lutejka in #163 This resolve a Typescript error

New Contributors

Full Changelog: v2.3.0...v2.3.1

2.3.0

30 Apr 15:34

Choose a tag to compare

What's Changed

  • Allow specifying the type of params by @Dimrok in #108

New Contributors

Full Changelog: v2.2.3...v2.3.0

2.2.3

31 Jan 16:58

Choose a tag to compare

What's Changed

  • Security updates and dependency upgrades
  • Upgraded the build tools

New Contributors

Full Changelog: v2.2.2...v2.2.3

2.2.2

04 Mar 22:19

Choose a tag to compare

Bugfixes

  • Don't modify params object when building #89

2.2.1

04 Mar 16:48

Choose a tag to compare

Fixes

  • Fix issue with deep merging for properties typed as Date. #94

Features

  • Switch to Rollup for builds, add UMD and ES Modules output #85

Note: might have been an issue with the 2.2.0 release not being properly built. Please use 2.2.1 instead.

2.1.0

20 Nov 04:15

Choose a tag to compare

Fixes

  • Fix bugs in DeepPartial type definition that is used when merging params (#78)

2.0.0

20 Nov 04:10

Choose a tag to compare

Features

  • Allow specifying different return type to create (#74)

Breaking changes

  • Only one onCreate can exist for a factory. If multiple onCreate are needed, use the new afterCreate

1.4.0

02 Jul 18:23

Choose a tag to compare

Fixes

  • Fix param merge behavior when passing undefined (#44)

1.3.1

14 May 21:46

Choose a tag to compare

Fixes

  • Fix param merging so eep merge occurs with params supplied via traits (#59)