Skip to content

Releases: nihongodera/limelight

Version 1.6.8

30 Oct 12:48
Compare
Choose a tag to compare
  • Fix namespace

Version 1.6.7

30 Oct 12:35
Compare
Choose a tag to compare
  • Fix array access on null error in MeishiSetsubi
  • Add Dockerfile
  • Code cleanup

Version 1.6.6

22 Sep 02:20
Compare
Choose a tag to compare
  • Add support for wapuro romaji (issue #8)
  • Fix bug in mecab install script
  • PHP 7.2 support

Version 1.6.5

15 Jan 12:32
Compare
Choose a tag to compare
  • Update dependencies
  • Fix mecab install script

Version 1.6.4

28 Jan 07:46
Compare
Choose a tag to compare
  • Bug fixes
  • Basic package maintenance

Version 1.6.3

30 Apr 08:49
Compare
Choose a tag to compare
  • Fix bug with katakana converter

Version 1.6.2

27 Apr 06:50
Compare
Choose a tag to compare
  • Update for php7

Version 1.6.1

26 Apr 01:36
Compare
Choose a tag to compare
  • Fix bug in LimelightResults plugin() method

Version 1.6.0

25 Apr 14:01
Compare
Choose a tag to compare

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

19 Apr 02:38
Compare
Choose a tag to compare
  • Bug fixes
    • #2: Unparsed words fire ParseWasSuccessful event on word creation