wallet-core/node_modules/istanbul-lib-instrument/CHANGELOG.md
Florian Dold 82f2b76e25
Reorganize module loading.
We now use webpack instead of SystemJS, effectively bundling modules
into one file (plus commons chunks) for every entry point.  This results
in a much smaller extension size (almost half).  Furthermore we use
yarn/npm even for extension run-time dependencies.  This relieves us
from manually vendoring and building dependencies.  It's also easier to
understand for new developers familiar with node.
2017-04-24 16:14:29 +02:00

5.5 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2017-03-27)

Features

  • use extended babylon support; adding features such as jsx (#22) (11c2438)

1.6.2 (2017-03-22)

Bug Fixes

  • loc is sometimes not defined, so loc.start fails see #99 (#18) (df85ba6)

1.6.1 (2017-03-21)

1.6.0 (2017-03-21)

Features

  • adds line number property back to coverage.json (b03b927)

1.4.2 (2017-01-04)

Bug Fixes

  • only hoist counter for a smaller subset of function declarations (9f8931e)

1.4.1 (2017-01-04)

Bug Fixes

1.4.0 (2017-01-02)

Features

  • preserve inferred function names (#38) (312666e)

1.3.1 (2016-12-27)

Bug Fixes

  • function declaration assignment now retains function name (#33) (2d781da)

1.3.0 (2016-11-10)

Features

  • allow an input source-map to be passed to instrumentSync() (#23) (b08e4f5)

1.2.0 (2016-10-25)

Features

  • implement function to extract empty coverage data from an instrumented file (#28) (06d0ef6)

1.1.4 (2016-10-17)

Bug Fixes

  • hoist coverage variable to very top of file (#26) (0225e8c)

1.1.3 (2016-09-13)

Performance Improvements

1.1.2 (2016-09-08)

Performance Improvements

  • use zero-based numeric indices for much faster instrumented code (#22) (5b401f5)

1.1.1 (2016-08-30)

Bug Fixes

  • upgrade istanbul-lib-coverage (eb9b1f6)

1.1.0 (2016-08-11)

Bug Fixes

1.1.0-alpha.4 (2016-07-20)

Bug Fixes

  • require more performant babel-generator (#15) (21b2563)