Releases: nihongodera/limelight
Releases · nihongodera/limelight
Version 1.5.1
- Added eventing system. See the wiki page on events for more details.
Version 1.5.0
- Updated PhpMecab classes for php-mecab version 0.6.0
Version 1.4.10
- Bug fix: exceptions don't print nice in Laravel
- Added debug mode that prints stack trace when used in terminal
Version 1.4.9
- Bug fix: php extension check in script failed
Version 1.4.8
- Can use get() on LimelightResults and LimelightWord instead of words()/word()
Version 1.4.7
- Improved error handling
- Thrown exceptions now include stack trace
- Install script improvements and optimizations
Version 1.4.6
- Updated install script
- Moved MeCab methods to trait
Version 1.4.5
- Fixed misspelled 'romanji'. Method names now use correctly spelled 'romaji'.
Version 1.4.4
- Reorganized test suite
- Added parsed boolean to LimelightWord object. False if word failed to parse.
- Added basic console commands.
Version 1.4.3
- Allow non-parsed kana to be converted in LimelightWord