Joe Hildebrand
Joe Hildebrand
Publishing the package is waiting on authorization bits, which I should have known to get done beforehand.
Version 1.0.0 published, release created on GitHub.
Fixed in #105
I think there's something else going on. Compare these two gists: https://gist.github.com/hildjj/1e5cf863c25a2f75f8a0ff4c1f8e51c0 (199.87s user) and https://gist.github.com/hildjj/082bf5104006fc8cf97f92324b2607a8 (0.70s user) (sorry that second one is so long, but I wanted it to...
I just checked to make sure it wasn't some weird interaction with the esm package by modifying your `package.json` file to include `"type": "module"`, changing my example to a `.mjs`,...
Yes, I think the second one is supposed to be lexicographically ordered.
I will add updates to the dependencies for the examples to this PR as well.
koa-router changed to use [path-to-regexp](https://github.com/pillarjs/path-to-regexp) which seems to use `(.*)` instead of `*`.
Still needs negative caching added.
Changed the API. The Symbol thing was a little too cumbersome, and as I started to play with caching, I decided I wanted the files API to have a similar...