Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Releases: beyondcode/laravel-prose-linter

3.1.0

16 Feb 10:08
5b14a84
Compare
Choose a tag to compare
  • Add Laravel 10 support

v3.0.0 - Laravel 9 compatibility

17 Dec 17:39
268a8e4
Compare
Choose a tag to compare

New features

  • Laravel 9 support

Upgrade guide

  • If you have published your own styles, you have to move them from ./resources/lang/vendor/laravel-prose-linter to ./resources/laravel-prose-linter, otherwise there will be problems with the correct detection of the language files.

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0 Better hint results & bug fixes

06 Jan 10:40
0657fb1
Compare
Choose a tag to compare

This release increases the major version for two reasons:

  • The command behaves differently, as it now also show suggestions (see below)
  • If you use the Linter classes on your own, the results don't come as a LinterException anymore, but as a simple return (see below)

Even though these are breaking changes, you shouldn't need to adapt your application.

What's new

  • Enhanced behaviour of the package: Minimum alert level is now suggestions
  • Updated docs and Readme
  • Code Style Improvements & StyleCI

Bugfixes

  • #2 Changed the behaviour of the Linters from Exception-based to a simple array return, which leads to a different usage of the linter classes (checking for returned results instead of listening to exceptions)
  • Fixed the it_lints_single_translation_with_custom_styles test (it did not use a custom style so far)
  • Fixed preceding dot in blade view from resources/view root

New Contributors

v1.0.0 Initial Release 🖋

16 Jun 08:15
Compare
Choose a tag to compare

Syntax-aware proofreading for your Laravel application.

The Laravel Prose Linter helps you to polish the texts of your Laravel application. Let it check your translations and even your blade templates for typos, slang and get suggestions for a better writing style depending on which prose style you choose.

For installation instructions and usage and examples, please take a look at the official documentation.