viniciusjssouza / typeorm-transactional-tests

Add transactional tests to typeorm projects
MIT License
54 stars 11 forks source link

Plans for upgrade to typeorm 0.3? #6

Closed omerd-cyera closed 2 years ago

omerd-cyera commented 2 years ago

Are there any plans to update this lib to typeorm 0.3?

viniciusjssouza commented 2 years ago

Hi @od-cyera :wave:

I have plans, but didn't have time for this yet :confused:

omerd-cyera commented 2 years ago

Cool. I'm pretty sure a rename of Connection to DataSource. will do the trick. Worked for me, but I didn't test it thoroughly. Seems a little weird to open a PR on this small change, but i can do it. are you accepting PRs?

omerd-cyera commented 2 years ago

Opened a PR for the upgrade #7

viniciusjssouza commented 2 years ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

viniciusjssouza commented 2 years ago

@od-cyera versions 2.x.x are compatible with typeorm 0.3.x now. Can you test it on your side?

Thanks for the PR

omerd-cyera commented 2 years ago

Yes, ill test it and inform you. thanks :)

omerd-cyera commented 2 years ago

Works fine on my end. Thanks again. :)