Skip to content

Commit e37ff97

Browse files
committed
chore(release): 5.0.0-beta.0
1 parent 8d35643 commit e37ff97

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0-beta.0](https://github.com/bschlenk/node-roku-client/compare/v4.0.0...v5.0.0-beta.0) (2020-12-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* This should make it usable from node 14 as an es module. However, it
11+
will also prevent importing other files from the pacakge.
12+
* These deprecated exports are no longer available when importing from the
13+
package. Use the alternatives instead:
14+
15+
- keys -> Keys
16+
- Client -> RokuClient
17+
* The info return value can now contain booleans as well as strings. The
18+
TypeScript definition of the object has been updated to include all
19+
possible values (https://github.com/bschlenk/homebridge-roku/issues/9)
20+
instead of a generic string/string object.
21+
22+
### Features
23+
24+
* add package.json exports field ([0d76459](https://github.com/bschlenk/node-roku-client/commit/0d7645926cdd1685e99a078dede54852c8ca11da))
25+
* add search api ([e390e3d](https://github.com/bschlenk/node-roku-client/commit/e390e3d7678022377776c87d301ab9ab6819c578))
26+
* enable esModuleInterop ([9655ccb](https://github.com/bschlenk/node-roku-client/commit/9655ccb4fecfbac94780946f47ee34ef0fd61092))
27+
* export RokuClient and Keys ([5a3e809](https://github.com/bschlenk/node-roku-client/commit/5a3e809fa634cc5b9ad37291b7c655abf0a01318))
28+
* info return value is more strongly typed ([15c2f03](https://github.com/bschlenk/node-roku-client/commit/15c2f03a9714aa2938919f8e1cd444177895fefd))
29+
* remove deprecated exports ([9564e81](https://github.com/bschlenk/node-roku-client/commit/9564e81b89389160a6ac597fe5b2edd2336c678e))
30+
* stub discover api for browsers ([8d35643](https://github.com/bschlenk/node-roku-client/commit/8d35643dda9cfc2c7d13b7840d0077be97a45ebe))
31+
32+
33+
### Bug Fixes
34+
35+
* discover ts types ([6e18bca](https://github.com/bschlenk/node-roku-client/commit/6e18bca2929f8b1349211a764c3aa33ab10af229))
36+
* ts errors ([e7311f3](https://github.com/bschlenk/node-roku-client/commit/e7311f3e70e61a1173dba207c32e578401d251ec))
37+
* **eslint:** address all errors ([7e540ba](https://github.com/bschlenk/node-roku-client/commit/7e540bacd5aedf6366e3e27ca3a76b662c3cfa37))
38+
* **types:** commander exec callback is now a void function ([1e56327](https://github.com/bschlenk/node-roku-client/commit/1e563274db8df2e0ee97aad92e0ca54ae4f015ef))
39+
540
## [4.2.0](https://github.com/bschlenk/node-roku-client/compare/v4.0.0...v4.2.0) (2020-08-15)
641

742

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "roku-client",
3-
"version": "4.2.0",
3+
"version": "5.0.0-beta.0",
44
"description": "Send commands to your Roku devices",
55
"keywords": [
66
"roku",

0 commit comments

Comments
 (0)