Skip to content

Releases: atorczynski/schafott-cli

v1.3.0

12 Oct 02:35
a277db6

Choose a tag to compare

Minor Changes

v1.2.1

01 Oct 22:31
e8410e4

Choose a tag to compare

Patch Changes

  • f13398d: Add types for jest testing and edit button component.

v1.2.0

25 Sep 22:08
a967131

Choose a tag to compare

Minor Changes

Patch Changes

  • 4efafb3: fix: Changeset error occuring before install fixed. This was caused by not having the dep. of teh cli yet installed. User has to init changesets manually.

v1.1.1

05 Sep 09:42
512195f

Choose a tag to compare

Patch Changes

  • 4efafb3: fix: Changeset error occuring before install fixed. This was caused by not having the dep. of teh cli yet installed. User has to init changesets manually.

v1.1.0

04 Sep 23:24
417621c

Choose a tag to compare

Minor Changes

  • b13ebe9: feat: Add jest as project feature for js-libs.

Patch Changes

  • 594939d: fix: Stdout is now not called while install.
  • 594939d: feat: Install process now shows a indicator and success message after confirming the propt to install with npm.

v1.0.19

04 Sep 17:15
b1a6f73

Choose a tag to compare

Patch Changes

  • 01d732f: fix: Add missing .gitignore file.

v1.0.18

03 Sep 21:19
9bebb10

Choose a tag to compare

Patch Changes

  • 8dbc7d6: Install Deps step is now optional.

Patch Changes

  • 73210a8: Add eslint config generation for nodejs projects.

v1.0.17

01 Sep 22:22
6ac1223

Choose a tag to compare

Patch Changes

  • 73210a8: Add eslint config generation for nodejs projects.

v1.0.16

31 Aug 02:13
7ee003e

Choose a tag to compare

Patch Changes

  • 36b7a9c: Rework journey to be mire "npm" like. Added in changesets as option.

v1.0.15

30 Aug 23:21
74e1904

Choose a tag to compare

Patch Changes

  • 6b4cc79: Removed some unstable options in selection. Will be intruduced in a later stage.

Patch Changes

  • d524b7d: fix: Removed syntax error after build. User were unable to serve the the lib-folder in dev mode due to a syntax error in the build script.