Skip to content

Releases: vs-cristian/react-codegen-cli

v1.4.0

v1.4.0 Pre-release
Pre-release

Choose a tag to compare

@vs-cristian vs-cristian released this 13 Feb 21:44

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

Choose a tag to compare

@vs-cristian vs-cristian released this 24 Jan 19:54

1.3.1 (2021-01-24)

v1.3.0

v1.3.0 Pre-release
Pre-release

Choose a tag to compare

@vs-cristian vs-cristian released this 24 Jan 19:21

1.3.0 (2021-01-24)

Features

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

v1.2.1

Choose a tag to compare

@vs-cristian vs-cristian released this 23 Jan 21:45

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

Choose a tag to compare

@vs-cristian vs-cristian released this 23 Jan 21:25

1.2.0 (2021-01-23)

Features

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

v1.1.2

v1.1.2 Pre-release
Pre-release

Choose a tag to compare

@vs-cristian vs-cristian released this 23 Jan 11:19

1.1.2 (2021-01-23)

Bug Fixes

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

v1.1.1

v1.1.1 Pre-release
Pre-release

Choose a tag to compare

@vs-cristian vs-cristian released this 22 Jan 21:07

1.1.1 (2021-01-22)

1.1.0 (August 25, 2020)

Choose a tag to compare

@vs-cristian vs-cristian released this 25 Aug 00:00
  • 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)

Choose a tag to compare

@vs-cristian vs-cristian released this 17 Aug 22:42

v1.0.2...v1.0.3

1.0.2 (August 13, 2020)

Choose a tag to compare

@vs-cristian vs-cristian released this 13 Aug 09:24