Skip to content

Releases: TrueBrain/wikitexthtml

1.2.0

07 Jun 09:48
966feac
Compare
Choose a tag to compare

What's Changed

  • Fix: overlapping italic / bold could case exception by @TrueBrain in #34
  • Fix: don't throw exception on parser-functions with wrong argument count by @TrueBrain in #35
  • Update: [Actions] Bump actions versions to latest by @TrueBrain in #31
  • Doc: update links in README by @TrueBrain in #32

Full Changelog: 1.1.2...1.2.0

1.1.2

14 Jul 06:12
2cc9a4d
Compare
Choose a tag to compare

What's Changed

  • Fix: regex fails to capture certain langs by @Qrbaker in #30

Full Changelog: 1.1.1...1.1.2

1.1.1

28 May 09:08
a3ac623
Compare
Choose a tag to compare

What's Changed

  • Fix: Small tweaks to preprocesor logic by @Qrbaker in #29

Full Changelog: 1.1.0...1.1.1

1.1.0

25 May 18:44
c481b51
Compare
Choose a tag to compare

What's Changed

  • Add: optional syntax highlighting with pygments by @Qrbaker in #26

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

09 Apr 09:13
6648fb8
Compare
Choose a tag to compare

What's Changed

  • Fix: show error when height/width is invalid for [[File:]] by @TrueBrain in #28

Full Changelog: 1.0.1...1.0.2

1.0.1

09 Apr 08:59
7f58ed4
Compare
Choose a tag to compare

What's Changed

  • Fix: validate width/height is numeric before converting in [[File:]] by @TrueBrain in #27

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Jan 12:39
1c2008b
Compare
Choose a tag to compare

First stable release!

wikitexthtml has been running for over a year in production with no reported issues, so it time to consider this library stable.

What's Changed

  • Several GitHub workflow related fixes by @TrueBrain in #22
  • Change: [GitHub] switch default branch to "main" by @TrueBrain in #23
  • Fix: [TOC] links in TOC not pointing to the right anchor if having the same name by @TrueBrain in #25

Full Changelog: 0.1.3...1.0.0

0.1.3

21 Mar 17:44
2f582d2
Compare
Choose a tag to compare

Fix: reload wikitextparser after removing tags (#21)
Change: Don't output duplicate ids for section headers (#20)

0.1.2

16 Nov 12:14
19aa98a
Compare
Choose a tag to compare

Fix: don't escape the title of a wikilink (#19)

0.1.1

11 Nov 09:28
Compare
Choose a tag to compare

Fix: make the "title" of links always the full path
Fix: remove "media" from this library