Releases: fusionjs/fusion-cli
Releases · fusionjs/fusion-cli
v0.2.7
Changelog
- Fix issue with serving assets from memory (#124)
- Merge jsdom and node coverage results (#122)
v0.2.6
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
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
Changelog
- Move enzyme to peer dependencies (#95)
v0.2.3
Changelog
- Use .fusionrc babel plugins (#93)
- Add DEV to jest environment (#92)
v0.2.2
Changelog
- Fix babel-preset globals (#86)
- Add --coverage flag for jest runner (#82)
- Add messaging around custom babel config (#83)
v0.2.1
Changelog
- Add enzyme snapshot serializer (#81)
- Use dynamic-import-node babel plugin for dynamic imports in tests (#79)
v0.2.0
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
Changelog
- Use shared babel-preset file for transform (#71)
v0.1.13
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)