2.19.0 (2021-04-07)
- update-notifier: replace custom update notify (3413a73)
2.18.0 (2021-04-07)
- use npm token in docs (9e0c96d)
- update cypress configuration (2d4f5d1)
2.17.1 (2021-03-31)
- package.json & package-lock.json to reduce vulnerabilities (718e706)
2.17.0 (2021-03-24)
- add cypress to ui template, use ngcc LSA-999 (01e7eb5)
2.16.0 (2021-01-15)
- updated shared components (32887db)
2.15.3 (2020-11-18)
- improve labshare library template (b592eea)
2.15.2 (2020-11-10)
- schematics-styles: enforce scss by default in lib (fd0dd03)
2.15.1 (2020-10-19)
- use responseType instead of authFlowType (365657e)
2.15.0 (2020-10-19)
- add lsc manifest configuration (21e66f5)
2.14.2 (2020-09-15)
2.14.1 (2020-08-21)
- turn off analytics by default (e32d813)
2.14.0 (2020-08-20)
- add library and cli args to lsc create app (a5debee)
- update ui template, add library by default (06ce226)
2.13.5 (2020-08-17)
- package.json & package-lock.json to reduce vulnerabilities (6f7eeaa)
2.13.4 (2020-07-15)
- ui template for auth (41108f8)
2.13.3 (2020-05-08)
- angular 9 template (d390344)
- ngx base components fix (7a8b39a)
- powershell added (191e425)
- removing critical info (0f32b08)
2.13.2 (2020-05-02)
- template renaming (020f563)
2.13.1 (2020-04-30)
- files property in package.json (fe12ca4)
2.13.0 (2020-04-09)
- api template crud example (177c092)
2.12.0 (2020-03-19)
- env test added (94ab0ca)
- from clidir to clipattern (09bbc37)
- test configuration and env file (1485245)
- support for loading config folder (c043981)
2.11.4 (2020-03-10)
- templates to dist folder and npmignore (afe5038)
2.11.3 (2020-03-10)
- commitlint.js removal (9a8d617)
- patch templates files (bc1f544)
- patch templates files (266ccaf)
- templates (672b688)
2.11.2 (2020-03-06)
2.11.1 (2020-03-06)
2.11.0 (2020-03-05)
- lsc using prettier and ts with a dist folder structure (82f3de6)
2.10.2 (2020-02-28)
- cli template (1775468)
2.10.1 (2020-02-28)
2.10.0 (2020-02-27)
2.9.0 (2020-02-27)
- angular template (d2e3d86)
- bootstrap and dockerfile (0609e4e)
- html template names (5e72875)
- shell-ui template (0702ecd)
- angular ui package (358e33c)
2.8.3 (2020-02-27)
2.8.2 (2019-11-26)
- codacy (1711ee4)
- format (0a0ef41)
- json true (63d4790)
- labshare version (e0c9b33)
- removal of extra space (e630310)
- removed space (9322c76)
- request instead of tiny-json (5534f8a)
- tiny-json removal (4e24454)
- tsconfig for angular app (0e0bffd)
2.8.1 (2019-09-19)
2.8.0 (2019-09-19)
- add boilerplate app (45e750e)
- add package dependecies (26c08f4)
- add travis and release files. updated pack.json (9da30af)
- added library template as well updated lsc command (7c99c95)
- PR comments (2c6291c)
- remove unused dependencies (e858de5)
- remove unused dependencies (25d70c3)
- update build command (173077e)
- update library readMe (b398653)
- update library so it builds in ng-packgr (7cbc207)
2.7.0 (2019-08-15)
- logging: add timestamp to console logs (7994a35)
2.6.1 (2019-08-08)
- commands and jenkins template (2019337)
2.6.0 (2019-08-02)
- new create command and angular template (e69056c)
2.5.4 (2019-07-18)
- template files (599828d)
2.5.3 (2019-07-18)
- adding tsconfig for angular template (29af22b)
2.5.2 (2019-07-17)
- do build in travis and codecov (1685156)
2.5.1 (2019-07-17)
2.5.0 (2019-07-17)
- angular template (9fba310)
- env var file changed (f236ec9)
- shell module missing (686c483)
- snyk error (5926aec)
- template file (175de2b)
2.4.1 (2019-05-24)
- pkg: resolve Snyk vulnerabilities (602a756)
2.4.0 (2019-02-13)
- format global method removed (f03de87)
- fluent logger and winston upgrade (295c2e1)
2.3.1 (2018-11-01)
- logs: update log file name to "app.log" instead of "lsc.log" (7f89f7a)
2.3.0 (2018-10-25)
- api: export logger and config loader classes (2f0e680)
2.2.7 (2018-10-24)
- docs: update install command after renaming package to @labshare/lsc (03c7d9d)
- pkg: rename package to @labshare/lsc to fix publishing errors (abe8e76)
2.2.6 (2018-10-01)
- pkg: remove deprecated prepublish hook (1ae0acf)
2.2.5 (2018-09-20)
- loader: resolves "callback already called" exception SHELL-1614 (0c8a48e)
2.2.4 (2018-09-20)
- package: update @types/glob to version 7.1.0 (9dbb3a1)
- package: update @types/yargs to version 12.0.0 (de5322b)
2.2.3 (2018-09-12)
- package.json to reduce vulnerabilities (d9ce207)
2.2.2 (2018-08-02)
- template: fix API package template SHELL-1602 #time 15m (0d33c0b)
2.2.1 (2018-07-25)
- package: update fluent-logger to version 3.0.0 (dd9e166)
2.2.0 (2018-07-19)
- add app.ts to main package json property (0510459)
- add winston-transport to dependencies (0ce97ea)
- SHELL-1316 #done add commitlint config to ui-template (c89f167)
2.1.0 (2018-07-10)
- cli: exit with error if command is not found SHELL-1570 (872f0d8)
2.0.3 (2018-07-05)
- .snyk & package.json to reduce vulnerabilities (1473367)
2.0.2 (2018-07-04)
- .snyk & package.json to reduce vulnerabilities (16b3349)
2.0.1 (2018-06-28)
- tests: enable CodeCov integration (d91fda3)
2.0.0 (2018-06-17)
- cli: remove "init" module loading system SHELL-1402 (cfea075)
- cli: remove recursive CLI command/config search SHELL-1402 (b1952c0)
- release: simplify semantic-release config (b5aa75e)
- cli: CLI commands and configuration are no longer loaded and parsed recursively via the "packageDependencies" package.json configuration. This change allows multiple versions of LabShare dependencies to be installed at the same time without creating versioning conflicts.
Migration: Projects relying on the recursive CLI/config search are now required to explicitly specify which CLI/config dependencies to load in their top-level package.json "packageDependencies" field.
- cli: The top level "init" function loading feature has been moved to an internal constructor option of the CliLoader class: "initFunctions". Custom "init.js" files located in the project's cli directory will no longer be loaded automatically as custom CLI initialization functions.