domture

Create jsdom environment to load NodeJS modules

MIT License

Downloads
25
Stars
2
Committers
3
domture - v1.4.1 Latest Release

Published by unional over 5 years ago

1.4.1 (2019-06-05)

Bug Fixes

domture - v1.4.0

Published by unional about 6 years ago

1.4.0 (2018-10-13)

Features

domture - v1.3.1

Published by unional over 6 years ago

1.3.1 (2018-02-24)

Bug Fixes

domture - v1.3.0

Published by unional over 6 years ago

1.3.0 (2018-02-24)

Features

  • support customizing html for webpack domture. (#59) (38c2e1b)
domture - v1.2.0

Published by unional almost 7 years ago

1.2.0 (2018-01-03)

Features

domture - v1.1.1

Published by unional almost 7 years ago

1.1.1 (2018-01-02)

Bug Fixes

  • adjust defaultConfig type to WebpackDomtureConfig (#45) (bed575c)
domture - v1.1.0

Published by unional almost 7 years ago

1.1.0 (2018-01-01)

Bug Fixes

  • toNamespace to not changing case (#44) (a2f76d7)

Features

domture - v1.0.2

Published by unional almost 7 years ago

1.0.2 (2017-12-31)

Bug Fixes

domture - v1.0.1

Published by unional almost 7 years ago

1.0.1 (2017-12-31)

Bug Fixes

domture - v1.0.0

Published by unional almost 7 years ago

1.0.0 (2017-12-30)

  • Merging next to master (#39) (33ffb97), closes #39

BREAKING CHANGES

  • systemjs is replaced by webpack to solve the node resolution issue.

On top of that the loading should be faster in most scenarios.

One draw back is that the test runner would not able to detect source changes and invoke relevant tests in watch mode.

  • chore: update readme fixing typo

  • perf: check for result ref directly.

Instead of checking the file system.

  • fest: support both systemjs and webpack as loader.

  • webpack is used as the default loader.
    systemjs related configuration is not available in this mode.
    also, global sniffing is not available because that is specific to systemjs.

  • test: fix ts test for systemjs

domture - v0.12.1

Published by unional almost 7 years ago

0.12.1 (2017-12-30)

Performance Improvements

  • check for result ref directly. (d1f84a7)
domture - v0.12.0

Published by unional almost 7 years ago

0.12.0 (2017-12-30)

Features

  • use webpack instead of systemjs (9cd37c5)

BREAKING CHANGES

  • systemjs is replaced by webpack to solve the node resolution issue.

On top of that the loading should be faster in most scenarios.

One draw back is that the test runner would not able to detect source changes and invoke relevant tests in watch mode.

domture - v0.11.0

Published by unional almost 7 years ago

0.11.0 (2017-12-29)

Features

domture - v0.10.0

Published by unional almost 7 years ago

0.10.0 (2017-12-04)

Features

domture - v0.9.1

Published by unional almost 7 years ago

0.9.1 (2017-12-01)

Bug Fixes

domture - Fix typings

Published by unional over 7 years ago

This release fix the typings by including @types/systemjs as dependencies.