Skip to content

Latest commit

 

History

History
117 lines (54 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

117 lines (54 loc) · 5.31 KB

2.6.1 (2021-04-29)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#50) (b170ff2)

2.6.0 (2021-03-04)

Features

2.5.2 (2021-03-04)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#46) (e3eeeb1)

2.5.1 (2021-03-04)

Bug Fixes

  • upgrade commander from 6.2.0 to 6.2.1 (#45) (f672eca)

2.5.0 (2020-12-08)

Bug Fixes

  • build: merge tag 'v2.4.0' (52f58b2)

Features

2.4.0 (2020-11-18)

Features

  • password: support password protected paste (#36) (812780d)

2.3.1 (2020-11-12)

Bug Fixes

  • browser: fix minified umd build (8564a84)

2.3.0 (2020-11-12)

Features

  • browser: build browser umd module (#32) (2d16101)

2.2.0 (2020-11-09)

Features

  • esm: publish ES module using Rollup.js (#31) (9fdee38)

2.1.0 (2020-11-07)

Bug Fixes

  • use @peculiar/webcrypto instead of isomorphic-webcrypto (#30) (82a74bc)

Features

  • crypto: use isomorphic-webcrypto (#29) (185e8cc)

2.0.3 (2020-11-05)

Bug Fixes

  • ci: add package.json to semantic-release/git file list (66fa803)
  • ci: build application before running semantic-release (7b5f8d1)

2.0.2 (2020-11-05)

Bug Fixes

  • ci: configure semantic-release to publish to NPM registry (#28) (f9e86d0)

2.0.1 (2020-11-05)

Bug Fixes

  • reformat CHANGELOG.md (3a344e4)
  • remove -development from version in package.json (94205cc)

2.0.0 (2020-11-05)

  • Prepare release 2.0.0 (#27) (4e61480), closes #27

BREAKING CHANGES

  • rename Class Privatebin to PrivatebinClient
  • make baseUrl defaults to privatebin.net
  • rename function encryptPaste() to sendText()
  • rename function decryptPaste() to getText()
  • prefix all types with Privatebin
  • export types