rjz / supertest-session

Persistent sessions for supertest
Other
88 stars 21 forks source link

Removes deprecated interface #15

Closed rjz closed 8 years ago

rjz commented 8 years ago

v1.1.0 unified the module-level configuration and custom Session classes of supertest-session's public API into a single factory function, but included compatibility code for the previous interface. This change removes the old interface entirely.

This change will break all dependents. It's worth leaving the compatibility code in place for a reasonable period of time, but—once this is ready to merge—it should be released with a major version bump.