Releases: WaniKani/WanaKana
Releases · WaniKani/WanaKana
5.3.1
5.3.0
What's Changed
- Typescript definitions by @TabithaLarkin in #166
- Prepare 5.3.0 release by @DJTB in #168
New Contributors
- @TabithaLarkin made their first contribution in #166
Full Changelog: 5.2.0...5.3.0
5.2.0
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
Fixed
bind()
could be used on the same element multiple timesunbind()
now returns an element to its previous state (attributes etc)
Changed
unbind()
removes the attributes that were added by Wanakana
What's Changed
- Add C# port to readme and site by @kmoroz in #148
- prevent binding already bound elements by @scottnicolson in #151
- replace or remove added attributes when element is unbound by @scottnicolson in #153
New Contributors
- @kmoroz made their first contribution in #148
- @scottnicolson made their first contribution in #151
Full Changelog: 5.0.2...5.1.0
5.0.2
5.0.1
5.0.0
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)