Skip to content

Latest commit

 

History

History
293 lines (121 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

293 lines (121 loc) · 12.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.9.3 (2020-05-01)

Bug Fixes

  • cli: fix test script glob (ff18eb5)

5.9.1 (2020-04-24)

Bug Fixes

  • cli: ensure specified directory exists prior to scaffold (cc3b696)

5.9.0 (2020-04-24)

Bug Fixes

  • cli: set current working directory before scaffolded npm init (6d2186d)

5.7.0 (2020-02-17)

Features

  • cli: make options more user friendly (ad845b3)

5.4.0 (2019-11-26)

Note: Version bump only for package @pattern-lab/cli

5.3.0 (2019-11-13)

Note: Version bump only for package @pattern-lab/cli

5.1.0 (2019-10-29)

Note: Version bump only for package @pattern-lab/cli

5.0.0 (2019-10-25)

Bug Fixes

  • updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file (5b7a057)
  • cli: add custom install logic to edition-node (f04fd26)
  • cli: allow any package to be installed as a starterkit (d2aa1be), closes #1067
  • cli: merge config arrays via overwrite instead of concatenate (42e5f7b)
  • cli: proper path resolution to helpers (a18fe5e)
  • cli: re-order and clarify engines (e39e301)
  • plugin: correct spelling error and function locations (d4abd88)

Features

  • starterkits: add starterkit-handlebars-demo (384d2cf)

BREAKING CHANGES

  • cli: previously, we concatenated arrays, which is unlikely to be intended

1.0.3 (2019-10-14)

Note: Version bump only for package @pattern-lab/cli

1.0.0 (2019-08-23)

Bug Fixes

  • cli: merge config arrays via overwrite instead of concatenate (42e5f7b)
  • cli: proper path resolution to helpers (a18fe5e)

BREAKING CHANGES

  • cli: previously, we concatenated arrays, which is unlikely to be intended

0.1.0 (2019-08-23)

Bug Fixes

  • updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file (5b7a057)
  • cli: add custom install logic to edition-node (f04fd26)
  • cli: re-order and clarify engines (e39e301)

Features

  • starterkits: add starterkit-handlebars-demo (384d2cf)

0.0.3 (2019-05-16)

Note: Version bump only for package @pattern-lab/cli

0.0.1-beta.2 (2019-02-09)

Bug Fixes

  • cli: do not call build before serve (663d8e1), closes #917
  • cli: pass watch options cleanly to core (8bf186b)
  • cli: remove copy-source-files (64311a1), closes #833
  • nvmrc: bump Node version (36a917f)
  • manually bump package.json versions of packages published in September but with mismatched package.json versions (98dfadf)

Features

  • README: simplify README and add CLI configuration instructions (ceec673)

0.0.1-beta.0 (2018-09-07)

Bug Fixes

  • cli: set initialized to false during plugin installation (88cce3f)
  • cli: support scoped plugins (4ae13ce)
  • package: update tap dependency (2b70ff4)

0.0.1-alpha.23 (2018-07-09)

Bug Fixes

  • install: copy dependencies (1acef87)

0.0.1-alpha.22 (2018-07-06)

Note: Version bump only for package @pattern-lab/cli

0.0.1-alpha.21 (2018-07-06)

Bug Fixes

  • install: add break statements to install edition command (3b1813c)
  • install: use process to find package.json (200c7cb)

Features

  • package: add npmrc file (55f5bc2)
  • package: pin all dependencies (415698e)
  • package: remove package-lock.json files (5ab3995)

0.0.1-alpha.20 (2018-07-05)

Bug Fixes

  • cli: change whitespace to spaces per standard (4556fc7)
  • tests: change test command name similar to live-server until this passes CI (5c39be1)

Features

  • serve: change calling method (3b86a0d)
  • tests: use lerna run test at the monorepo level (38a01b1)

0.0.1-alpha.19 (2018-05-19)

Bug Fixes

  • cli: change line-endings of cli entrypoint (3fc86c2)
  • wording: reconcile Pattern Lab vs PatternLab (f3d1e0d)

0.0.1-alpha.18 (2018-05-04)

Bug Fixes

  • version: use static core method getVersion (f9dcd4d)

0.0.1-alpha.17 (2018-05-04)

Bug Fixes

  • package: update publish config and installation target (27d2c8f)

0.0.1-alpha.16 (2018-05-04)

Features

  • API: standardize v() and version() into a single call (6309e69)

BREAKING CHANGES

  • API: change version() to return a string representation of the version, removing v()

0.0.1-alpha.15 (2018-03-21)

Features

  • package: standardize and hoist common devDependencies (7f4ce6f)

0.0.1-alpha.14 (2018-03-05)

Bug Fixes

  • config: Add npm registry to lerna config (1473cd5)

0.0.1-alpha.13 (2018-03-02)

Features