v0.3.0-alpha.0
Pre-release
Pre-release
v0.3.0-alpha.0 (2019-11-08)
- feat(cli): add update notifier (7bcd7f2)
- feat(cli): automatically detect startServerCommand in autorun (1f4e9c4)
- feat(cli): add startServerCommand option to collect (94c9c6c)
- feat(server): convert to human-friendly URLs (696a95e), closes #40
- feat(server): find build by partial id (e43d0e7)
- feat(server): add project slugs (40de6e7)
- feat(server): add github links to commits (ce30dd9)
- feat(server): add audit-specific icons (c7934e6)
- feat(server): add favicon (2dc0f90)
- feat(utils): add alphanumeric random coverter (5d90a16)
- feat(utils): add run command helpers (8ea3249)
- fix(cli): rename buildDir to staticDistDir (6244102)
- fix(cli): add more flexibility with assertMatrix (e768670)
- fix(server): set document.title per-page (498923d)
- fix(server): support partial id lookup on postgres (26024ff)
- fix(server): hide failed thumbnails (14666ac)
- fix(server): only use seconds if 1000ms or more (ac086f1), closes #44
- fix(server): proper git viz when first compare is before master (1b4619f)
- fix(server): use position fixed for sidebar (0f9ff47)
- fix(server): thinner gauge marks as designed (e16ce82)
- fix(utils): more aggressive non-deterministic replacements (c4a2c40)
- fix(utils): add item key for user-timings (eaffaf2)
- fix(utils): improved diff behavior for numericValue (f87124a)
- fix(utils): improved getCurrentBranch() behavior for github actions (2dff3b4)
- docs: move completed script to top (549766d)
- docs: add documentation on start-server-command (1af67f5)
- tests(cli): merge conflicts resolved with start server command (788bc9d)
- tests(cli): use runCLI in autorun tests (07d172f)
- tests(utils): use tryUntilPasses for less flaky results (4442a84)
- chore: limit jest to 2 workers (7a83b37)
- chore(scripts): update get urls script for new patterns (17fc5a1)
- chore(scripts): add script to recreate data locally (62ac6a3)
BREAKING CHANGE
- buildDir -> staticDistDir
- Server URLs are now of the form
/app/projects/:projectSlug/compare/:partialBuildId
replacing/app/projects/:projectId/builds/:buildId