Skip to content

Releases: silvenon/remark-smartypants

v3.0.2

08 Jul 19:45
a38721d
Compare
Choose a tag to compare

v3.0.1

25 Apr 08:53
94e4aa2
Compare
Choose a tag to compare
  • remove tsconfig.build.tsbuildinfo from publish by @bluwy in #85

v3.0.0

15 Apr 20:56
b6fabb4
Compare
Choose a tag to compare

Update TypeScript definiition for unified v11 🚀 Thanks @mashehu for the help!

From the development side we also migrated the source code to TypeScript, so future updates should be safer.

Let us know if you find any regressions!

v2.2.0

11 Jan 12:31
20f04b3
Compare
Choose a tag to compare

These changes attempt to ignore contents of inline <script> and <style> tags. Thanks @dimaMachina and @2wheeh! ❤️

v2.1.0

04 Jan 22:41
e2b1492
Compare
Choose a tag to compare

So far this plugin had trouble with nested use cases like adding quotes around links ("[example](https://example.com)") and inline code ("`code`") — it wouldn't recognize that the 2nd quote is the closing quote and turn them into proper smart quotes. Thankfully @dimaMachina and @2wheeh helped with handling these inception cases much better 💪

v2.0.0

21 Nov 01:39
Compare
Choose a tag to compare
  • Migrate to ESM with latest dependencies, add JSDoc and TypeScript definitions by @JuanM04 in #66

v1.0.0

22 Apr 18:08
Compare
Choose a tag to compare
  • bump retext-smartypants to v4.0.0

v0.1.2

22 Apr 17:54
Compare
Choose a tag to compare

Deprecated because it contains breaking changes, use v1.0.0 instead!

  • bump dependencies