Skip to content

Releases: samchungy/eslint-plugin-import-zod

v1.2.0

29 Jul 04:24
8cafb21
Compare
Choose a tag to compare

Minor Changes

  • 01acb1c: Default imports are now converted to namespace imports

    import z from "zod";

    to

    import * as z from "zod";

v1.1.1

22 Jul 15:06
89e0b75
Compare
Choose a tag to compare

Patch Changes

v1.1.0

03 Jul 13:53
7606e9f
Compare
Choose a tag to compare

Minor Changes

  • b32eff0: Prefer core subpath import

v1.0.5

03 Jul 00:11
b441612
Compare
Choose a tag to compare

Patch Changes

  • b15b722: Apply plugin to all Zod subpath imports

v1.0.4

02 Jul 13:20
3b78123
Compare
Choose a tag to compare

Patch Changes

v1.0.3

02 Jul 12:37
5b8e220
Compare
Choose a tag to compare

Patch Changes

  • 4e9d57e: Fix perservation of 'zod/v4' imports

v1.0.2

02 Jul 12:13
2e6f35c
Compare
Choose a tag to compare

Patch Changes

v1.0.0

02 Jul 10:43
24812d3
Compare
Choose a tag to compare

Major Changes

  • 5756b24: Release eslint-plugin-import-zod