Skip to content

Releases: aralroca/diff-dom-streaming

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

0.1.3

07 Apr 12:40
Compare
Choose a tag to compare

What's Changed

  • fix: fix issue append middle stream by @aralroca in #4

Full Changelog: 0.1.2...0.1.3

0.1.2

07 Apr 12:07
Compare
Choose a tag to compare

What's Changed

  • fix: fix diffing chunks in different time during streaming by @aralroca in #2
  • docs: improve example by @aralroca in #3

New Contributors

Full Changelog: 0.1.1...0.1.2