Releases: form8ion/hapi-scaffolder
Releases · form8ion/hapi-scaffolder
v4.1.1
4.1.1 (2024-05-04)
Bug Fixes
- dotenv-safe: dropped the dependency now that node supports loading .env files natively (3572c42)
v4.1.0
4.1.0 (2024-05-04)
Features
- logging: swapped bunyan for pino (45914f8)
v4.0.8
4.0.8 (2024-05-04)
Bug Fixes
- esm: included the extension in the templated import (6ce0cf0)
v4.0.7
4.0.7 (2023-07-30)
Bug Fixes
- publish: updated exports to use a native esm module for the
module
reference (7f873b4)
v4.0.5
4.0.5 (2022-07-29)
Bug Fixes
- eslint-configs: passed configs through from cucumber more effectively, preventing config loss (c32bcf9)
v4.0.4
4.0.4 (2022-07-28)
Bug Fixes
- deps: update dependency @form8ion/cucumber-scaffolder to v2.1.0 (a0d3937)
v4.0.3
4.0.3 (2022-07-22)
Bug Fixes
- deps: update dependency @form8ion/cucumber-scaffolder to v2.0.1 (e0172c9)
v4.0.2
4.0.2 (2022-07-08)
Bug Fixes
- deps: update dependency @form8ion/cucumber-scaffolder to v2 (1ccac0e)
v4.0.1
4.0.1 (2022-06-11)
Bug Fixes
- package-properties: stopped returning
packageProperties
(96834aa)
v4.0.0
4.0.0 (2021-12-19)
Bug Fixes
- deps: replace dependency @travi/javascript-scaffolder (4622639)
- js-plugin: defined the proper peer-dep range for the js-plugin (2b09e02)
BREAKING CHANGES
- js-plugin: this package now expects to be used in the context of
@form8ion/javascript
instead of @travi/javascript-scaffolder