Releases: reliqarts/laravel-docweaver
Releases · reliqarts/laravel-docweaver
Laravel 10 Support
- Support Laravel 10
- Drops Laravel 8 Support
v5.0.0
Major update featuring Laravel 9 support
- Drops support for Laravel <8.0
- Drop support for
master
branch. main
is used as default branch
v4.0.0
Major update featuring Laravel 8 support.
Key requirement changes:
v3.0.0
Major update incl;
- framework agnostic UI; remove bootstrap specific classes
- general UI improvements
- bug fixes
Key requirement changes:
- requires PHP ^7.4
- requires Laravel ^6.0
Under the Hood:
- namespace updates:
Namespaces have been normalized to be singular across the board.
- new markdown parser: thephpleague/commonmark
v2.1.0
Minor update incl:
- Laravel 6.0 support
- stability updates
v2.0.0
major update incl.
- ability to publish newly created tags for documentation during update
- drops support for <L5.7
- normalized namespace:
ReliQArts\Docweaver
=> ReliqArts\Docweaver
- bug fixes + stability changes
v1.3.0
Laravel 5.6 support
- also, current page is now kept when switching documentation versions
v1.2.2
Adds support for meta file and utility commands.