Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

Merge main to release/preview/v1 #50

Closed Eskibear closed 4 months ago

avanigupta commented 4 months ago

Reminder to merge this PR with a merge commit since we should preserve all feature commits in the release branch.

Eskibear commented 4 months ago

I just revisited our public docs, and find there is usage of has(key) in sample code, which I think is valid. But other public method of ReadonlyMap was removed when I changed it to impl IGettable. That would also break the use case. So, I would like to change it back to also impl ReadonlyMap which is compatible with interface IGettable. And it would not affect what we've done for FM lib.