next-release.md
1 2 3 4 5 6 7 8 9 10 11 |
### BREAKING CHANGES * Runtime checks (expectations) must now be manually activated by specifying `-d` or `--dev`. ### New Features * Added **dev?** symbol to check if we are running in development mode. ### Fixes and Improvements * string values are now properly escaped when printed. |