Skip to content

Releases: w4ffl35/js-ktc

v1.1.12

24 Jan 23:33
b890788
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11

24 Jan 23:32
Compare
Choose a tag to compare

Full Changelog: v1.1.10...v1.1.11

v1.1.10

25 Aug 13:57
4a2b139
Compare
Choose a tag to compare

What's Changed

  • Minor directory restructure for better code organization by @w4ffl35 in #6

Full Changelog: v1.1.9...v1.1.10

v1.1.9

24 Aug 02:05
Compare
Choose a tag to compare
  • Adds more detailed comments to constructor
  • Inline example using the keyword "mythology"

v1.1.8

24 Aug 01:19
Compare
Choose a tag to compare

Updates cipher.js with more comments

v1.1.7

24 Aug 00:44
89037db
Compare
Choose a tag to compare
  • Removes jsmin for less bloat in dev dependencies (uses npx jsmin)
  • Updates README with more information about js-ktc repository
  • Updates CONTRIBUTING with more information on development

v1.1.6

18 Jul 14:02
Compare
Choose a tag to compare

Removes debugging code

v1.1.4

18 Jul 13:55
Compare
Choose a tag to compare

Adds the ability to pass optional parameters to the Cipher class making it more extensible.

Full change log

  • jest added to dev requirements for unit tests
  • jsmin added to dev requirements for compressing the cipher file
  • cipher, test and build commands added to package.json
  • Basic jest test suite added
  • Non-compressed, commented cipher class added making the code easier to read and develop
  • Compressed cipher class added, this is a smaller file to work with in production
  • Fixes some small bugs revealed with tests
  • Adds ability to pass optional parameters to the Cipher class

v1.0.4

12 Jun 03:27
Compare
Choose a tag to compare
Another documentation fix