Releases: folio-org/stripes-cli
Releases · folio-org/stripes-cli
v1.18.0
- New command-line option
--coverage
for stripes serve
, generates (but does not emit) coverage statistics.
v1.17.0
- Introduced new command
stripes inventory --fetch
to update module list for stripes workspace
command. Refs STCLI-122.
v1.16.0
- Support
stripes-core
v5.0.0
.
v1.15.1
- Correct generation of optional Okapi interface dependencies. Fixes FOLIO-2570.
v1.15.0
- Support stripes-core
v4.0.0
.
- Use stripes-testing
v2.0.0
.
- Support optional dependencies in UI modules. Related to OKAPI-509.
- Added default value of
./output
for --output
flag used when omitting from build
command. Refs STCLI-95.
- Add ui module oai-pmh. Refs MODOAIPMH-94.
- Added
--bundle
flag to test
command to allow for karma
tests (BigTest) to run against bundled code instead of a dev server.
v1.14.0
- Retrieving template files for creating UI Modules and setting up BigTest from https://github.com/folio-org/ui-app-template. Removed old template files from /resources directory. STCLI-133
- Add many additional apps/libraries, STCLI-142
- New optional
platform clean
option --removeLock
to delete yarn.lock
file(s) after cleaning platform/workspace: STCLI-130
v1.13.0
- Upgrade
karma-webpack
dependency to ^4.0.2
to support BigTest on Windows, handles FOLIO-2139
- Added checking of
stripes.actsAs
when determining isUiModule
, handles STCOR-148
- stripes-testing
v1.6.0
includes checkout
, setCirculationRules
helpers.
v1.12.1
- Upgrade bundle analyzer to avoid security vulnerability WS-2019-0058.
v1.12.0
- Upgrade stripes-testing dependency to v1.5.0.
- Include ui-tenant-settings in lib/environment, exposing it as testable.
v1.11.0
- New
okapi get/post/put/delete
commands to support arbitrary Okapi HTTP requests, STCLI-135
- Upgrade inquirer dependency. Resolves STCLI-136
- Upgrade stripes-testing dependency. Refs STCLI-137.