Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Releases: pmmp/SPL

0.4.2

15 Jan 15:21
6b08b7c
Compare
Choose a tag to compare

Changes since 0.4.1

  • Now tested on PHP 8.0.

0.4.1

01 Feb 22:41
Compare
Choose a tag to compare

Changes since 0.4.0

  • Fixed deprecation warnings in SplFixedByteArray on PHP 7.4.
  • Now scanned by PHPStan level 8.

0.4.0

01 Feb 22:39
Compare
Choose a tag to compare

Changes since 0.3.6

  • Removed all logging-related classes (moved to the Log package).
  • Removed all class-loader related classes (moved to the ClassLoader package).

0.3.6

30 Jan 22:39
Compare
Choose a tag to compare

Changes since 0.3.5

  • Added @phpstan-param to Logger::logException() for static analysis.

0.3.5

19 Jan 19:55
Compare
Choose a tag to compare

Changes since 0.3.4

  • Clean up type ambiguities in PHPDoc.
  • Fixed BaseClassLoader->register() not returning any value (interface requires bool).

0.3.4

19 Jan 19:52
Compare
Choose a tag to compare

Changes since 0.3.3

  • Logger: fix @param type annotation for trace parameter

0.3.3

28 Oct 11:45
Compare
Choose a tag to compare

Changes since 0.3.2

  • Removed extension stub files. They have been moved to our stubs repo.
  • Added missing LICENSE file.
  • Added .gitattributes for line ending normalization.

0.3.2

06 Oct 14:09
Compare
Choose a tag to compare

Changes since 0.3.1

General

  • Added crypto stub

0.3.1

09 Jun 17:53
Compare
Choose a tag to compare

Changes since 0.3.0

BaseClassLoader

  • Fixed getAndRemoveLookupEntries() attempting to shift BaseClassLoader's own properties off instead of operating on the lookup table

Logger

  • Fixed typos in documentation of some methods

Stubs

  • Added php-ds extension stub

0.3.0

13 Apr 18:41
ee32424
Compare
Choose a tag to compare

Changes since 0.2.0

General

  • Package name has changed from pocketmine/pocketmine-spl to pocketmine/spl.
  • Removed WeakRef stub
  • Added igbinary and ds stubs
  • Updated pthreads stub

ThreadedLoggerAttachment

  • Removed deprecated methods addAttachment(), removeAttachment(), removeAttachments() and getAttachments().