Skip to content

Releases: beefchimi/socialite

v0.0.8

30 May 18:56
f866dc6
Compare
Choose a tag to compare

Patch Changes

  • a6600b5: Switch to eslint flat config.

v0.0.7

23 May 18:54
3c9de07
Compare
Choose a tag to compare

Patch Changes

  • 9d1e86d: Mark beeftools as a external peer dependency.

v0.0.6

28 Apr 17:51
1e0121a
Compare
Choose a tag to compare

Patch Changes

  • dad0125: Add onlyfans network and update some dependencies.

v0.0.5

20 Feb 19:20
cbf4fa2
Compare
Choose a tag to compare

Patch Changes

  • 239184b: Update all dev dependencies.
  • 5021cb9: Many methods will now accept an undefined argument.

v0.0.4

01 Mar 21:28
7ee362c
Compare
Choose a tag to compare

Patch Changes

  • ca2d059: Support more variations for Discord urls.

v0.0.3

22 Feb 15:00
56fab2a
Compare
Choose a tag to compare

Patch Changes

  • d28299c: Another round of minor dependency bumps.
  • ade6193: Twitter @ prefix is now optionally matched.
  • a738fbc: Minor dependency bumps.

v0.0.2

20 Jan 15:55
ab28847
Compare
Choose a tag to compare

Patch Changes

  • ffdd379: Added getNetwork() and getPreferredUrl() methods. Also renamed getNetworks() to getAllNetworks().

  • 0d7f799: No longer matching against YouTube short urls, since they do not link to channels.

  • 8584063: Stricter pattern matching for all networks with a leading path.

  • 864601d: Renamed many types and interfaces.

  • 9d599d2: Socialite.parseProfile() can now accept either a url string or a UrlMinCriteria object.

    Socialite.parseUrl() now behaves slightly differently.

    • The trailing / from a tldomain is now removed.
    • The prefix : from a port is retained.
  • 02545a7: Made previously private getNetworkFromDomain() a public method.

  • 8114b95: Further reduce complexity by keeping a single slash as part of path, and leaving the trailing . as part of subdomain.

v0.0.1

17 Jan 15:49
f1144b3
Compare
Choose a tag to compare

Patch Changes

  • #1 25db0ed: Prepare Socialite for initial release.