Bit v0.12.8 Release Notes

Release Date: 2018-03-12 // about 6 years ago
    • ๐Ÿ“‡ send component's metadata to compilers
    • ๐Ÿ›  fix bit tag with --force flag to force tagging when exceptions occurred during a test
    • ๐Ÿ›  fix bit test error message to display the actual exception if occurred
    • ๐Ÿ‘Œ improve error message of bit tag --verbose when tests failed to include tests results
    • ๐Ÿ‘Œ improve handling of errors from compilers which return promises
    • ๐Ÿ”€ merge process.env from the main process to tester process fork
    • โœ… symlink tester env in isolated envs
    • ๐Ÿ› bug fix - tests files were ignored during bit add when they're weren't part of the files array and .gitignore contained a record with leading exclamation mark