pastebin-api

A very simple pastebin npm package to interact with the pastebin api!

MIT License

Downloads
37.1K
Stars
28

Bot releases are visible (Hide)

pastebin-api - 5.1.6 (2023-04-01) Latest Release

Published by casperiv0 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.5...5.1.6

pastebin-api - Release 5.1.5 (2022-10-01)

Published by casperiv0 about 2 years ago

What's Changed

  • bump dependencies

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.4...5.1.5

pastebin-api - Release 5.1.4 (2022-09-01)

Published by casperiv0 about 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.3...5.1.4

pastebin-api - 5.1.3

Published by casperiv0 about 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.2...5.1.3

pastebin-api - 5.1.2

Published by casperiv0 about 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.1...5.1.2

pastebin-api - Release 5.1.1

Published by casperiv0 over 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.1.0...5.1.1

pastebin-api - Release 5.1.0

Published by casperiv0 over 2 years ago

What's Changed

  • Bump dependencies
  • BREAKING: PasteClient#login now requires an object instead of 2 params.
    const token = await client.login({ name: "user_name", password: "user_password" });

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/5.0.0...5.1.0

pastebin-api - Release 5.0.0

Published by casperiv0 over 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/4.0.0...5.0.0

pastebin-api - Release 4.0.0

Published by casperiv0 over 2 years ago

What's Changed

  • breaking: Remove PasteClient#setDomain, pass down custom domain via ClientOptions.
  • breaking: Publicity is now an enum.
  • breaking: ExpireDate is now an enum.
  • Improve error messages
  • Bump dependencies

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/3.0.3...4.0.0

pastebin-api - Release 3.0.3

Published by casperiv0 over 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/3.0.0...3.0.3

pastebin-api - Release 3.0.1

Published by casperiv0 over 2 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/3.0.0...3.0.1

pastebin-api - Release 3.0.0

Published by casperiv0 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/2.6.0...3.0.0

pastebin-api - Release 2.6.0 (2021-11-11)

Published by casperiv0 almost 3 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/2.5.0...2.6.0

pastebin-api - Release 2.5.0 (2021-11-01)

Published by casperiv0 almost 3 years ago

What's Changed

Full Changelog: https://github.com/Dev-CasperTheGhost/pastebin-api/compare/2.4.0...2.5.0

pastebin-api - Release 2.4.0

Published by casperiv0 about 3 years ago

Changelog

  • Bump dependencies
  • Bump node-fetch to 3.0.0.
    • -> pastebin-api still supports cjs. It may not work on older node versions though.
pastebin-api - Release 2.3.6

Published by casperiv0 about 3 years ago

Changelog

  • Bump dependencies
pastebin-api - Release 2.3.4

Published by casperiv0 about 3 years ago

Changelog

  • bump dependencies
pastebin-api - Release 2.3.3

Published by casperiv0 about 3 years ago

Changelog

  • fix: correct error message for options
  • chore: bump dependencies
pastebin-api - Release 2.3.2

Published by casperiv0 about 3 years ago

Changelog

  • chore: update example
  • chore: bump dependencies
pastebin-api - Release 2.3.1

Published by casperiv0 about 3 years ago

Changelog

  • chore: bump dependencies