Skip to content

Latest commit

 

History

History
161 lines (87 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

161 lines (87 loc) · 3.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.3.0 - 2022-11-06

Added

  • Proxy procedure #47
  • Usage Laravel Pint for code style #46
  • Suggest client

Changed

  • Improve typing
  • Update Bootstrap version for docs

5.2.0 - 2022-09-02

Changed

  • Catching exceptions instead of forcibly suppressing them #38, #39

5.1.0 - 2022-07-19

Added

  • Added callHttpProcedure method which calls the procedure without any chained assertions

5.0.3 - 2022-07-12

Fixed

  • Internal exception when procedure method not exists #34

5.0.2 - 2022-07-12

Fixed

  • Don't use a queue for pending requests

5.0.1 - 2022-04-25

Fixed

  • Set $data of InvalidRequestException #32

5.0.0 - 2022-02-10

Changed

  • Minimum version of Laravel 9.x

4.0.6 - 2022-01-24

Fixed

  • Problem with request with big payload #27

4.0.5 - 2022-01-21

Changed

  • Parser: isAssociative() optimization #28
  • Added static method makeFromResult() #30

4.0.4 - 2021-12-26

Added

  • Tests for PHP 8.1
  • New terminate method for to execute pending tasks

4.0.3 - 2021-10-22

Fixed

  • Status code is not integer set the code to -1 #22

4.0.2 - 2021-08-20

Fixed

  • Cyrillic display in generated documentation #20

4.0.1 - 2021-08-17

Changed

  • Return nothing on notifications #19

4.0.0 - 2021-08-17

Added

  • Route binding #18

Changed

  • Result for call in batchmode combined with notification #19

3.0.0 - 2021-04-02

Added

  • Command for generating documentation

Changed

  • Procedures no longer use controller traits

2.4.0 - 2021-02-12

Added

  • Middleware for compressing the response

2.3.0 - 2021-02-05

Added

  • Trait to make testing easier

2.2.0 - 2021-01-13

Added

  • Customization delimiter method #11
  • Support for strings as identifiers #11

2.1.0 - 2020-11-23

Added

  • Support PHP 8.0

2.0.0 - 2020-09-08

Added

  • Support Laravel 8

1.1.0 - 2020-08-17

Added

  • Added extended output in debug mode #5

Fixed

  • Fixed correct header output #5

0.0.2 - 2020-03-23

Fixed

  • Replace Collection to Request for make procedure

0.0.1 - 2020-03-22

Added

  • initial release