lwc-services 1.3.9
- Adding support for node 12
- Fixed error with not passing LWC compiler options
- Added support for CSS only modules
lwc-services 1.3.7
- Fixed error for JavaScript projects on the
serve
command when using a custom Express config
create-lwc-app 1.3.5
- Correct template code in example (lint error)
- Add support for Edge (special case handling without shadow DOM)
lwc-services 1.3.5
- Upgrade to LWC 1.1.1
- Fix for startup of bundled Express server with custom config
create-lwc-app 1.3.4
- Updated
.eslintrc.json
file for projects with Express
create-lwc-app 1.3.3
- New flag
--lib
to generate a library project
lwc-services 1.3.3
- Support for 3rd party npm libraries that contain
lwc
modules
lwc-services 1.3.1
- Updated linting config for TypeScript
- Update support for LWC npm modules (adjusting to LWC 1.1.x)
create-lwc-app 1.3.0
- RENAMED from
lwc-create-app
tocreate-lwc-app
- Now supports creation of TypeScript-based projects
lwc-services 1.3.0
- Updated to ^1.1.0 version of LWC
- Support for TypeScript (yay!)
- Express server recompiles automatically when project is in
watch
mode - Initial implementation for testing LWC with WebDriverIO
lwc-services 1.2.2
- Added the
--passthrough
flag for thetest
command to allow any Jest CLI flag (thanks to @rcurry-sf and his contribution)
lwc-create-app 1.2.1
- Fix an issue where
npx lwc-create-app your-app
fails on Linux systems (thanks to @adamSellers and his contribution)
lwc-create-app 1.2.0
- Automatically init Git repo after project initialization for pre-commit hooks
- Adding default .eslintignore
- Updating Husky dependency
lwc-services 1.2.0
- Adding webpack default config for SPA (Single Page Application), see issue #33
- Allowing multiple entry points for custom webpack configuration files
- Optimizing default chunking for webpack
lwc-create-app 1.1.1
- Limit pre-commit linting to JS files
lwc-create-app 1.1.0
- Added new option to create scaffolding for client/server structure using
Express
- Add Jest configuration file as default to project root
lwc-services 1.1.0
- Using
Express
instead ofwebpack-dev-server
for webpack bundle serving - Added custom server configuration option for
Express
- Switched
build
script to production mode, and added a newbuild:development
script
lwc-create-app 1.0.4
- Updating default README
- Updating formatting of default
.prettierrc
file
lwc-services 1.0.5
- Fixed
production
build for webpack - Added
runInBand
flag fortest
command to better support CI systems
lwc-services 1.0.4
lwc-create-app 1.0.2
- Updating min node version to >=10.0
- Defaulting to register a custom element on app creation
lwc-services 1.0.3
- Updating min node version to >=10.0
- Initial version