Skip to content

v13.0.0-beta-5

Compare
Choose a tag to compare
@sverweij sverweij released this 27 Apr 17:33
v13.0.0-beta-5
220e0a3

See #794.

Additions a.c.t. beta-4:

✨ features

  • 4e57f89 feature(progress): adds visual aides to performance-log listener
  • 72ce164 feature(report): adds a 'null' reporter (#802)
  • 12738f5 feature(report): in dot reporters, by default makes dynamic dependencies dashed lines (#801)

📖 documentation

  • 8d23c9e doc(extract): improves typing of the meta interface
  • 68526f3 doc: makes readme backwards compatible (#799)

👷 maintenance

  • 52f5fa0 bugfix(enrich): removes superfluous trailing argument
  • bea4ce6 chore: makes yarn --silent by default

🏎️ making things a bit faster

  • 00965ee refactor(config-utl): makes babel json5 configs and known violations read async as well
  • fc6119f perf(main): splits off cruise & format in their own modules (#800)
  • 307c307 perf(cli): reads webpack, typescript and babel config options in parallel (#797)
  • 8a89bd8 refactor(wrap-stream-in-html): read template elements asynchronously