Skip to content

Releases: Lewiscowles1986/php-ulid

dependabot update to symfony/process

07 Nov 04:25
8d075b8
Compare
Choose a tag to compare

Dependabot notified me that this needed updating, so I submitted a minor patch to cope with some infection dependency changes, and then re-checked the PR for symfony.

Please let me know if there is anything the test-suite, mutation testing (what infection is for) and static analysis did not catch.

Deprecation of PHP below 7.3

23 Mar 07:41
Compare
Choose a tag to compare
  • Added GitHub CI
  • Deprecated PHP 7.2, 7.1, 7.0 (they are all EOL for some time now)
  • Restriction of PHP7.4 mentioned in README.md

This is a dead library 😄 Don't use it please 🙏

Separation of files

13 Sep 11:25
Compare
Choose a tag to compare

So when I made this I was a little lazy. @garak once again contributed fixes for my laziness and updated PHPUnit too. 🥇 👍

composer updates

12 Sep 18:46
Compare
Choose a tag to compare

#11 to fix my lax approach to "if it works it's fine" 👍 🥇 for sticking with me @garak

Injectable Time-Source

09 Dec 03:25
Compare
Choose a tag to compare
  • Added Injectable Time-Source
  • Interface TimeSourceInterface added
  • Implementation of TimeSourceInterface from legacy PHP time() source added PHPTimeSource

CI & Testing Information Added

09 Dec 03:23
Compare
Choose a tag to compare
  • Added unit-testing information
  • Added code coverage information (with unit-testing info)
  • Added Injectable Source of Randomness
  • Interface RandomFloatInterface added
  • Implementation of RandomFloatInterface from legacy PHP lcg_value() source of randomness added LcgRandomGenerator

Initial Stable Release

02 Aug 17:21
Compare
Choose a tag to compare
1.0

Update README.md