Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

96 lines (58 loc) · 3.21 KB

Release Notes

2.0.0-rc2 - 2024-07-15

  • Removed WebSocket package dependency.
  • Instead of WebSocket it uses php sockets.
  • Updated tests.

2.0.0-rc - 2024-07-09

  • Added documentation for streaming commands.
  • Updated code style and php doc blocks.
  • Updated Pest tests to include more instance check-ups.
  • Property names have changed to adapt standards.

2.0.0-alpha - 2024-07-08

  • Added support for streaming communication.
  • Added streaming commands.
  • Changed back from Pint to PHP CS.
  • Backwards incompatible changes.

1.2.1 - 2024-07-04

  • Fix DateTime objects in Pest tests.

1.2.0 - 2024-07-04

  • Add Pint with PSR12.
  • Refactor Pest tests.

1.1.0 - 2024-07-02

  • Add new exceptions and improved error handling.

1.0.1 - 2024-07-02

  • Some small changes to README.md and GitHub workflows.

1.0.0 - 2024-07-02

  • Add documentation.
  • Add dev tools.
  • Add non-streaming commands and tests.
  • Add PHPDoc blocks on every property, method and class.
  • Update folder structure.
  • Add enums for host, payloads and responses.

1.0.0-rc.3 - 2024-07-02

  • Update CHANGELOG.md, composer.json and README.md.

1.0.0-rc.2 - 2024-07-02

  • Adjusted README.md with documentation.

1.0.0-rc - 2024-07-01

  • Prepare for release.

1.0.0-beta - 2024-07-01

  • Refactor adding DateTime instead of int.
  • Updated tests.

1.0.0-alpha.2 - 2024-07-01

  • Refactored types for enum usage.

1.0.0-alpha - 2024-06-30

  • Add main commands for non-stream web socket.
  • Add test coverage (featuring mocks) for each command.

0.7.2.2 - 2024-06-28

  • Fix linter issues.

0.7.2.1 - 2024-06-28

  • Rename workflow.

0.7.2 - 2024-06-28

  • Update .gitignore.

0.7.1 - 2024-06-28

  • Update .gitignore.

0.7.0 - 2024-06-28

  • Add default client.
  • Add commands: login, logout, pint, tradeTransaction, tradeTransactionStatus, getAllSymbols, getSymbol.
  • Add pest tests.
  • Add php linter.