Skip to content

Commit

Permalink
Changelog fixed. Version bumped to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Legenhausen committed Mar 1, 2017
1 parent 00f63b1 commit 8782c3d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG.md
Expand Up @@ -2,64 +2,64 @@

## Version 3.2.0

* Basic support for alpha ordered list types added #122
 * This includes support for the `ol` type values `1`, `a` and `A`
* Basic support for alpha ordered list types added #122
* This includes support for the `ol` type values `1`, `a` and `A`

## Version 3.1.0

* Support for the ordered list start attribute added #117
* Option to format paragraph with single new line #112
* `noLinksBrackets` options added #119
* Support for the ordered list start attribute added #117
* Option to format paragraph with single new line #112
* `noLinksBrackets` options added #119

## Version 3.0.0

* Switched from `htmlparser` to `htmlparser2` #113
* Treat non-numeric colspans as zero and handle them gracefully #105
* Switched from `htmlparser` to `htmlparser2` #113
* Treat non-numeric colspans as zero and handle them gracefully #105

## Version 2.1.1

* Extra space ploblem fixed. #88

## Version 2.1.0

* New option to disable `uppercaseHeadings` added. #86
* Starting point of html to text conversion can now be defined in the options via the `baseElement` option. #83
* Support for long words added. The behaviour can be configured via the `longWordSplit` option. #83
* New option to disable `uppercaseHeadings` added. #86
* Starting point of html to text conversion can now be defined in the options via the `baseElement` option. #83
* Support for long words added. The behaviour can be configured via the `longWordSplit` option. #83

## Version 2.0.0

* Unicode support added. #81
* New option `decodeOptions` added.
* Dependencies updated.
* Unicode support added. #81
* New option `decodeOptions` added.
* Dependencies updated.

Breaking Changes:

* Minimum node version increased to >=0.10.0
* Minimum node version increased to >=0.10.0

## Version 1.6.2

* Fixed: correctly handle HTML entities for images #82
* Fixed: correctly handle HTML entities for images #82

## Version 1.6.1

* Fixed: using --tables=true doesn't produce the expected results. #80
* Fixed: using --tables=true doesn't produce the expected results. #80

## Version 1.6.0

* Preserve newlines in text feature added #75
* Preserve newlines in text feature added #75

## Version 1.5.1

* Support for h5 and h6 tags added #74
* Support for h5 and h6 tags added #74

## Version 1.5.0

* Entity regex is now less greedy #69 #70
* Entity regex is now less greedy #69 #70

## Version 1.4.0

* Uppercase tag processing added. Table center support added. #56
* Unuused dependencies removed.
* Uppercase tag processing added. Table center support added. #56
* Unuused dependencies removed.

## Version 1.3.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-text",
"version": "3.1.0",
"version": "3.2.0",
"description": "Advanced html to plain text converter",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8782c3d

Please sign in to comment.