RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm πŸ‡ΊπŸ‡¦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

feat(loader): add a TsLoader #210

Closed ladislasdellinger closed 1 year ago

ladislasdellinger commented 1 year ago

Add a new TsLoader for fixture.

Next step would be IMO to make the IFixtureConfig type generic to be able to type the fixtures in those ts files.

Close https://github.com/RobinCK/typeorm-fixtures/issues/209

ladislasdellinger commented 1 year ago

Hi there!

I just noticed that you merged my pull request. Thank you so much! πŸ₯³

I was wondering if there are any plans to release a new package with this change included? It would be extremely helpful for us to have access to this new loader.

Thank you in advance!

RobinCK commented 1 year ago

@ladislasdellinger thank you

I immediately did it after the merger version: 3.1.0

CHANGELOG

ladislasdellinger commented 1 year ago

Oh sorry I didn't see it, I only checked in the release. Perfect then !

Thank you for everything.

Btw, if needed, I would be happy to make a PR to add some doc for the TS loader in the README. Let me know if you want me to do it πŸ™‚