Skip to content

Releases: aralroca/diff-dom-streaming

0.6.4

09 Nov 19:25
6f484b0
Compare
Choose a tag to compare

What's Changed

  • fix: diff WC respecting internal DOM modifications by @aralroca in #18

Full Changelog: 0.6.3...0.6.4

0.6.3

18 Oct 11:51
0169dc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

16 Oct 20:33
8fd96bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

09 Sep 14:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

08 Sep 11:16
Compare
Choose a tag to compare

What's Changed

  • fix: avoid cleanup of modified old nodes by @aralroca in #12
  • fix: re-implement streaming chunk process by @aralroca in #14

Breaking changes:

Now instead of stream reader, is directly the stream:

diff(
  oldNode,
- res.body.getReader(),
+ res.body, 
)

Full Changelog: 0.5.0...0.6.0

0.5.0

14 Jul 11:09
Compare
Choose a tag to compare

What's Changed

  • feat: keep body attributes to support theme, etc by @aralroca in #10

Full Changelog: 0.4.0...0.5.0

0.4.0

22 Jun 19:38
Compare
Choose a tag to compare
  • feat: add option to ignore nodes 550d146
  • test: add shouldIgnoreNode test eaa81a4

Full Changelog: 0.3.1...0.4.0

0.3.1

01 May 20:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

27 Apr 07:30
87f5e94
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

23 Apr 23:34
33c5e35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.2.0