All Versions
53
Latest Version
Avg Release Cycle
127 days
Latest Release
1261 days ago

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.
  • 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").
  • 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.
    • Trimmed down and annotated our psalm.xml file with explanations for why each assertion is suppressed.
  • 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 / with DIRECTORY_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.
  • 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
    • #139 - Add polyfill keyword to composer.json
    • ๐Ÿ‘€ Ensure the docblocks are consistent to aid static analysis efforts in other libraries; see cbe0b11
  • v2.0.12 Changes

    April 04, 2018
    • Minor docblock issue that's breaking Psalm downstream.