Skip to content

Releases: pie-framework/pie-cli

v5.2.1

02 Feb 11:19

Choose a tag to compare

Bug Fixes

  • client-build: add resolve.extensions (2beaa7c)
  • npm: Skip installing node_modules if it already exists (19e95a4), closes #84

v5.2.0

26 Jan 10:00

Choose a tag to compare

Features

  • include-assets: Include assets when packing PIE (a0dd183), closes #48

v5.1.0

20 Jan 16:09

Choose a tag to compare

Bug Fixes

  • legacy: pass in the rootDir to support methods - allow file-loader to set the context correctly. (cffa8b5)
  • legacy: update the support config to correctly emit the required files, use webpack 2 rules property (0a47634)
  • legacy: update the support config to correctly emit the required files, use webpack 2 rules property. Fixes #79 (ab6b9b4)

Features

  • cli: Add catalog app type -a catalog (88e2855)
  • docs: add ISC licence (377ae31), closes #75
  • docs: add ISC licence (a47af80), closes #75
  • ui: improve the control panel ui for the bundled item. (01fe7ae)

v5.0.2

04 Jan 16:16

Choose a tag to compare

Bug Fixes

  • info: pass in args to app constructor so that app.dependencies are available. (5147a2d)

v5.0.1

04 Jan 11:36

Choose a tag to compare

Bug Fixes

  • legacy: pass direct dependencies to legacy support. Note that this is a temporary fix and will be removed once we add #47. (e0bba92)

v5.0.0

22 Dec 12:05

Choose a tag to compare

Features

  • cli: Add info command (b951778)
  • cli: add new internal flag --writeWebpackConfig to generate a webpack config file for diagnosis (103460f)
  • cli: try to load a pie.config.json and add optional --config flag. (4ff9d8d)

BREAKING CHANGES

  • cli: * -C|--includeComplete has been added to pack (default app only).
    • --clean has been removed (for now) in favor of just running pie clean

v4.0.1

21 Dec 10:44

Choose a tag to compare

Bug Fixes

  • build: clean 'lib' before build (91d3b2b)
  • build: wait for clean to complete before running subsequent tasks (cb2d1da)
  • legacy: fix how legacy support is added - check for 'corespring- ... -ng15' (80864e8)
  • test: failing it test index-pack-test (5ad0e7e)

v4.0.0

07 Dec 16:11

Choose a tag to compare

Features

  • cli: Remove -question suffix from commands (4b45903)
  • config: Update cli to support new config structure. (3f87d87), closes #63

BREAKING CHANGES

  • cli: You must use pack and serve instead of pack-question and serve-question.
  • config: The old config format will no longer work with the cli. Please see pie-docs/defining-items.md.

v3.0.1

29 Nov 10:52

Choose a tag to compare

Bug Fixes

  • #56 - don't delete assets needed for the example if --buildExample is true

Move src to typescript

29 Nov 10:45

Choose a tag to compare

Typescript is the src language now.