Skip to content

Releases: driftphp/server

0.1.10

11 Apr 11:11
69ee167

Choose a tag to compare

Type hint for array_map (#44)

Co-authored-by: cv65kr <[email protected]>

0.1.9

03 Apr 23:45

Choose a tag to compare

Fixed error handled. When error is muted, ignore

0.1.8

01 Apr 18:54

Choose a tag to compare

Added loop helper

0.1.7

11 Mar 16:10

Choose a tag to compare

Simplified the way mime_types are checked

0.1.6

19 Feb 08:05

Choose a tag to compare

Loop is now infinite.

If it stops, is rerunned again

0.1.5

18 Feb 10:08

Choose a tag to compare

Added exchanges subscription if EventBus is loaded

- We can start the server and listen to the event-bus at the same time

```
bin/server run 0.0.0.0:8000 --exchange=events1 --exchange=events2:queue2
```

0.1.4

31 Dec 09:41
4c566b6

Choose a tag to compare

Merge pull request #26 from driftphp/feature/using-console-bridge

Using console bridge for some classes

0.1.3

17 Dec 12:22
abe4b51

Choose a tag to compare

Merge pull request #21 from driftphp/fix/fixed-preload-async

Fixed what preload means. Turned real async

0.1.2

07 Dec 11:36
57841c8

Choose a tag to compare

Merge pull request #20 from driftphp/fix/deleted-phpunit-dep

Deleted phpunit dep

0.1.1

26 Nov 12:24
3873e58

Choose a tag to compare

0.1.1 Pre-release
Pre-release
Merge pull request #15 from driftphp/fix/fixed-multiple-paths

Fixed when multiple paths / ignore in watch