Skip to content

Releases: pie-framework/pie-cli

v2.3.1

28 Nov 12:13

Choose a tag to compare

  • add externals to serve-question too.

v2.3.0

28 Nov 09:55

Choose a tag to compare

Features

  • externals: add support for external js and css to be added to html (094539d)

v2.2.2

22 Nov 16:37

Choose a tag to compare

Bug Fixes

  • cli: set the controller dependency name at src (15b93d2)

v2.2.1

21 Nov 19:14

Choose a tag to compare

Bug Fixes

  • build: share core build dependencies between question + controller (d14b7ea)

v2.2.0

18 Nov 12:12

Choose a tag to compare

Bug Fixes

  • cli: dont add git-sha if pie packages isn't in a git dir (4aec17b)
  • question: fallback to empty object if dependencies.json is not present (12a5f9a)

Features

  • cli: add manifest command and to pack-question (4e6c66a)
  • npm-dir: always run npm install (088e3a6)
  • pack-question: re-add --keepBuildAssets (11c1d41), closes #44

v2.1.0

16 Nov 15:30

Choose a tag to compare

Features

  • build: use release-helper#v1.2.0 (530afab)

v2.0.0

11 Nov 23:22

Choose a tag to compare

Features

  • cli: remove --support option add temp support for corespring-legacy (add4afe)

BREAKING CHANGES

  • cli: The --support flag is no longer used. This means no external frameworks are supported right now.

v1.5.0

10 Nov 18:16

Choose a tag to compare

Features

  • build: add release automation (9ea10b4), closes #18

v1.4.0

09 Nov 13:09

Choose a tag to compare

#35 - fix loading of external support js
#33 - simplify support api
#31 - check for duplicate loaders
#19 - add schema validation for config.json

v1.3.0

04 Nov 11:59

Choose a tag to compare

#3 - serve-question command w/ hot module loading