Skip to content

Latest commit

 

History

History
324 lines (152 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

324 lines (152 loc) · 17.1 KB

Changelog

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

0.1.22 (2024-09-24)

Features

  • support new @prismicio/client's WriteClient (#65) (8d5335b)

0.1.21 (2024-06-20)

Features

Documentation

0.1.21-alpha.0 (2024-06-05)

Features

  • support groups in groups (e93146c)

Bug Fixes

  • update @prismicio/mock to prevent a type error (bb2a846)

Chore

  • add temporary overrides entry to prevent @prismicio/mock installation error (33cb3d7)

0.1.20 (2024-05-08)

Features

0.1.19 (2023-10-06)

Bug Fixes

  • cli: exit with non-zero error code when CLI has errors (#61) (2f7046c)

0.1.18 (2023-08-31)

Bug Fixes

  • restore group field item type exports (#60) (df04be3)

0.1.17 (2023-08-04)

Bug Fixes

  • cli: prevent "Named export 'createClient' not found" error (#58) (bde11d8)
  • restore exports for a Slice's primary and item interfaces (#59) (b31a30a)

0.1.16 (2023-07-26)

Bug Fixes

  • restore Slice Zone Slices union in Content (#57) (6748a5e)

0.1.15 (2023-07-14)

Bug Fixes

  • restore support for Slice Zones without choices (#55) (3793c9f)

0.1.14 (2023-07-14)

Bug Fixes

  • compatibility with @prismicio/client v6 (#54) (196f2f1)

0.1.13 (2023-07-12)

0.1.12 (2023-07-12)

Refactor

0.1.11 (2023-05-31)

Bug Fixes

  • replace deprecated IntegrationFields type with IntegrationField type (#48) (2870a9f)
  • update content relationship field type from the deprecated RelationField to ContentRelationshipField (#47) (aabce18)

0.1.10 (2023-05-23)

Bug Fixes

  • restore @prismicio/client integration (#46) (b6780cb)
  • use the correct @prismicio/client import name when using the client integration (12f0f45)

0.1.9 (2023-05-19)

Bug Fixes

  • several bugs (see the PR description) (#45) (3dfbaba)

0.1.8 (2023-05-18)

Bug Fixes

  • detectTypesProvider: make detectTypesProvider actually work (#43) (1cc0788)

0.1.7 (2023-05-18)

Features

  • set the types provider using the typesProvider option (#42) (deb74c6)

Chore

0.1.6 (2023-05-06)

Bug Fixes

  • support field names containing colons (#40) (3feb2b5)

0.1.5 (2022-09-07)

Features

  • generate @prismicio/client Content namespace (#28) (7d513e9)
  • lib: remove "DO NOT EDIT" file header (#34) (f74344e)

0.1.4 (2022-08-31)

Bug Fixes

  • cli: support custom configs via --config/-c with a default export (#32) (e9799d3)

0.1.3 (2022-08-26)

Features

  • support models with IDs starting with a number (#30) (c2edb0a)

Chore

  • deps: upgrade dependencies (27d332f)

0.1.2 (2022-08-06)

Refactor

  • use ImageField<never> rather than ImageField<null> (#26) (9960678)

0.1.1 (2022-08-04)

Bug Fixes

  • support fields with a name starting with a number (#25) (a7b25b5)

0.1.0 (2022-07-08)

⚠ BREAKING CHANGES

  • update @prismicio/types to v0.2.0 (#23)

Features

  • update @prismicio/types to v0.2.0 (#23) (31d7a4f)

0.0.7 (2022-06-30)

Bug Fixes

  • cli: config schema to support clientIntegration.includeCreateClientInterface option (#22) (ff676ae)

Documentation

  • remove experimental warning (d3365fe)

Chore

  • deps: upgrade dependencies (2a1cdaa)

0.0.6 (2022-06-23)

Bug Fixes

  • cli: use the fields property when generating types (#19) (00efdde)

0.0.5 (2022-06-22)

Features

  • integrate generated types into @prismicio/client automatically (#14) (e0d47ab)

0.0.4 (2022-06-01)

Features

  • add a Custom Type field's tab name to its description (#13) (29c3151)

0.0.3 (2022-05-19)

Features

Bug Fixes

  • cli: load models in a deterministic order (alphabetical by ID) (#9) (4d692d9)
  • support fields with hyphenated API IDs (#7) (c666987)

Documentation

Chore

  • add @prismicio/types as a peer dependency (60ddef7)
  • deps: upgrade dependencies (ef569b2)
  • deps: upgrade dependencies (0953400)
  • remove examples directory (c94f3cc)

0.0.2 (2022-02-23)

Features

  • add init CLI command (#4) (f7da732)
  • configure CLI with config file (#3) (75c92bc)
  • only export a generateTypes() function (933b0c3)
  • support custom Embed data with provider-specific types (#1) (6889b29)
  • support custom Integration Fields data with catalog-specific types (#2) (3854af9)
  • support lang configuration (8aa8b35)

Bug Fixes

  • error with PrismicDocument type parameter (fef6edc)
  • typo in Shared Slice item TSDoc (f8faa8e)
  • update non-editable file header message (f98e12d)

Documentation

Chore

  • deps: update dependencies (06354fa)
  • rename package to prismic-ts-codegen (cd7c002)
  • rename repo (a772e2c)
  • update package infrastructure (a288428)
  • update package rename in all files (22cb235)

0.0.1 (2021-12-22)

Features

Refactor

  • use direct interface maniulation (6ff6a78)

Documentation

Chore