Releases: pixelfactoryio/privatebin-cli
Releases · pixelfactoryio/privatebin-cli
Release v2.0.0
2.0.0 (2020-11-05)
BREAKING CHANGES
- rename Class
Privatebin
toPrivatebinClient
- make
baseUrl
defaults toprivatebin.net
- rename function
encryptPaste()
tosendText()
- rename function
decryptPaste()
togetText()
- prefix all types with
Privatebin
- export types
Release v1.0.2
Release v1.0.2
- Bumps lodash from 4.17.15 to 4.17.19.
Release v1.0.1
Update package name to @pixelfactory/privatebin
Release v1.0.0
Prepare release 1.0.0 (#19)
-
build dir cleanup
-
better error handling
-
use process.stdout.write instead of console.log
-
update package.json
-
update tsconfig rootDir
-
use psjon
-
add NPM Publish workflow