-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
v0.2: Merge dev into main branch #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: The flag's evaluation has been expanded to including checking for certain attributes. This changed the data structure and the evaluation criteria. TEST: More test was added for the evaluation function
I got typescript errors trying to access the request's geographic info from Cloudflare. This made me move from Hono to itty-router. The downside is that itty-router doesn't give a lot of strong types but they work well enough that it doesn't cause some typescript headings and I get to enforce types where I want. Another big advantage I see is that itty-router is about 10x smaller than Hono. Hono is
This is a quick implemetation and still needs to add failure modes to the Admin UI
No description provided.