All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.5 (2024-09-14)
- #235 (f13da23)
- emit additional JavaScript to ease support for importing CommonJS modules (#238) (f13da23), closes #235
1.0.4 (2024-09-02)
1.0.3 (2024-08-17)
1.0.2 (2024-08-16)
- it should return
undefined
when fake z.void (#203) (ded1efa) - it should throws an error when fake z.never (#201) (d4e9652)
1.0.1 (2024-08-10)
1.0.0 (2024-06-30)
- migrate to vite (#152)
- deps: update dependency zod to v3.23.3 (#131) (5b7139b)
- deps: update dependency zod to v3.23.4 (#134) (b40e515)
- deps: update dependency zod to v3.23.5 (#138) (fc29e6c)
- deps: update dependency zod to v3.23.6 (#142) (2e0c115)
- deps: update dependency zod to v3.23.7 (#144) (22d2f4a)
- deps: update dependency zod to v3.23.8 (#146) (c29a173)
- emoji (f1717aa)
- uninstall custom fakers too (#162) (56c16ae)
0.2.0 (2024-04-22)
- use deps instead peer deps since there is no test for each versions
- bigint (2fd3f74)
- custom (1bf4bff)
- date (6b4b33a)
- discriminated union (e3ceca7)
- function (a83b69d)
- number (a945989)
- number multipleOf (d2375a9)
- pipe (fbfdec9)
- reaonly (f3d7f82)
- string (66144db)
- string (00977d5)
- throw error for unimplemented kinds (b115b4a)
- array (f7a2315)
- deps: update dependency zod to v3.22.3 [security] (#116) (2986348)
- deps: update dependency zod to v3.22.5 (#117) (a0ce6f3)
- deps: update dependency zod to v3.23.0 (#125) (1697faf)
- effect (4378f2f)
- function (19f68bc)
- intersection left and right may not have same length (9a3a9f6)
- it should return one of dates for intersections (fde5c1d)
- string (2b3e7fc)
- use deps instead peer deps since there is no test for each versions (f33ace0)
0.1.2 (2022-04-09)
- 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)
- 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)
- init (9fc0d1b)