You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-183Lines changed: 1 addition & 183 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,188 +5,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5
5
6
6
## 2.0.0 (2025-11-09)
7
7
8
-
- fix: check if file exists before removing them #26 ([243e269](https://github.com/devowlio/node-lame/commit/243e269)), closes [#26](https://github.com/devowlio/node-lame/issues/26)
9
-
- fix: Forgot to add builded files ([e48d638](https://github.com/devowlio/node-lame/commit/e48d638))
10
-
- fix: handle exit close 255 as closing like an error #22 ([661bcdb](https://github.com/devowlio/node-lame/commit/661bcdb)), closes [#22](https://github.com/devowlio/node-lame/issues/22)
11
-
- fix: installing Lame on Linux with required libs ([7cdac31](https://github.com/devowlio/node-lame/commit/7cdac31))
12
-
- fix: release mechanism with Lerna ([af78bd1](https://github.com/devowlio/node-lame/commit/af78bd1))
- feat: upgrade dependencies and min. Node.js version 12.20 ([bf7580e](https://github.com/devowlio/node-lame/commit/bf7580e))
33
-
-#5 Update for Node 8.11.x and newer: Rewrite fs.unlink with fs.unlinkSync ([365b8f9](https://github.com/devowlio/node-lame/commit/365b8f9)), closes [#5](https://github.com/devowlio/node-lame/issues/5)
34
-
- Add artwork to meta types ([3999904](https://github.com/devowlio/node-lame/commit/3999904)), closes [/github.com/devowlio/node-lame/blob/b61cb830c2573404d437eb552c07bbe11bd0fcf8/lib/src/LameOptions.ts#L602](https://github.com//github.com/devowlio/node-lame/blob/b61cb830c2573404d437eb552c07bbe11bd0fcf8/lib/src/LameOptions.ts/issues/L602)
35
-
- add manually written index.d.ts ([2767327](https://github.com/devowlio/node-lame/commit/2767327))
36
-
- Add meta option 'artwork' ([42f654b](https://github.com/devowlio/node-lame/commit/42f654b))
37
-
- add tslint and prettier; format code ([7153bf0](https://github.com/devowlio/node-lame/commit/7153bf0))
- Bugfix by https://github.com/PyrApple written in TypeScript instead of merge compiled fix in JavaScr ([13ad74c](https://github.com/devowlio/node-lame/commit/13ad74c))
- update requiements in package.json ([1b419e0](https://github.com/devowlio/node-lame/commit/1b419e0))
90
-
- docs: instructions for AI agents for context for development ([63b86d0](https://github.com/devowlio/node-lame/commit/63b86d0))
91
-
- ci: introduction of conventional commits, husky, and Lerna (for release management and changelogs) ([b084364](https://github.com/devowlio/node-lame/commit/b084364))
92
-
93
-
### BREAKING CHANGE
94
-
95
-
-- Postinstall now auto-downloads a platform-specific LAME binary into `vendor/lame/<platform>-<arch>/`. Pipelines must permit the download step or configure `LAME_BINARY`, `LAME_SKIP_DOWNLOAD`, or `LAME_FORCE_DOWNLOAD` to control it (more details see `README.md`). - The minimum Node.js version is 20 and the library is published as an ESM-first package with explicit `exports`. CommonJS imports are still supported. Deep imports like `require("node-lame/lib/...")` are no longer supported.
96
-
97
-
## 2.0.0 (2025-11-09)
98
-
99
-
- fix: check if file exists before removing them #26 ([243e269](https://github.com/devowlio/node-lame/commit/243e269)), closes [#26](https://github.com/devowlio/node-lame/issues/26)
100
-
- fix: Forgot to add builded files ([e48d638](https://github.com/devowlio/node-lame/commit/e48d638))
101
-
- fix: handle exit close 255 as closing like an error #22 ([661bcdb](https://github.com/devowlio/node-lame/commit/661bcdb)), closes [#22](https://github.com/devowlio/node-lame/issues/22)
102
-
- fix: installing Lame on Linux with required libs ([7cdac31](https://github.com/devowlio/node-lame/commit/7cdac31))
103
-
- fix: release mechanism with Lerna ([af78bd1](https://github.com/devowlio/node-lame/commit/af78bd1))
- feat: upgrade dependencies and min. Node.js version 12.20 ([bf7580e](https://github.com/devowlio/node-lame/commit/bf7580e))
124
-
-#5 Update for Node 8.11.x and newer: Rewrite fs.unlink with fs.unlinkSync ([365b8f9](https://github.com/devowlio/node-lame/commit/365b8f9)), closes [#5](https://github.com/devowlio/node-lame/issues/5)
125
-
- Add artwork to meta types ([3999904](https://github.com/devowlio/node-lame/commit/3999904)), closes [/github.com/devowlio/node-lame/blob/b61cb830c2573404d437eb552c07bbe11bd0fcf8/lib/src/LameOptions.ts#L602](https://github.com//github.com/devowlio/node-lame/blob/b61cb830c2573404d437eb552c07bbe11bd0fcf8/lib/src/LameOptions.ts/issues/L602)
126
-
- add manually written index.d.ts ([2767327](https://github.com/devowlio/node-lame/commit/2767327))
127
-
- Add meta option 'artwork' ([42f654b](https://github.com/devowlio/node-lame/commit/42f654b))
128
-
- add tslint and prettier; format code ([7153bf0](https://github.com/devowlio/node-lame/commit/7153bf0))
- Bugfix by https://github.com/PyrApple written in TypeScript instead of merge compiled fix in JavaScr ([13ad74c](https://github.com/devowlio/node-lame/commit/13ad74c))
- update requiements in package.json ([1b419e0](https://github.com/devowlio/node-lame/commit/1b419e0))
181
-
- docs: instructions for AI agents for context for development ([63b86d0](https://github.com/devowlio/node-lame/commit/63b86d0))
182
-
- ci: introduction of conventional commits, husky, and Lerna (for release management and changelogs) ([b084364](https://github.com/devowlio/node-lame/commit/b084364))
183
-
184
-
### BREAKING CHANGE
185
-
186
-
-- Postinstall now auto-downloads a platform-specific LAME binary into `vendor/lame/<platform>-<arch>/`. Pipelines must permit the download step or configure `LAME_BINARY`, `LAME_SKIP_DOWNLOAD`, or `LAME_FORCE_DOWNLOAD` to control it (more details see `README.md`). - The minimum Node.js version is 20 and the library is published as an ESM-first package with explicit `exports`. CommonJS imports are still supported. Deep imports like `require("node-lame/lib/...")` are no longer supported.
187
-
188
-
## <small>2.0.0 (2025-11-09)</small>
189
-
190
8
### Breaking Changes
191
9
192
10
- Postinstall now auto-downloads a platform-specific LAME binary into `vendor/lame/<platform>-<arch>/`. Pipelines must permit the download step or configure `LAME_BINARY`, `LAME_SKIP_DOWNLOAD`, or `LAME_FORCE_DOWNLOAD` to control it (more details see `README.md`).
@@ -212,7 +30,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
212
30
- The installer maintains a deterministic vendor layout, making binary resolution reproducible across platforms.
213
31
- Introduced CI/CD pipelines that lint, type-check, run unit and integration suites, and gate release publishing so every change ships through the same automated path.
214
32
215
-
## <small>1.5.1 (2025-10-28)</small>
33
+
## 1.5.1 (2025-10-28)
216
34
217
35
All releases up to this version were created **without** a changelog. Please refer to the comment messages for details on changes!
0 commit comments