Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 2 KB

Changelog

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

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