757 B
757 B
Version 2.0 (with breaking changes)
-
Added asynchronous methods,
withSourcesAsyncandcleanAsync. -
All property accessors like
.cleanare now methods (e.g..clean ()) for consistency reasons -
.prettynow.asTable (opts?: { maxColumnWidths:? { callee, file, sourceLine } })- Also, it does not call
withSourcesautomatically — you need to call it explicitly.
- Also, it does not call
-
It is no longer
extends Arraydue to non-working user subclassing with Babel ES5- Use
.itemsto access original array
- Use
-
No static methods and properties (except public
.locationsEqualhelper).isThirdPartyis now just an overrideable method.maxColumnWidthsis an overrideable method + a configuration option passed toasTable ()method