Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Releases: fusionjs/fusion-cli

v0.2.7

09 Jan 23:01
Compare
Choose a tag to compare

Changelog

  • Fix issue with serving assets from memory (#124)
  • Merge jsdom and node coverage results (#122)

v0.2.6

08 Jan 23:03
Compare
Choose a tag to compare

Changelog

  • Add cobertua coverage reporter (#118)
  • Display SSR errors in the browser in dev mode (#110)
  • Improve and Fix some tests (#116)
  • Optimize docker layer caching (#114)
  • Fix CI by disabling failing tests in master (#113)
  • Add browser reporting for server startup errors (#107)

v0.2.5

04 Jan 18:29
62a5a15
Compare
Choose a tag to compare

Changelog

  • Add support for cdnUrl and code coverage reporting (#101)
  • Fix headless chrome tests (#104)
  • Update NODE_ENV in environment test (#99)
  • Upgrade to jest@22 (#97)
  • Add enzyme to devDeps for tests that depend on it (#98)
  • Ensure correct CI test exit status code (#89)

v0.2.4

02 Jan 19:05
Compare
Choose a tag to compare

Changelog

  • Move enzyme to peer dependencies (#95)

v0.2.3

29 Dec 08:47
Compare
Choose a tag to compare

Changelog

  • Use .fusionrc babel plugins (#93)
  • Add DEV to jest environment (#92)

v0.2.2

19 Dec 00:42
Compare
Choose a tag to compare

Changelog

  • Fix babel-preset globals (#86)
  • Add --coverage flag for jest runner (#82)
  • Add messaging around custom babel config (#83)

v0.2.1

18 Dec 17:47
Compare
Choose a tag to compare

Changelog

  • Add enzyme snapshot serializer (#81)
  • Use dynamic-import-node babel plugin for dynamic imports in tests (#79)

v0.2.0

16 Dec 00:04
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Add optional .fusionrc.js with babel field for custom plugins/presets (#76)

Other Changes

  • Add updateSnapshot CLI arg for updating snapshots (#75)
  • Support running test-app against both node and browser targets (#74)
  • Add tests for jest runner (#73)

v0.1.14

13 Dec 03:39
Compare
Choose a tag to compare

Changelog

  • Use shared babel-preset file for transform (#71)

v0.1.13

12 Dec 23:31
Compare
Choose a tag to compare

Changelog

Highlighted Changes

  • Improve support for unhandled promise rejections in tests (#62)
  • Expose CLI options correctly (#55)

Other Changes

  • Add jest as a test runner (#67)
  • Build-time __dirname in browser test builds (#65)
  • Ensure test --watch continues watching after test failure (#64)
  • Support overriding the node environment in dev and test (#61)
  • Remove start --environment=test in favor of test --skip-build (#59)
  • Add Flow step to pipeline.yml (#37)
  • Add codecov (#50)