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

What changed in version 0.14.0? #687

Closed
catamphetamine opened this issue Aug 18, 2023 · 2 comments
Closed

What changed in version 0.14.0? #687

catamphetamine opened this issue Aug 18, 2023 · 2 comments

Comments

@catamphetamine
Copy link

Hi.
There doesn't seem to be no CHANGELOG or description on the Releases tab.
So what has changed in version 0.14.0?
Is there anything breaking, as semantic versioning suggests?

@benjamn
Copy link
Collaborator

benjamn commented Aug 18, 2023

As explained in the version bump commit for regenerator-runtime package (30771b7), I was a tiny bit concerned PR #636 (which fixed a bug) might have introduced a new case where yield* could throw (instead of silently iterating over nothing).

@catamphetamine
Copy link
Author

Thanks. So basically it's:

The minor version bump is due to the new ability of yield* to throw when given a non-iterable argument.

Which translates to me as "no changes unless your project used yield* syntax".

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

No branches or pull requests

2 participants