Skip to content

Releases: ELEVATORmedia/socialite

Add Spotify Support

10 Mar 22:52
Compare
Choose a tag to compare
  • Add spotify support to all functions
  • Update README & wiki documentation
  • Improve code splitting

v0.53.X

15 Sep 17:24
Compare
Choose a tag to compare

Release Notes

  • Updates comments and README with more descriptive text regarding assumptions and YouTube link handlers
  • Fixes errors regarding YouTube Parsing
  • Adds .npmignore to project to ignore src/client.js when publishing package
  • Adds support for parsing out special characters from usernames (specifically @ symbols)
  • Adds handlers for partial inputs (domain but no path)
  • Updates deprecated strict assertion for mocha tests

Bug Fix

10 Feb 21:41
Compare
Choose a tag to compare

Release Notes

  • Fixes a bug where if the user enters a non-duplicate string, the algorithm might return null instance on plunge call

Add Github Package Support

07 Feb 20:17
Compare
Choose a tag to compare

Release Notes

IMPORTANT NOTES:

  • Although not documented, it is required to have three files configured to use the GitHub packages registry in the following files:
  • ~/.npmrc -> for authenticating user for publishing & installing private packages
  • .npmrc -> Local package for telling npm where to publish this package (Github)
  • package.json { publishingConfig } -> Same as .npmrc

Not having these causes an authentication error. More info on this here: npm/npm#3623 (comment)

Initial Release

07 Feb 17:53
Compare
Choose a tag to compare

Release Notes

Serves as the initial release for package.