Skip to content

Releases: dubfib/neboris

2.1.0

31 Jan 22:07
093cea0
Compare
Choose a tag to compare

Added the ability to encrypt and decrypt buffers

2.1.0-beta

31 Jan 00:09
99929c9
Compare
Choose a tag to compare
2.1.0-beta Pre-release
Pre-release

well, its a beta release and it works and the stable release should be released soon :)

things added from alpha:

  • checks to see if the user gave arguments and if the encrypt/decrypt function can encrypt/decrypt whatever content you provided
  • instead of using if ... else to see if content is a buffer, the package switched to Buffer.isBuffer()
  • updated the README.md to also add buffer examples and add more information

and if you would like to see the commits made look here

things that need to be added:

  • add docs inside the code so you can hover and see examples and information
  • update typings for typescript users so buffers work, not just strings
  • do more tests and reviews to make sure the code is stable

and thats really it.. for now

2.1.0-alpha

30 Jan 04:20
0b5d6a2
Compare
Choose a tag to compare
2.1.0-alpha Pre-release
Pre-release

supposed to add very early buffer support.. will be coming to release soon :)
todo list:

  • more tests
  • better if the content is buffer checks
  • edit docs to show that you can encrypt and decrypt buffers
  • edit benchmarks to also add buffer benchmarks
  • add a note that says on the benchmark that its encrypting text and a buffer for both packages
  • add checks to see if the content is either a buffer or a string, or even there..

2.0.0

28 Jan 18:22
ba5fb22
Compare
Choose a tag to compare
Add files via upload

1.0.1

07 Jan 21:09
359b782
Compare
Choose a tag to compare

forgot to add a github release
just really updated readme.md

1.0.0

29 Dec 22:03
f7ab828
Compare
Choose a tag to compare

first release