Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Releases: miniplug/plug-login

v2.1.0

24 Jun 10:33
5fbf39e
Compare
Choose a tag to compare
  • Update repository URLs.
  • Update dependencies.
  • Inline small, rarely changing dependencies, for smaller package size.

v2.0.0

03 May 14:49
617c646
Compare
Choose a tag to compare

Swap got for node-fetch, which is smaller and easy and standardised.

v1.2.0

19 Sep 14:13
46b7f87
Compare
Choose a tag to compare

Add error .status and .response property to identify maintenance mode. (add9155)

v1.1.0

03 Jun 18:59
e718c2b
Compare
Choose a tag to compare

v1.0.2

03 Jun 18:58
ff6c45f
Compare
Choose a tag to compare
  • Remove object-assign dependency. (2eb9c23)

v1.0.1

03 Jun 18:58
d38c679
Compare
Choose a tag to compare
  • Use the /_/mobile/init JSON endpoint instead of parsing HTML for the login csrf token (88c28bf)

v1.0.0

03 Jun 18:57
53f42a2
Compare
Choose a tag to compare
  • [BREAKING] Drop support for Nodes below v4 (6df3e8d)
  • Use got instead of request (76ab197)

v0.4.0

03 Jun 18:56
Compare
Choose a tag to compare
  • Allow configuring the plug.dj hostname (05667be)
  • Nice imports in ES modules and require() alike (e5806e5)
  • Fix options handling (b6206e1)

v0.3.1

03 Jun 18:55
Compare
Choose a tag to compare
  • Fix crash when destructuring a possibly empty variable (ccb46dd)

v0.3.0

03 Jun 18:54
Compare
Choose a tag to compare
  • Add status property to login errors (e999c97)
  • Auto-detect login type based on plugLogin() parameters (8d9ce0b)