Skip to content

Latest commit

 

History

History
107 lines (60 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

107 lines (60 loc) · 5.57 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.2 (2023-01-03)

Bug Fixes

  • deps: update deps with resolutions (f18795f)

0.5.1 (2022-12-08)

Bug Fixes

Documentation

0.5.0 (2022-10-20)

Features

  • adapt for new graasp typescript template (7a78264)
  • add better starter resolution (b0f1a91)
  • add replacement of project name in files (212498e)
  • publish: zip the build folder of an app (f485865)

Build System

  • deps: bump lodash from 4.17.15 to 4.17.19 (a7aa57b)
  • update yarn version (7e0c28d)

Chores

  • add prettier style as usual for graasp apps (d7e9213)

0.4.2 (2020-05-08)

Bug Fixes

  • fix issue with missing test env file (367b8c7)

0.4.1 (2020-03-20)

Features

Build System

  • update dependencies (2ed3cc1)
  • deps: bump acorn from 6.0.5 to 6.4.1 (baf0c96)
  • deps: bump eslint-utils from 1.3.1 to 1.4.2 (8e78e3c)
  • deps: bump handlebars from 4.0.12 to 4.1.2 (3d60bc9)
  • deps: bump handlebars from 4.1.2 to 4.5.3 (8c5a29b)
  • deps: bump js-yaml from 3.12.1 to 3.13.1 (ae8f58a)
  • deps: bump lodash from 4.17.11 to 4.17.13 (287d49f)
  • deps: bump lodash.template from 4.4.0 to 4.5.0 (4841066)
  • deps: bump mixin-deep from 1.3.1 to 1.3.2 (b028038)

0.4.0 (2019-05-16)

Features

  • respect graaspignore file (5d8197d), closes #25
  • write title of app/lab in readme (a6773e1), closes #26

0.3.0 (2019-02-08)

Features

  • create interactive dialogue to create new app (bf17e93), closes #15
  • write the default environment files (c0bf273), closes #16

0.2.0 (2019-02-06)

Bug Fixes

  • correctly use yarn when it is present (03be56c), closes #11

Features

  • initialize a git repository when creating a new app (9704a1b), closes #12

0.1.1 (2019-02-06)

0.1.0 (2019-02-05)

Features

  • provide basic clone functionality (cadd211), closes #7