Releases: nihongodera/limelight
Releases · nihongodera/limelight
Version 1.6.8
Version 1.6.7
- Fix array access on null error in MeishiSetsubi
- Add Dockerfile
- Code cleanup
Version 1.6.6
- Add support for wapuro romaji (issue #8)
- Fix bug in mecab install script
- PHP 7.2 support
Version 1.6.5
- Update dependencies
- Fix mecab install script
Version 1.6.4
- Bug fixes
- Basic package maintenance
Version 1.6.3
- Fix bug with katakana converter
Version 1.6.2
- Update for php7
Version 1.6.1
- Fix bug in LimelightResults plugin() method
Version 1.6.0
All new API! If you're using an older version, please update your code.
- LimelightWord Class
- New methods: convert(), parseLemma(), toArray(), toJson()
- toFurigana() and toRomaji() changed to furigana() and romaji() and now only output whatever plugin data is stored on the object
- toHiragana() and toKatakana() now only convert kana
- LimelightResults Class
- New method: string()
- LimelightResults now extends Collection and has access to all its methods.
- All property accessors now return an instance of LimelightResults with an array of property values stored on it. Use string() to get string of all properties.
- toFurigana() and toRomaji() changed to furigana() and romaji() and now only output whatever plugin data is stored on the LimelightWord objects. Use plugin('furigana')/plugin('romaji') to get plugin data stored on LimelightResults object.
- toHiragana() and toKatakana() now only convert kana
- Improvements, bug fixes, and better testing for eventing system.
Version 1.5.2
- Bug fixes
- #2: Unparsed words fire ParseWasSuccessful event on word creation