All Versions
53
Latest Version
Avg Release Cycle
127 days
Latest Release
1563 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.99.100
October 15, 2020 -
v9.99.99
July 02, 2018 -
v2.0.19 Changes
October 15, 2020- โ Adds support for PHP 8 projects in Composer constraint
- ๐ Fixes Travis CI for future development (Note: This required largely disabling Psalm.)
-
v2.0.18 Changes
January 03, 2019- If
/dev/urandom
cannot be read on Unix-based operating systems,
๐ป a Exception with a specific error message will be thrown. - ๐ Fixed Psalm nits.
- โก๏ธ Updated the README to include a reference to the support contract
offering by Paragon Initiative Enterprises.
- If
-
v2.0.17 Changes
July 04, 2018- ๐ Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1.
We could not reproduce this failure locally, so we've suppressed the
MissingReturnType
check (that is to say, demoted it to "info").
- ๐ Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1.
We could not reproduce this failure locally, so we've suppressed the
-
v2.0.16 Changes
July 04, 2018- ๐ Fixed type-checking consistencies that forced us to use Psalm in
non-strict mode (i.e.
totallyTyped="false"
). - README cleanup, added a header to the Version 9.99.99 section.
- If you're confused by
v9.99.99
and it's causing stuff to break, see this section of the README for the solution to your problem.
- If you're confused by
- Trimmed down and annotated our
psalm.xml
file with explanations for why each assertion is suppressed.
- ๐ Fixed type-checking consistencies that forced us to use Psalm in
non-strict mode (i.e.
-
v2.0.15 Changes
June 08, 2018- A reported, but difficult to reproduce, problem with file inclusion on
some Windows machines
was fixed by replacing
/
withDIRECTORY_SEPARATOR
. For most users (i.e. not running Windows) this change should be of zero consequence. For everyone else, it should mean random_compat magically works when it didn't before.
- A reported, but difficult to reproduce, problem with file inclusion on
some Windows machines
was fixed by replacing
-
v2.0.14 Changes
June 06, 2018- โก๏ธ Update version information.
- โก๏ธ Updated README with better instructions, including new information
about the
v9.99.99
tag.
-
v2.0.13 Changes
June 06, 2018 -
v2.0.12 Changes
April 04, 2018- Minor docblock issue that's breaking Psalm downstream.