Skip to content

Releases: pie-framework/pie-cli

v8.1.0

07 Jul 13:08

Choose a tag to compare

add --pieName option to pack command (used for pie-website)

v7.4.0

23 May 21:08

Choose a tag to compare

Bug Fixes

Features

  • default: build pie-configure.js as part of pie pack (69971f6), closes #127
  • pack: Add flag --addPlayerAndControlPanel to allow a user to bundle those libraries into pie-view.js. (afdc640)

v7.2.0

11 Apr 08:19

Choose a tag to compare

Features

  • cli: add --clean flag to pack/serve/info (a9e3c94), closes #73
  • cli: Add animation to webpack compilation notifications (44fdd99)
  • cli: use log-symbols instead of node emoji (6d3b54c)
  • windows: Fix commands for windows/dos (9360c9f), closes #122

v7.0.0

29 Mar 14:29

Choose a tag to compare

Bug Fixes

  • log: truncate log file instead of deleting it, plays nice w/ tail (1fb8e13)
  • support: framework specific extensions are loaded by their modules (e4d883c), closes #89
  • watch: Add workaround for the webpack watch issue (b29aeff), closes #114
  • watch: copy src files that are newer than installed files when watching starts (f05f882), closes #111

Features

  • cli: improve the output when running the cli (9be90fd), closes #109
  • cli: log webpack compilation events (b3ceaea)
  • manifest: disable manifest command for now (a16c858)

BREAKING CHANGES

  • support: Developers: You must re-install the pie cli modules directory: rm -fr node_modules && npm install
  • manifest: manifest command is now disabled

v6.1.1

27 Mar 17:48

Choose a tag to compare

Bug Fixes

  • logging: target 0.0.1 of log-factory (20ffc08)

v6.1.0

22 Mar 12:41

Choose a tag to compare

Bug Fixes

Features

  • serve: add source maps with flag to disable (4b3b4d4), closes #87

v6.0.2

17 Mar 14:44

Choose a tag to compare

Features

  • info: allow optional configure elements to be rendered (d716d8c), closes #101

  • build structure - the build structure used by pie has changed. everything is now placed in a .pie directory.

  • support structure - support is now added via npm packages, they internal support libs are included in the dependencies. external support coming in the future.

v5.4.0

13 Mar 17:19

Choose a tag to compare

This is an interim release - there is outstanding work needed to integate the catalog ui info the cli.

Bug Fixes

  • serve: update item and info so that they pass through the elementModels (2981a28), closes #103

v5.3.0

03 Mar 13:15

Choose a tag to compare

Features

  • catalog: bundle externals.json into the archive (9db212c)
  • catalog: change what contents are generated when using -a catalog (370bb6c)
  • ui: use pie-catalog-client ui library (36b9e91), closes #98

v5.2.2

02 Feb 11:52

Choose a tag to compare

Bug Fixes