Skip to content

Releases: WaniKani/WanaKana

5.3.1

20 Nov 01:28
Compare
Choose a tag to compare

What's Changed

  • Fix versioning during release broken due to file changes by @DJTB in #170

Full Changelog: 5.3.0...5.3.1

5.3.0

20 Nov 00:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0

5.2.0

20 Nov 00:34
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect full-width japanese space in example result by @DJTB in #159
  • Added go implementation to readme by @deelawn in #160
  • [Breaking] Feature: include '々' iteration character in kanji, exclude from JA punctuation by @DJTB in #163
  • docs: fix incorrect tokenize example by @DJTB in #157
  • build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #149
  • build(deps): bump file-type from 16.5.3 to 16.5.4 by @dependabot in #145
  • build(deps): bump terser from 5.12.0 to 5.14.2 by @dependabot in #144
  • build(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #164

New Contributors

Full Changelog: 5.1.0...5.2.0

5.1.0

02 Mar 23:48
Compare
Choose a tag to compare

Fixed

  • bind() could be used on the same element multiple times
  • unbind() now returns an element to its previous state (attributes etc)

Changed

  • unbind() removes the attributes that were added by Wanakana

What's Changed

New Contributors

Full Changelog: 5.0.2...5.1.0

5.0.2

02 Mar 23:25
Compare
Choose a tag to compare

Fixed

  • bind() was ignoring useObsoleteKana & customKanaMapping options
  • ku not converting immediately with IMEMode

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

02 Mar 23:24
Compare
Choose a tag to compare

Fixed

  • Unpkg should now properly source the correct module for use in the browser as a script tag

What's Changed

  • Add Unpkg field to released package.json by @DJTB in #137

Full Changelog: 5.0.0...5.0.1

5.0.0

15 Apr 03:20
Compare
Choose a tag to compare

Fixed

  • When a custom mapping was provided in options and then a different one was given, we only replaced the mapping with the new one when a previous one did not exist. Now we will always replace the custom mapping when it changes. #132

Added

  • Support for converting some k-- constructions. #126
  • Allow user to ignore converting long vowel mark in toHiragana. #128

Changed

  • The UMD build now only includes polyfills for browserslist defaults (> 0.5%, last 2 versions, Firefox ESR, not dead - at time of writing) which drops support for IE.
  • Node support is now 12+ (though likely would continue to work fine on older versions)

4.0.1

30 Apr 08:54
Compare
Choose a tag to compare

Fixed

  • stripOkurigana(): If the input has the same kana at different locations, such as '申し申し', the inner kana was stripped instead

4.0.0

30 Apr 08:48
Compare
Choose a tag to compare

Changed

  • stripOkurigana() options are now { leading: Boolean, matchKanji: String }

Removed

  • stripOkurigana() "all" option has been removed but can be easily reproduced via [...text].filter(isKana)

3.1.1

30 Apr 08:47
Compare
Choose a tag to compare

Fixed

  • some versions of Android GBoard English keyboard entering 'n' followed by a consonant would block further conversion