Skip to content

Express State v1.1.1

Compare
Choose a tag to compare
@ericf ericf released this 25 Jan 20:54
· 43 commits to master since this release

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.


View 1.1.1 Changelog