Releases: form8ion/javascript
Releases · form8ion/javascript
v2.0.0-alpha.1
2.0.0-alpha.1 (2021-12-08)
Features
- scaffolder: moved the
scaffolder
from@travi/javascript-scffolder
to this package (5eec515)
BREAKING CHANGES
- scaffolder:
unitTestFrameworksSchema
has been removed from the public api since it should no
longer need to be consumed externally
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0-alpha.4
1.0.0-alpha.4 (2021-11-02)
Bug Fixes
- unit-testing: exposed the frameworks schema through the public api (b623452)
v1.0.0
1.0.0 (2021-11-01)
Bug Fixes
- coverage: allowed the badge definition to pass through properly (e446ff9)
- unit-testing: actually exposed the unit-test scaffolder through the public api (fae47f5)
Features
- coverage: added support for the codecov badge on gitlab and bitbucket (d114133)
- coverage: added support for the codecov badge on gitlab and bitbucket (ee9b069)
- engines: defined the supported node range (daa2e89)
- next-steps: added task for removing the mocha canary test (a667b46), closes travi/github-scaffolder#8
- scripts: improved the open/closedness of building the scripts list (bc8a330)
- unit-test-frameworks: defined and exposed a joi schema for defining frameworks (5858821)
- unit-testing: enabled choosing from the provided frameworks (53d285e)
- unit-tests: set NODE_ENV to test for test:unit (121585c), closes #84
BREAKING CHANGES
- scripts: result contributors are now expected to include a map of scripts in their results,
even if the map is empty