Skip to content

Commit

Permalink
- (bug) If no headers are passed to writeM3U it doesn't add a new lin…
Browse files Browse the repository at this point in the history
…e after EXTM3U.

- (feat) Improved writer performance.
- (chore) Updated vitest
- (chore) Brought code coverage to 100%
  • Loading branch information
evoactivity committed Jul 4, 2023
1 parent d9420a1 commit 4c0da2d
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 153 deletions.
8 changes: 8 additions & 0 deletions .changeset/poor-tips-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@iptv/playlist": patch
---

- (bug) If no headers are passed to writeM3U it doesn't add a new line after EXTM3U.
- (feat) Improved writer performance.
- (chore) Updated vitest
- (chore) Brought code coverage to 100%
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@changesets/cli": "^2.26.2",
"@types/argparse": "^2.0.10",
"@types/node": "^20.3.3",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "^0.32.4",
"argparse": "^2.0.1",
"benny": "^3.7.1",
"iptv-playlist-generator": "^0.1.5",
Expand All @@ -60,8 +60,8 @@
"nanobench": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.0.2",
"vitest": "^0.32.2"
"vite-plugin-dts": "^3.0.3",
"vitest": "^0.32.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c0da2d

Please sign in to comment.