Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use interface for events #798

Merged
merged 12 commits into from
Jan 31, 2024
Merged

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented Jan 31, 2024

Make the providers events member an interface to improve flexibility and reduce possible typing issues.

I'm confident this is non-breaking: I've locally updated the my js-contribs to use this, and everything compiled and tested fine.

Make the providers events member an interface to improve flexibility and reduce possible typing issues

Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
packages/client/README.md Outdated Show resolved Hide resolved
Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
toddbaert and others added 2 commits January 31, 2024 11:46
Co-authored-by: Jonathan Norris <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Jonathan Norris <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
packages/client/README.md Outdated Show resolved Hide resolved
packages/client/README.md Outdated Show resolved Hide resolved
packages/server/README.md Outdated Show resolved Hide resolved
Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
Copy link
Member

@lukas-reining lukas-reining left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and also checked it.
Exporting the interface is a good change to allow custom emitters.

@toddbaert toddbaert added this pull request to the merge queue Jan 31, 2024
Merged via the queue into main with commit b47b1dc Jan 31, 2024
8 checks passed
@toddbaert toddbaert deleted the feat/provider-events-interface branch January 31, 2024 20:06
github-merge-queue bot pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.0.25](core-v0.0.24...core-v0.0.25)
(2024-01-31)


### ✨ New Features

* use interface for events
([#798](#798))
([b47b1dc](b47b1dc))


### 🐛 Bug Fixes

* removed duped core types
([#800](#800))
([7cc1e09](7cc1e09))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Signed-off-by: OpenFeature Bot <[email protected]>
Signed-off-by: openfeature-peer-update-bot <[email protected]>
Co-authored-by: openfeature-peer-update-bot <[email protected]>
toddbaert pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.12](web-sdk-v0.4.11...web-sdk-v0.4.12)
(2024-01-31)


### ✨ New Features

* use interface for events
([#798](#798))
([b47b1dc](b47b1dc))


### 🐛 Bug Fixes

* removed duped core types
([#800](#800))
([7cc1e09](7cc1e09))


### 🧹 Chore

* **main:** release core 0.0.25
([#801](#801))
([53a89ab](53a89ab))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.11.0](server-sdk-v1.10.0...server-sdk-v1.11.0)
(2024-01-31)


### ✨ New Features

* use interface for events
([#798](#798))
([b47b1dc](b47b1dc))


### 🐛 Bug Fixes

* removed duped core types
([#800](#800))
([7cc1e09](7cc1e09))


### 🧹 Chore

* **main:** release core 0.0.25
([#801](#801))
([53a89ab](53a89ab))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants