tidy-table 4.0.7 → 4.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -43,3 +43,8 @@ NPM dependency security updates.
43
43
  ## [4.0.7] - 2024-02-08
44
44
 
45
45
  - Added third-party (got) audit override
46
+
47
+ ## [4.0.8] - 2024-02-21
48
+
49
+ - Removed Unsupported releases section
50
+ - Deleted legacy branch
package/README.md CHANGED
@@ -206,20 +206,6 @@ Run [WebdriverIO](https://webdriver.io) E2E tests:
206
206
 
207
207
  $ npm run test
208
208
 
209
- ## Unsupported releases
210
-
211
- To install deprecated versions use [Bower](http://bower.io) or download the package [by tag](https://github.com/nuxy/tidy-table/tags).
212
-
213
- ### v3 (no dependencies)
214
-
215
- $ bower install tidy-table#3
216
-
217
- ### v2 (requires [jQuery 1.8.3](http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js))
218
-
219
- Compatible with Firefox 3.6, Chrome, Safari 5, Opera, and Internet Explorer 7+ web browsers.
220
-
221
- $ bower install tidy-table#2
222
-
223
209
  ## Contributions
224
210
 
225
211
  If you fix a bug, or have a code you want to contribute, please send a pull-request with your changes. (Note: Before committing your code please ensure that you are following the [Node.js style guide](https://github.com/felixge/node-style-guide))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tidy-table",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "Create a HTML table that can be sorted, selected, and post-processed.",
5
5
  "main": "src/tidy-table.js",
6
6
  "scripts": {