Releases: miniplug/plug-login
Releases · miniplug/plug-login
v2.1.0
- Update repository URLs.
- Update dependencies.
- Inline small, rarely changing dependencies, for smaller package size.
v2.0.0
Swap got
for node-fetch
, which is smaller and easy and standardised.
v1.2.0
Add error .status
and .response
property to identify maintenance mode. (add9155)
v1.0.2
- Remove
object-assign
dependency. (2eb9c23)
v1.0.1
- Use the
/_/mobile/init
JSON endpoint instead of parsing HTML for the login csrf token (88c28bf)
v1.0.0
- [BREAKING] Drop support for Nodes below v4 (6df3e8d)
- Use
got
instead of request
(76ab197)
v0.4.0
- Allow configuring the plug.dj
host
name (05667be)
- Nice imports in ES modules and
require()
alike (e5806e5)
- Fix options handling (b6206e1)
v0.3.1
- Fix crash when destructuring a possibly empty variable (ccb46dd)
v0.3.0
- Add
status
property to login errors (e999c97)
- Auto-detect login type based on plugLogin() parameters (8d9ce0b)