Skip to content

Releases: wrk-flow/larastrict

v0.0.32

15 Dec 14:59
e62f54a
Compare
Choose a tag to compare

🐛 Bug Fixes

  • e62f54a - Testing: Fix assert hook generation without method parameters (commit by @pionl)

v0.0.31

14 Dec 16:44
624eea0
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 624eea0 - Testing: Fix generating hook parameters for no parameter method (commit by @pionl)

v0.0.30

14 Dec 16:25
84a913a
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 84a913a - Pass method parameters to expectation hook. (commit by @pionl):

    hook closure now receives more properties (expectation is last).

✨ New Features

  • 84a913a - Testing: Pass method parameters to expectation hook. (commit by @pionl)

v0.0.29

14 Dec 15:21
56e2e7e
Compare
Choose a tag to compare

✨ New Features

  • d5b06d9 - Testing: Add ability to run hook on assert expectation (commit by @pionl)
  • 56e2e7e - Testing: Commit SimpleActionContract assert for tests (commit by @pionl)

v0.0.28

13 Dec 15:30
5ea6f2c
Compare
Choose a tag to compare

✨ New Features

  • 5ea6f2c - Testing: Add assert / expectation for CacheMeService (commit by @pionl)

v0.0.27

09 Dec 14:50
3b1984f
Compare
Choose a tag to compare

✨ New Features

  • 3b1984f - Testing: Add Bus dispatcher assert / expectation (commit by @pionl)

v0.0.26

29 Nov 13:21
0ddebb8
Compare
Choose a tag to compare

✨ New Features

  • 0ddebb8 - User: Add ability to auto login a user via Auto-Login header in local environment (commit by @pionl)

v0.0.25

28 Nov 12:25
e062fe4
Compare
Choose a tag to compare

✨ New Features

  • e062fe4 - Database: Move getScopedQuery to AbstractQuery (commit by @pionl)

v0.0.24

24 Nov 10:13
b5852d7
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to b5852d7 - Add ability to change queue for queued commands (commit by @pionl):

    minor impact, scheduleServiceContract contains new parameter string $queue = 'default'

✨ New Features

  • b5852d7 - Console: Add ability to change queue for queued commands (commit by @pionl)

v0.0.23

22 Nov 15:17
8b2e816
Compare
Choose a tag to compare

✨ New Features

  • 8b2e816 - Testing: Add assert Illuminate\Contracts\Events\Dispatcher (commit by @pionl)