Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Releases: Ermolaev-Inc/comet-cli

September 2021 Stable Release

08 Sep 12:50
3ce62cb

Choose a tag to compare

Release 1 (08.09.2021)

Features:

  • Create issue templates for bug, refactoring, feature
  • Now the component generation command generates index file for pretty import
    import { Button } from "../components/Button"; instead of import { Button } from "../components/Button/Button";

Core:

  • Rename "command" to "entity" in GenerateCommand

August 2021 Release 1

21 Aug 11:45

Choose a tag to compare

Release 1 (21.08.2021)

Docs:

  • Create README

August 2021 Release 1

21 Aug 11:30

Choose a tag to compare

Release 1 (21.08.2021)

Features:

  • Add hook, component (#1), page (#2) generate command

Core:

  • Create unit tests (#5)
  • Update scripts
  • Setup CI via Github Actions (#5)

August 2021 Release 1 Beta

21 Aug 06:36

Choose a tag to compare

Pre-release

Beta 2 (21.08.2020)

Core:

  • Create unit tests (#5)
  • Update scripts
  • Setup CI via Github Actions (#5)

August 2021 Release 1 Beta

20 Aug 08:00
8ee9323

Choose a tag to compare

Pre-release

Beta 1 (20.08.2020)

Features:

  • Add hook, component (#1), page (#2) generate command