Skip to content

Latest commit

 

History

History
172 lines (93 loc) · 8.74 KB

CHANGELOG.md

File metadata and controls

172 lines (93 loc) · 8.74 KB

0.14.2 (2024-03-22)

Bug Fixes

  • Correctly generate import path on Windows (56ec5e0)

0.14.1 (2024-01-25)

Bug Fixes

  • Correctly generate import path (0ff1424)

0.14.0 (2024-01-25)

Features

  • Support array of default enums #22
  • Generate Decimals using Decimal.js #21 #21
  • Allow overriding faker method using prisma comment #20

Bug Fixes

  • fix BigInt generation, fix example folder (82e0d4e)

0.13.0 (2023-11-23)

Features

  • Use optional client output location when it exists (130bed7)

0.12.0 (2023-11-15)

Features

  • add support for enum arrays with default value (eab337c)

0.11.1 (2023-11-08)

Bug Fixes

  • Update createMethods.ts wrong function call (efa2928)

0.11.0 (2023-09-27)

Features

  • update to use faker 7.x -> 9.x (261e7a2)

Bug Fixes

0.10.0 (2023-07-21)

Features

0.9.0 (2023-07-14)

Features

  • add option to default to null instead of undefined fix #11 (1dbf9d2)

0.8.0 (2023-05-29)

Bug Fixes

  • render fake values for JSON fields with default values (55fefba)

0.7.0 (2023-04-06)

Features

  • render real enums; render optional fields as undefined; render default values when available (70b21fc)

0.6.0 (2023-04-05)

Features

  • remove overrides and add fake*Complete methods with foreign keys (e370ab4)

Bug Fixes

  • render enums with as const (1e1946d)

0.5.1 (2023-03-31)

Bug Fixes

  • render enums with as const (1e1946d)

0.5.0 (2023-03-30)

Features

0.4.1 (2023-03-28)

Bug Fixes

  • remove prettier as dependency (ed2ae92)

0.4.0 (2023-03-27)

Features

0.3.5 (2023-03-26)

Bug Fixes

  • return undefined for optional fields (0d92c64)

0.3.4 (2023-03-26)

Bug Fixes

0.3.3 (2023-03-26)

Bug Fixes

  • omit relation fields from overrides types (a0936d5)

0.3.2 (2023-03-26)

Bug Fixes

  • parse json field during creation (9dcbf15)

0.3.1 (2023-03-26)

0.3.0 (2023-03-26)

Features

  • handle non-required fields (4d60be7)

0.2.0 (2023-03-26)

New Features
  • custom data shapes for JSON fields (a2432738)
  • add name, fullName, firstName faker methods (5ff33fa4)

0.1.2 (2023-03-26)

Chores
Documentation Changes
New Features