Skip to content

Commit 14fe248

Browse files
Release v5.0.0-beta.1 [skip ci]
## [5.0.0-beta.1](v4.3.0...v5.0.0-beta.1) (2025-04-19) ### ⚠ Breaking changes * Removed the ability to execute system commands using string-based inputs. This eliminates the dependency on `child_process`, improving browser compatibility. Users relying on this functionality should migrate to executing commands manually within their own implementations. ## Related Issue <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> <!--- Please link to the issue here: --> ### ✨ Features * remove `child_process` dependency for browser compatibility (#… ([#982](#982)) ([69cb9e6](69cb9e6)), closes [#967](#967)
1 parent 69cb9e6 commit 14fe248

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [5.0.0-beta.1](https://github.com/kelektiv/node-cron/compare/v4.3.0...v5.0.0-beta.1) (2025-04-19)
2+
3+
### ⚠ Breaking changes
4+
5+
* Removed the ability to execute system commands using
6+
string-based inputs. This eliminates the dependency on `child_process`,
7+
improving browser compatibility. Users relying on this functionality
8+
should migrate to executing commands manually within their own
9+
implementations.
10+
## Related Issue
11+
12+
<!--- This project only accepts pull requests related to open issues -->
13+
<!--- If suggesting a new feature or change, please discuss it in an
14+
issue first -->
15+
<!--- If fixing a bug, there should be an issue describing it with steps
16+
to reproduce -->
17+
<!--- Please link to the issue here: -->
18+
19+
### ✨ Features
20+
21+
* remove `child_process` dependency for browser compatibility (#… ([#982](https://github.com/kelektiv/node-cron/issues/982)) ([69cb9e6](https://github.com/kelektiv/node-cron/commit/69cb9e6fec5b1f901084e44c6068c4e5ae4ba980)), closes [#967](https://github.com/kelektiv/node-cron/issues/967)
22+
123
## [4.3.0](https://github.com/kelektiv/node-cron/compare/v4.2.0...v4.3.0) (2025-04-15)
224

325
### ✨ Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cron",
33
"description": "Cron jobs for your node",
4-
"version": "4.3.0",
4+
"version": "5.0.0-beta.1",
55
"author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)",
66
"bugs": {
77
"url": "https://github.com/kelektiv/node-cron/issues"

0 commit comments

Comments
 (0)