Skip to content

Latest commit

 

History

History
152 lines (88 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

152 lines (88 loc) · 10.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.5 (2024-09-14)

Bug Fixes

1.0.4 (2024-09-02)

Bug Fixes

1.0.3 (2024-08-17)

Bug Fixes

  • readonly fake data should be freezed (#211) (0bab5a7)

1.0.2 (2024-08-16)

Bug Fixes

  • it should return undefined when fake z.void (#203) (ded1efa)
  • it should throws an error when fake z.never (#201) (d4e9652)

Performance Improvements

1.0.1 (2024-08-10)

Bug Fixes

1.0.0 (2024-06-30)

⚠ BREAKING CHANGES

  • migrate to vite (#152)

Features

Bug Fixes

Build System

0.2.0 (2024-04-22)

⚠ BREAKING CHANGES

  • use deps instead peer deps since there is no test for each versions

Features

Bug Fixes

build

  • use deps instead peer deps since there is no test for each versions (f33ace0)

0.1.6 (2023-01-25)

0.1.5 (2023-01-18)

0.1.4 (2022-12-21)

0.1.3 (2022-12-07)

0.1.2 (2022-04-09)

Features

  • add API descriptions (4731f8b)
  • add seed API (38e84b5)
  • generate random values of random schemas for any schema (c3f5ffc)
  • generate random values of random schemas for unknown schema (75e61ff)
  • remove faker, customization is not supported yet (1e3a48d)
  • remove internal API (514a4c8)
  • return random Date instead of now (2cf1a9f)

Bug Fixes

  • never type should not be used (14934ac)
  • seed not works as expected (4bc4b12)
  • void type could be any value (f3770c4)

0.1.1 (2022-04-08)

0.1.0 (2022-04-08)

Features