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

My application stopped working if I use 1.13, it was working fine in 1.10 #121

Open
tom10271 opened this issue Apr 21, 2020 · 1 comment

Comments

@tom10271
Copy link

What are the breaking changes?

@rbuckton
Copy link
Owner

You can find the release notes for 0.1.12 here: https://github.com/rbuckton/reflect-metadata/releases/tag/v0.1.12

There should not have been any major breaking changes in that release, though it did introduce a mechanism to avoid overwriting an existing copy of reflect-metadata that may have been loaded from a different path by another package. At the time, that mechanism meant that an older version of reflect-metadata would always take precedence over a newer version. I've changed the mechanism as of reflect-metadata@0.2.1 so that multiple versions can be loaded into memory at the same time, so you may want to see if 0.2.1 improves the situation for you.

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

No branches or pull requests

2 participants