Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dmalusev/laravel-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLieutenant committed Mar 15, 2024
2 parents a6c0b38 + f12ec37 commit a14ae7c
Showing 1 changed file with 38 additions and 8 deletions.
46 changes: 38 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog

## [v1.0.0-rc1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2024-03-05)
## [v1.0.0](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-03-15)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v1.0.0-rc1...v1.0.0)

**Implemented enhancements:**

- Github Actions for Releasing package [\#16](https://github.com/CodeLieutenant/laravel-crypto/issues/16)
- Add CHANGELOG for releases [\#15](https://github.com/CodeLieutenant/laravel-crypto/issues/15)
- Rewrite tests from PHP Unit to Pest [\#6](https://github.com/CodeLieutenant/laravel-crypto/issues/6)
- \*BREAKING\* Change Namespace to LaravelCrypto [\#5](https://github.com/CodeLieutenant/laravel-crypto/issues/5)
- Migrate to Github Actions [\#4](https://github.com/CodeLieutenant/laravel-crypto/issues/4)
- Minimum PHP version 8.1 [\#3](https://github.com/CodeLieutenant/laravel-crypto/issues/3)
- Add support for laravel 11 [\#27](https://github.com/CodeLieutenant/laravel-crypto/pull/27) ([CodeLieutenant](https://github.com/CodeLieutenant))
- Refactor Keys \*\*BREAKING\*\* [\#26](https://github.com/CodeLieutenant/laravel-crypto/pull/26) ([CodeLieutenant](https://github.com/CodeLieutenant))
- Chore/traits \*\*BREAKING\*\* [\#25](https://github.com/CodeLieutenant/laravel-crypto/pull/25) ([CodeLieutenant](https://github.com/CodeLieutenant))
- chore: move Encoder to Contacts namespace \*\*BREAKING\*\* [\#24](https://github.com/CodeLieutenant/laravel-crypto/pull/24) ([CodeLieutenant](https://github.com/CodeLieutenant))
- chore: rename \*Encryptor to \*Encrypter per Laravel convention \*\*BREAKING\*\* [\#23](https://github.com/CodeLieutenant/laravel-crypto/pull/23) ([CodeLieutenant](https://github.com/CodeLieutenant))
- chore: move Cryto trait to Traits, move Encryption enum to Enums \*\*BREAKING\*\* [\#22](https://github.com/CodeLieutenant/laravel-crypto/pull/22) ([CodeLieutenant](https://github.com/CodeLieutenant))
- Feat/gihub actions [\#19](https://github.com/CodeLieutenant/laravel-crypto/pull/19) ([CodeLieutenant](https://github.com/CodeLieutenant))
- V1 [\#7](https://github.com/CodeLieutenant/laravel-crypto/pull/7) ([CodeLieutenant](https://github.com/CodeLieutenant))

**Fixed bugs:**

- fix: implement Encrypter and StringEncrypter interfaces on XChaChaPoly1305Encryptor class [\#21](https://github.com/CodeLieutenant/laravel-crypto/pull/21) ([CodeLieutenant](https://github.com/CodeLieutenant))

**Merged pull requests:**

- Change namespace [\#20](https://github.com/CodeLieutenant/laravel-crypto/pull/20) ([CodeLieutenant](https://github.com/CodeLieutenant))
- Feat/pest tests [\#14](https://github.com/CodeLieutenant/laravel-crypto/pull/14) ([CodeLieutenant](https://github.com/CodeLieutenant))

## [v1.0.0-rc1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-03-05)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v1.0.0-beta2...v1.0.0-rc1)

Expand All @@ -16,15 +46,15 @@

- fix: implement Encrypter and StringEncrypter interfaces on XChaChaPoly1305Encryptor class [\#21](https://github.com/CodeLieutenant/laravel-crypto/pull/21) ([CodeLieutenant](https://github.com/CodeLieutenant))

## [v1.0.0-beta2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2024-03-05)
## [v1.0.0-beta2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-03-05)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v1.0.0-beta1...v1.0.0-beta2)

## [v1.0.0-beta1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2024-02-28)
## [v1.0.0-beta1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-02-28)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v1.0.0-alpha2...v1.0.0-beta1)

## [v1.0.0-alpha2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2024-02-28)
## [v1.0.0-alpha2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-02-28)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v1.0.0-alpha1...v1.0.0-alpha2)

Expand All @@ -33,7 +63,7 @@
- Github Actions for Releasing package [\#16](https://github.com/CodeLieutenant/laravel-crypto/issues/16)
- Add CHANGELOG for releases [\#15](https://github.com/CodeLieutenant/laravel-crypto/issues/15)

## [v1.0.0-alpha1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2024-02-27)
## [v1.0.0-alpha1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2024-02-27)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v0.1.0...v1.0.0-alpha1)

Expand All @@ -51,15 +81,15 @@
- Change namespace [\#20](https://github.com/CodeLieutenant/laravel-crypto/pull/20) ([CodeLieutenant](https://github.com/CodeLieutenant))
- Feat/pest tests [\#14](https://github.com/CodeLieutenant/laravel-crypto/pull/14) ([CodeLieutenant](https://github.com/CodeLieutenant))

## [v0.1.0](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2020-08-07)
## [v0.1.0](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2020-08-07)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v0.0.2...v0.1.0)

## [v0.0.2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2020-08-07)
## [v0.0.2](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2020-08-07)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0-rc1) (2020-08-05)
## [v0.0.1](https://github.com/CodeLieutenant/laravel-crypto/releases/tag/v1.0.0) (2020-08-05)

[Full Changelog](https://github.com/CodeLieutenant/laravel-crypto/compare/8d1abddf068bb7235bf78811b3e1ff2f7c207d10...v0.0.1)

Expand Down

0 comments on commit a14ae7c

Please sign in to comment.