Releases: SEOService2020/laravel-phpmorphy
Releases · SEOService2020/laravel-phpmorphy
Use phpmorphy hotfix
More flexible morphy info
Moved info into traits, some of which are public accessible. It allows wrap Morphy facade in more efficient manner in your code.
Fixed preprocessable params bug
Nullable params which should be preprocessed now handled correctly.
Preprocessing fixes
Now not only first parameter $word is preprocessed, but also other, if needed, e.g. ancode and part of speech.
Also added getter for morphy name.
Support for multiple morphy instances
- Now facade can hold multiple phpMorphy instances, which can be accessed by the name, see README
- Added auto preprocessing for word input parameter according to dict options
- Added Laravel storage support for custom dicts
- Updated phpmorphy dependency with some fixed bugs
First release
1.0.0 Updated phpmorphy dependency version to work with english language