Skip to content

Releases: unional/domture

v1.4.1

05 Jun 07:26
77b7789
Compare
Choose a tag to compare

1.4.1 (2019-06-05)

Bug Fixes

v1.4.0

13 Oct 03:19
Compare
Choose a tag to compare

1.4.0 (2018-10-13)

Features

v1.3.1

24 Feb 02:16
1278121
Compare
Choose a tag to compare

1.3.1 (2018-02-24)

Bug Fixes

v1.3.0

24 Feb 02:02
1657845
Compare
Choose a tag to compare

1.3.0 (2018-02-24)

Features

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

v1.2.0

03 Jan 08:56
Compare
Choose a tag to compare

1.2.0 (2018-01-03)

Features

v1.1.1

02 Jan 06:22
bed575c
Compare
Choose a tag to compare

1.1.1 (2018-01-02)

Bug Fixes

  • adjust defaultConfig type to WebpackDomtureConfig (#45) (bed575c)

v1.1.0

01 Jan 09:27
a2f76d7
Compare
Choose a tag to compare

1.1.0 (2018-01-01)

Bug Fixes

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

Features

v1.0.2

31 Dec 03:39
65db8e8
Compare
Choose a tag to compare

1.0.2 (2017-12-31)

Bug Fixes

v1.0.1

31 Dec 03:16
ecd926b
Compare
Choose a tag to compare

1.0.1 (2017-12-31)

Bug Fixes

v1.0.0

30 Dec 08:26
33ffb97
Compare
Choose a tag to compare

1.0.0 (2017-12-30)

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