apostrophecms / sanitize-html

Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance
MIT License
3.68k stars 349 forks source link

doc: add supported version for typescript #655

Closed dylanarmstrong closed 4 months ago

dylanarmstrong commented 4 months ago

Summary

Adds a line specifying minimum supported typescript version to README, helps out with issue #601 .

What are the specific steps to test this change?

N/A

What kind of change does this PR introduce?

Make sure the PR fulfills these requirements:

If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

boutell commented 4 months ago

Thanks.