Skip to content

Releases: phasync/phasync

1.0.7

02 Jul 09:39
Compare
Choose a tag to compare

What's Changed

  • feat: Add dependabot.yml for automated dependency updates by @omegaalfa in #36
  • feat: Added UnbufferedStream class as well as optimized implementation of StringStream
  • feat: Added ExceptionTool feature that simplifies removing stack traces for library internals
  • feat: Added better exception messages to BufferedStream
  • fix: Issue with make lint when multiple directories passed from command to php-cs-fixer

Full Changelog: 1.0.6...1.0.7

1.0.6

22 Jun 16:01
Compare
Choose a tag to compare

What's Changed

  • feat: phasync::isRunning()
  • feat: http client implements PSR-18 ClientInterface
  • fix: http client fixed
  • docs: add ci badge by @Trusted97 in #31
  • chore: fixed minor error in readme by @Trusted97 in #33
  • chore: update links for real time information by @Trusted97 in #34

Full Changelog: 1.0.5...1.0.6

1.0.5

13 Jun 11:19
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

13 Jun 11:19
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

13 Jun 11:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

13 Jun 11:18
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

13 Jun 11:18
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

First stable release of phasync

13 Jun 11:17
Compare
Choose a tag to compare

The framework has been stable and the major features have unit tests. There more work to do, but mostly on documentation and minor bugs.