This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Releases: DarkGhostHunter/Larapoke
Releases · DarkGhostHunter/Larapoke
Final release, transition to new package
Package superseded by Laragear/Poke
The new package offers the same functionality plus some new goodies and latest Laravel support.
Laravel Octane compatibility
Merge pull request #21 from DarkGhostHunter/master Added Laravel Octane compatibility
Preemptive conflict with Laravel Octane.
Merge pull request #20 from DarkGhostHunter/master Conflict with Laravel Octane
Laravel 8.0 and PHP 8.0 compatibility
As title say.
For older versions support, consider helping by sponsoring or donating.
Minor fix
Added Laravel 7 support
Merge pull request #12 from DarkGhostHunter/master Added Laravel 7 support
Laravel 6 compatibility and refactoring
This release should be compatible with Laravel 6. Major rework has been done to the backend to keep it maintainable.
What's been added?
- Nothing, really. Everything should be working out of the box for the normal user.
What's been changed?
- Default script uses visibilityState and window.location properly.
- Larapoke Directive now is handled by the Service Container as a singleton, adding better detection of the injected script.
- All detection methods to detect if the response is injectable have changed.
- Larapoke Controller now returns an empty Response object with code 204.
- Fixed all tests to use Laravel UI for auth scaffolding.
What's been removed?
BaseLarapokeMiddlewareis gone. Use theInjectsLarapokeScripttrait instead if you're using your own middleware for injecting the script.DetectsInjectableResponseandInjectsScripthas been mixed intoInjectsLarapokeScript.- Testbench Dusk Component. PITA to work with for testing.
Larapoke 3.1
Better Response detection.
Now It wont hook into JSON responses, and it also makes it compatible with Laravel Telescope.
Multiple domains
Now you can define poke route availability by domains.
Larapoke 3.0
Merge pull request #7 from DarkGhostHunter/master Larapoke 3.0
Laravel 5.8 compatibility
Merge pull request #6 from DarkGhostHunter/master Laravel 5.8 compatibility