Skip to content

Releases: felixsand/PhPsst

v2.0.0

07 Aug 20:28
27156dd
Compare
Choose a tag to compare

Library changes:

  • Bumping required PHP version to 8.1 (special thanks to Chris Wolf)

Development changes:

  • Remove Travis-CI as code pipeline (replace with scrutinizer-ci and manual code coverage reports)
  • Updating scrutinizer-ci configuration (to adopt to PHP 8.1 as well as tool changes)
  • Updating authors name and email address

v1.2.4

30 Dec 19:44
87f4440
Compare
Choose a tag to compare
  • Breakup ::getPasswordFromJson() to improve readability

v1.2.3

30 Dec 19:22
e196e8a
Compare
Choose a tag to compare
  • Update to Illuminate/Encryption ~5.7
  • Update to phpunit/phpunit –7.5
  • Composer update
  • Cleanup and clarifying intent of certain functions
  • Optimizations

v1.2.2

31 Dec 09:16
Compare
Choose a tag to compare
  • Composer update

v1.2.1

20 Aug 10:59
Compare
Choose a tag to compare
  • Move predis/predis to a suggesting instead of a requirement

v1.2.0

05 Aug 18:53
Compare
Choose a tag to compare
  • Now requires PHP 7.1
  • Use PHPUnit 6.3 for unit and integration tests
  • Add return types and type hinting to classes
  • Move sources into own PSR-4 namespace
  • Clean up dependencies and update them
  • Move tests into own namespace

Adding SqLite storage and bugfixes

16 Jul 21:08
Compare
Choose a tag to compare

• Adding a storage engine for SqLite suitable for production use
• Bugfixes

First stable release

16 Jul 21:08
Compare
Choose a tag to compare

First stable release and should be ready for production use.
• Test coverage now at 100%
• Moving the getJson function from the storage class to the password class and other refactorizations

Beta

16 Jul 21:08
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

This is the first beta version. It's not ready for production use yet and does not contain the Redis Storage class.