Skip to content

Releases: storyblok/storyblok-cli

v3.32.1

12 Jun 11:00
65b31e4
Compare
Choose a tag to compare

3.32.1 (2024-06-12)

Bug Fixes

  • adds underscores to make loadash camelCase work properly when generating typescript type names (b2e4d49)

v3.32.0

12 Jun 08:25
1d96b5a
Compare
Choose a tag to compare

3.32.0 (2024-06-12)

Bug Fixes

  • change saveFileFactory to sync (c4940c2)

Features

  • add option to prefix presets filenames (8c5c8c8)

v3.31.1

23 May 07:24
505356a
Compare
Choose a tag to compare

3.31.1 (2024-05-23)

Bug Fixes

v3.31.0

17 May 10:05
8a3c914
Compare
Choose a tag to compare

3.31.0 (2024-05-17)

Features

  • add option to sync full component objects (1f32a41)

v3.30.0

02 Apr 13:15
71d5c4a
Compare
Choose a tag to compare

3.30.0 (2024-04-02)

Features

  • int-1075: add again the feature to sync spaces using filter-query (a73aa0b)
  • int-1075: improve sync command code (055e9d2)

v3.29.1

18 Mar 11:20
da0572a
Compare
Choose a tag to compare

3.29.1 (2024-03-18)

Bug Fixes

  • read package json from dist folder (17fc682)

v3.29.0

18 Mar 10:50
35c1d3b
Compare
Choose a tag to compare

3.29.0 (2024-03-18)

Features

v3.28.1

14 Mar 09:52
26e9605
Compare
Choose a tag to compare

3.28.1 (2024-03-14)

Bug Fixes

  • fake fix to bump version (0fc9b5d)

v3.28.0

14 Mar 09:13
3123308
Compare
Choose a tag to compare

3.28.0 (2024-03-14)

Bug Fixes

  • fix new tests (f7da34b)
  • fix restrictions on bloks array fields for explicit list of bloks and no restrictions cases (e569a24)
  • prevent tests from writing migration files that caused test errors (21f17c4)
  • solve conflicts on cli.ts (523db4b)
  • update compile bannercomments and fix usage of custom type parser (95c9229)
  • update tests so that they could run with ESM (575f4c0)
  • update typeMapper func to correctly generate bloks allowlists (58f4125)

Features

  • add all methods to TS generation class (c7c26e1)
  • add bridge file between cli parser and actual converting function (87d1a21)
  • add declaration files (25df4c8)
  • add dev npm script (5e858b1)
  • add json-schema-to-typescript dep (3a3f38b)
  • add logic to prepend an underscore if a type name starts with a number, update gitignore (574a185)
  • add readme basic docs, fix custom type parser path param (cebe8c0)
  • add ts-node for developing and unbuild for building process (2fc5823)
  • add type module to package json (064e1f7)
  • add vite and boilerplate ts script (4bf878a)
  • bump js client dep (08dc253)
  • refactor types and add class baseline (36973b4)
  • update build to ESM and update all imports/exports. Disable typedefs generation (891af62)
  • update readme (a3d3996)
  • update typings and refactor parseBlokSchemaObject function (31692c9)

v3.27.0

06 Mar 14:10
fb87d49
Compare
Choose a tag to compare

3.27.0 (2024-03-06)

Features

  • add dependabot checks (897c5c2)
  • add region-helper functionality and replace old region retrieving functionality (5c6d333)
  • update region-helper, replace strings with constant, use new getRegionName function (9074893)