Detalhes do pacote

power-assert-renderer-base

twada696.5kMIT1.1.1

base renderer for power-assert context

power-assert

readme (leia-me)

power-assert

Build Status License

Reorganize empower, power-assert-formatter and power-assert-renderers into monorepo structure.

MODULES

DESIGN DECISION

  • Make ECMAScript parser optional at runtime
  • Make each module lightweight and small as possible
  • Avoid unnecessary dependencies
  • Make renderers less dynamic and statically analyzable. No dynamic require.

OUR SUPPORT POLICY

For the Transpiler side, we support Node under maintenance. In other words, we stop supporting old Node version when their maintenance ends.

For the Runtime side, we support Node under maintenance and "modern enough" browsers such as Chrome, Firefox, Safari, Edge etc.

Any other environments are not supported officially (means that we do not test against them on CI service). power-assert is known to work with old browsers, and trying to keep them working though.

AUTHOR

LICENSE

Licensed under the MIT license.

changelog (log de mudanças)

1.2.0 (2018-06-12)

Features

Breaking Changes

1.1.2 (2017-04-14)

Bug Fixes

1.1.1 (2016-11-10)

Chore

  • power-assert-context-reducer-ast: upgrade acorn to ^4.0.0

1.1.0 (2016-10-07)

Features

Chore

1.0.7 (2016-07-01)

Bug Fixes

1.0.6 (2016-06-05)

Bug Fixes

  • power-assert-renderer-diagram: fix custom function interop (34565f9)
  • power-assert-renderer-comparison: fix custom function interop (0145182)

1.0.5 (2016-06-05)

Bug Fixes

  • export support functions for older implementations (6927774)

1.0.4 (2016-06-04)

Bug Fixes

  • power-assert-context-formatter: re-introduce legacy renderer compatibility layer (d93c2dd)

1.0.3 (2016-06-01)

Bug Fixes

  • power-assert-context-formatter: remove unnecessary legacy compatibility (cfb5fe0)

1.0.2 (2016-06-01)

Bug Fixes

  • power-assert-context-formatter: introduce legacy formatter compatibility layer (8a497958)
  • power-assert-context-reducer-ast: skip already visited node to prevent error (30419c6d)

1.0.1 (2016-05-31)

Bug Fixes

  • power-assert-runtime: update 0.1.0 refs to 1.0.0 (dc18466)

1.0.0 (2016-05-31)

Features

0.1.0 (2016-04-07)

Features

  • initial release