0.10.0
This is a bugfix release that resolves issues with incorrect or missing diagnostic output, improves our end-to-end test coverage, and updates dependencies and carton init
templates.
Additionally, we improved support for demangling stack traces in different browsers, and added a stack overflow sanitizer that's enabled by default for debug builds.
Many thanks (in alphabetical order) to @j-f1, @kateinoigakukun, @literalpie, @thecb4, and @yonihemi for their contributions to this release!
Closed issues:
carton test
command unable to find gtk+3 using--template tokamak
(#241)carton
also requires zlib.h to compile from source (#237)carton test --environment defaultBrowser
broken on GitHub Actions (#200)- Add
--host
option tocarton dev
andcarton test
(#193) - Replace hard-coded path delimiters (#183)
- Use libSwiftPM instead of custom model types (#120)
Merged pull requests:
- Update JSKit and Tokamak versions in templates (#243) via @MaxDesiatov
- Fix Ubuntu deps, clarify Linux support in
README.md
(#242) via @MaxDesiatov - Add more browsers to
DestinationEnvironment
(#228) via @j-f1 - Fix
carton dev
crashing with SO sanitizer (#239) via @MaxDesiatov - Avoid building in
release
mode when testing (#240) via @MaxDesiatov - Update JS dependencies in
package-lock.json
(#231) via @MaxDesiatov - Integrate stack sanitizer (#230) via @kateinoigakukun
- Add
carton init
with template test. Supports #99 (#221) via @thecb4 - Add host argument to
dev
andtest
commands (#213) via @literalpie - Add tests for
sdk versions
andsdk local
commands (#218) via @thecb4 - Add test for
carton sdk install
(#217) via @thecb4 - Use libSwiftPM instead of custom model types (#194) via @yonihemi
- Add end-to-end tests for
carton test
command (#209) via @thecb4 - Link to the org sponsorship page from
README.md
(#210) via @MaxDesiatov - Update the "Roadmap" section in
README.md
(#207) via @MaxDesiatov - Avoid running tests while building the Docker image (#204) via @MaxDesiatov
- Fix browser testing for Safari, update
tasks.json
(#202) via @MaxDesiatov - Add
test
command test with no arguments (#198) via @thecb4