Skip to content

Releases: preactjs/preact-render-to-string

5.2.2

16 Aug 20:09
43689d3
Compare
Choose a tag to compare

Patch Changes

5.2.1

12 Jul 20:27
13b68cf
Compare
Choose a tag to compare

Patch Changes

5.1.21

08 Apr 08:15
c1eb8c4
Compare
Choose a tag to compare

5.1.21

Patch Changes

5.1.20

21 Feb 13:40
936f71d
Compare
Choose a tag to compare

Patch Changes

5.1.19

05 Apr 10:49
Compare
Choose a tag to compare

5.1.18

30 Mar 00:07
Compare
Choose a tag to compare
  • Prevent possible memory leak in 5.1.17.

5.1.17

28 Mar 09:38
Compare
Choose a tag to compare

This release contains a few minor performance improvements.

  • Skip effect checks during rendering (#193, thanks @JoviDeCroock)
  • Add encodeEntities fast path for inputs that don't need anything replaced (#194, thanks @jviide)
  • Add fast path for Fragments and improve encodeEntities performance on Intel CPUs (#192, thanks @developit)

Maintenance

5.1.16

11 Mar 19:04
Compare
Choose a tag to compare

Whilst the memoization in #184 does improve runtime scores it has no limit on how much it caches. This could lead to a memory leak for content heavy sites. Let this be a lesson for myself to always put limits on all the things!

Bug Fixes

5.1.15

10 Mar 10:22
Compare
Choose a tag to compare

Maintenance

5.1.4

08 Mar 08:25
Compare
Choose a tag to compare