Skip to content

Releases: form8ion/javascript

v2.0.0-alpha.1

08 Dec 23:34
5eec515
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

03 Dec 21:35
2bf40a0
Compare
Choose a tag to compare

1.1.3 (2021-12-03)

Bug Fixes

  • codecov: waited for the async response from the codecov scaffolder (2bf40a0)

v1.1.2

19 Nov 04:53
37efb08
Compare
Choose a tag to compare

1.1.2 (2021-11-19)

Bug Fixes

  • nyc: replaced an overlooked use of nyc with c8 (37efb08)

v1.1.1

09 Nov 20:07
81e179c
Compare
Choose a tag to compare

1.1.1 (2021-11-09)

Bug Fixes

  • dependencies: updated to the latest alpha of the codecov plugin (81e179c)

v1.1.0

09 Nov 04:33
1236b28
Compare
Choose a tag to compare

1.1.0 (2021-11-09)

Features

  • coverage: scaffolded c8 instead of nyc (1236b28)

v1.0.2

04 Nov 23:14
Compare
Choose a tag to compare

1.0.2 (2021-11-04)

Bug Fixes

  • deps: update dependency @form8ion/javascript-core to v4 (e939457)

v1.0.1

03 Nov 06:23
9babef0
Compare
Choose a tag to compare

1.0.1 (2021-11-03)

Bug Fixes

  • unit-testing: exposed the frameworks schema through the public api (b623452)

v1.0.0-alpha.4

02 Nov 16:04
b623452
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2021-11-02)

Bug Fixes

  • unit-testing: exposed the frameworks schema through the public api (b623452)

v1.0.0

01 Nov 04:32
efeed57
Compare
Choose a tag to compare

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

v1.0.0-alpha.3

31 Oct 06:59
1c24285
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2021-10-31)

Features

  • engines: defined the supported node range (daa2e89)