Skip to content
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
merged 47 commits into from
Feb 20, 2023
Merged

v0.2: Merge dev into main branch #2

merged 47 commits into from
Feb 20, 2023

Conversation

pmbanugo
Copy link
Owner

No description provided.

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