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

Fix: Null support for property setters #125

Merged
merged 9 commits into from
Aug 11, 2023
Merged

Fix: Null support for property setters #125

merged 9 commits into from
Aug 11, 2023

Conversation

jlacivita
Copy link
Collaborator

No description provided.

kevinshahfws and others added 9 commits August 8, 2023 10:31
* fix: Enabled setter to have null as param value
## [2.0.3-next.3](v2.0.3-next.2...v2.0.3-next.3) (2023-08-08)

### Bug Fixes

* Enabled setter to have null as param value ([#122](#122)) ([2bfee25](2bfee25))
## [2.0.4-next.1](v2.0.3...v2.0.4-next.1) (2023-08-08)

### Bug Fixes

* Enabled setter to have null as param value ([#122](#122)) ([2bfee25](2bfee25))
* fix: All setters were being declared with a null only value parameter
* fix: Setter declarations and mocks
## [2.0.4-next.2](v2.0.4-next.1...v2.0.4-next.2) (2023-08-09)

### Bug Fixes

* Update package.json ([c7bf0e3](c7bf0e3))
* fix: Handle properties w/ no params
## [2.0.4-next.3](v2.0.4-next.2...v2.0.4-next.3) (2023-08-10)

### Bug Fixes

* Setters w/ no params fail mock ([#124](#124)) ([0538eff](0538eff))
@jlacivita jlacivita merged commit 1ff5f42 into main Aug 11, 2023
5 checks passed
jlacivita pushed a commit that referenced this pull request Aug 11, 2023
## [2.0.4](v2.0.3...v2.0.4) (2023-08-11)

### Bug Fixes

* Null support for property setters ([#125](#125)) ([1ff5f42](1ff5f42)), closes [#122](#122) [#123](#123) [#124](#124)
@jlacivita
Copy link
Collaborator Author

🎉 This PR is included in version 2.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

jlacivita pushed a commit that referenced this pull request Sep 7, 2023
# [2.1.0-next.3](v2.1.0-next.2...v2.1.0-next.3) (2023-09-07)

### Bug Fixes

* Null support for property setters ([#125](#125)) ([1ff5f42](1ff5f42)), closes [#122](#122) [#123](#123) [#124](#124)
@jlacivita
Copy link
Collaborator Author

🎉 This PR is included in version 2.1.0-next.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jlacivita
Copy link
Collaborator Author

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants