Skip to content

Releases: peterbe/cheerio-to-text

v0.2.4

02 Oct 12:03
80339d9
Compare
Choose a tag to compare

v0.2.3...v0.2.4

v0.2.3

22 Mar 15:17
69c5baf
Compare
Choose a tag to compare
  • upgrade all packages (#41) 7683660
  • add test for <code> followed by <span> (#40) 4fed3b0
  • upgrade all dev dependencies (#39) 46a2617
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 (#32) e47d241
  • upgrade all dev depdencies (#33) e34a162
  • upgrade all dev dependencies (#31) 7c55a65
  • Bump prettier from 2.8.1 to 2.8.3 (#26) 53679ce
  • Bump typescript from 4.8.4 to 4.9.4 (#25) 7c77bef
  • Bump @typescript-eslint/parser from 5.42.0 to 5.48.0 (#24) 11d9534
  • Bump eslint-config-prettier from 8.5.0 to 8.6.0 (#23) 3daa11d
  • Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 (#21) 70863fa
  • Bump prettier from 2.8.0 to 2.8.1 (#22) 0de4293

v0.2.2...v0.2.3

v0.2.2

02 Jan 14:03
613e203
Compare
Choose a tag to compare
  • upgrade all dev dependencies

v0.2.0...v0.2.1

  • Merge branch 'main' of github.com:peterbe/cheerio-to-text 2a1e3c7
  • Bump json5 from 2.2.1 to 2.2.3 (#20) fee7ef6

v0.2.1...v0.2.2

0.2.0

10 Oct 23:45
ddc3a1f
Compare
Choose a tag to compare

In particular, fixes a bug where you might have

<h2>Block element</h2><span>Inline element</span>

which was becoming

Block elementInline element

But fixed now.

  • fix bug for block followed immediately by a block element (#4) 393f47e
  • some more easy tests (#3) 61719fd

v0.1.2...v0.2.0

Correct the title due to typo

05 Oct 23:33
c5ca5d7
Compare
Choose a tag to compare

Small update for README

05 Oct 23:31
43750a1
Compare
Choose a tag to compare

First release

05 Oct 22:42
b6ae9e3
Compare
Choose a tag to compare

Let's see if this works.