Skip to content

Releases: fahimahammed/secure-encrypt

v1.0.12

16 Feb 11:30
a6ae06c

Choose a tag to compare

Release Notes for v1.0.12

We're excited to announce the release of secure-encrypt version 1.0.12! This version introduces File Message Encryption and Decryption functionality, enhancing the versatility and usability of the package. Here's what's included in this release:

New Features:

  • File Message Encryption: Now you can easily encrypt the content of files using the secure-encrypt package. Encrypt sensitive data in files securely using our robust encryption techniques.

  • File Message Decryption: In addition to encryption, decrypting encrypted files is now supported. Safely retrieve and decode encrypted content from files with ease.

How to Use:

  • Refer to the updated documentation for detailed instructions on how to utilize the File Message Encryption and Decryption functionality.

Documentation:

  • Updated documentation to include comprehensive guides and examples for File Message Encryption and Decryption.

Bug Fixes and Improvements:

  • Various bug fixes and improvements to enhance the stability and performance of the package.

Upgrade Instructions:

  • To upgrade to version 1.0.12, simply run npm install secure-encrypt@1.0.12 or yarn add secure-encrypt@1.0.12 in your project directory.

Feedback and Contributions:

  • We value your feedback! If you encounter any issues or have suggestions for improvements, please don't hesitate to create an issue on our GitHub repository.

  • Contributions are welcome! Fork the repository, make your changes, and submit a pull request to help us improve secure-encrypt further.

Thank you for using secure-encrypt! We hope this update enhances your encryption experience. Stay tuned for more updates and features in future releases.

v1.0.10

26 Nov 08:16

Choose a tag to compare

Release Notes - secure-encrypt v1.0.10

Overview

Secure-Encrypt v1.0.10 includes important fixes, addressing TypeScript import problems. Users encountering issues with TypeScript imports will benefit from this release.

Changes

Bug Fixes

  • TypeScript Import Issue: Resolved a problem related to TypeScript imports, ensuring smooth integration and eliminating import-related issues.

How to Upgrade

To benefit from the TypeScript import fix, it is recommended to upgrade to version 1.0.10. Use the following npm command to update the package in your project:

npm install secure-encrypt@1.0.10

Make sure to review any changes in the documentation, especially if you are adopting TypeScript or need to consider the updated license.

Feedback

We value your feedback! If you encounter any issues or have suggestions, please open an issue on our GitHub repository.

Thank you for using our npm package!

v1.0.8

26 Nov 07:47

Choose a tag to compare

v1.0.8 Pre-release
Pre-release

Release Notes - Version 1.0.8

New Features

  • TypeScript Support: Added TypeScript type definitions, making it easier for TypeScript users to integrate and use the package seamlessly.

Updates

  • License: Included a license file (MIT License) to clarify the terms under which the package can be used and distributed.

Improvements

  • Code Organization: Implemented enhancements for better code organization, ensuring a more structured and maintainable codebase.

How to Upgrade

To benefit from the latest features and improvements, update the package to version 1.0.8 in your project:

npm i secure-encrypt@1.0.8

Make sure to review any changes in the documentation, especially if you are adopting TypeScript or need to consider the updated license.

Feedback

We value your feedback! If you encounter any issues or have suggestions, please open an issue on our GitHub repository.

Thank you for using our npm package!