This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: travi/travis-scaffolder-javascript
Releases · travi/travis-scaffolder-javascript
v6.0.8
v6.0.7
v6.0.6
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2021-12-24)
Features
- coverage: stopped including a step to report coverage (824dec3)
BREAKING CHANGES
- coverage: configuration of Codecov reporting is now handled by
@form8ion/codecov
, so this
plugin no longer configured reporting of coverage. however, at this time there is no official
travis-specific wrapper, so the@form8ion/codecov
plugin does not currently handle configuring of
reporting for travis-ci. reporting for this ci provider will need to be configured manually for now
v5.0.0
5.0.0 (2021-12-24)
Bug Fixes
- deps: replace dependency @travi/javascript-scaffolder (bd5052d)
Features
- js-plugin: defined the proper peer range for the js-plugin (9782a23)
BREAKING CHANGES
- js-plugin: this package now expects to be used in the context of
@form8ion/javascript
instead of@travi/javascript-scaffolder