Releases: nihongodera/limelight
Releases · nihongodera/limelight
Version 1.4.2
- Romanji plugin bug fixes
- Romanji plugin now passes English punctuation to romanji string when possible, usually with noParse()
Version 1.4.1
- Bug fixes
- Added spaces to romanji converter libraries
- noParse() now takes an array of white-listed plugins. Defaults to ['Romanji', 'Furigana']. Provides a way to prevent plugins that require MeCab info from executing.
Version 1.4.0
- Added noParse() method on Limelight to get plugin data for kana without running it through Mecab.
Version 1.3.4
- Fixed config bug
Version 1.3.3
- Improved plugin access
- Added basic furigana fallback for older browsers
Version 1.3.2
- Bug fixes
Version 1.3.1
- Added Laravel config integration
- Bug fixes
- Added Mecab install script
Version 1.3.0
- Standardized api calls
- Simplified config
- Improved testing
- Moved docs to wiki
Version 1.2.2
- Added Nihono-shiki and Kunrei-shiki romanji styles
- Fixed Hepburn romanji styles
Version 1.2.1
- Added Modified Hepburn Romanji
- Rewrote romanji plugin engine