Skip to content

Releases: vs-cristian/react-codegen-cli

v1.4.0

13 Feb 21:44

Choose a tag to compare

v1.4.0 Pre-release
Pre-release

1.4.0 (2021-02-13)

Bug Fixes

  • barrel: fix barrel file extension (020748d)
  • barrel: fix export syntax for named exports (bc05c97)

Features

  • styles: add new stylesheet format - styled-components (700caec)

v1.3.1

24 Jan 19:54

Choose a tag to compare

1.3.1 (2021-01-24)

v1.3.0

24 Jan 19:21

Choose a tag to compare

v1.3.0 Pre-release
Pre-release

1.3.0 (2021-01-24)

Features

  • core-component: add option to create barrel file for component (fbaae28)

v1.2.1

23 Jan 21:45

Choose a tag to compare

1.2.1 (2021-01-23)

Bug Fixes

  • core-template: fix issue where component test file has unused react import specifiers (335b1aa)

v1.2.0

23 Jan 21:25

Choose a tag to compare

1.2.0 (2021-01-23)

Features

  • core: add new config option "newJsx" (7a581e7)

v1.1.2

23 Jan 11:19

Choose a tag to compare

v1.1.2 Pre-release
Pre-release

1.1.2 (2021-01-23)

Bug Fixes

  • core-template: fix bug related to missing variables in template generator (cd8a937)

v1.1.1

22 Jan 21:07

Choose a tag to compare

v1.1.1 Pre-release
Pre-release

1.1.1 (2021-01-22)

1.1.0 (August 25, 2020)

25 Aug 00:00

Choose a tag to compare

  • Added 4 new config options:

    • arrowFunction - indicates if it should generate arrow functions instead of the regular.
    • exportType - export type to be used for modules.
    • cssModules - generate css module instead of regular style file.
    • wrapFolder - Wrap generated files in a folder.
  • And 2 new CLI arguments:

    • -d or --directory - specify directory where files are created, relative to root path.
    • --wrap - does the same as the wrapFolder option.

1.0.3 (August 18, 2020)

17 Aug 22:42

Choose a tag to compare

v1.0.2...v1.0.3

1.0.2 (August 13, 2020)

13 Aug 09:24

Choose a tag to compare