feat: new fetcher with simplified API 🎉#22
Conversation
f607017 to
91023f0
Compare
|
This is suuper nice! Thank you ❤️ I wonder, should we print a message to users of the legacy API that there's a new one and that the old one is deprecated? What do you think? |
|
Agreed, that will make the README much cleaner 👍 |
|
btw, I noticed that the new API does not work yet as described in the readme. in the "old-ish" way with for example |
Hmm, or on a second thought, maybe we can also move it to another file so it's still around. This could also serve as documentation for us, we need to support the old way for a bit after all. |
|
I've made a fix for using it with |
That's completely on me, I'm sorry. Thank you for the quick fix. |
closes #20
New features
{ npmLock = ./package-lock.json; }, rather than builder-patternCode refactors without behavior changes
lib/parsers.nixandlib/legacyFetcher.nixfrom mainprisma.nixBreaking changes
I believe there are no breaking changes, so old systems should continue to work without any code changes.