Skip to content

Commit

Permalink
chore: 🔖 Release Capacitor-NodeJS v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz committed Aug 25, 2023
1 parent 20aacca commit 90e8dda
Show file tree
Hide file tree
Showing 8 changed files with 651 additions and 165 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.4] - 2023-08-25

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Added

- Add a types package for the `bridge` module ([#6](https://github.com/hampoelz/Capacitor-NodeJS/issues/6))
- Allow manual startup of the Node.js runtime, pass environment variables and arguments ([#8](https://github.com/hampoelz/Capacitor-NodeJS/issues/8))
- Add `startMode` configuration
- Add `start()` method
- Add API to get a writeable data directory on each platform

### Changed

- **Breaking:** Remove return type of `send()` method
- Rewrite the `bridge` module in TypeScript ([#14](https://github.com/hampoelz/Capacitor-NodeJS/issues/14))
- Start the Node.js runtime as child process on Electron ([#12](https://github.com/hampoelz/Capacitor-NodeJS/issues/12), [#15](https://github.com/hampoelz/Capacitor-NodeJS/issues/15))
- Change loading mechanism of the `bridge` module to a built-in module ([#12](https://github.com/hampoelz/Capacitor-NodeJS/issues/12))

## [1.0.0-beta.3] - 2023-08-19

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down
Loading

0 comments on commit 90e8dda

Please sign in to comment.