Express State v1.1.1
This is a minor patch release that makes request-scope exposed data always inherit the app-scope exposed data. Now if a request comes in before data is exposed at the app-scope, the app.locals.state
object will be created first. This ensures the semantics of the relationship between app- and request-scoped exposed data.