Releases: qluana7/Hangul4deno
Releases · qluana7/Hangul4deno
1.3.0
New Feature
Replacer
- Supports the character change function in Hangul class or string
- This class has only static methods.
Infection
- Same as Replacer, but it provides sequentially replace function for single object.
For better
Override Method
- Added
disassemble
override method.
Full Changelog: 1.2.1...1.3.0
1.2.1
Optimizing
- new class "Converter" that only have engToKor and korToEng function.
- static function engToKor, korToEng now support Hangul object as parameter
- assemble, diassemble file merged and moved to modules/assemble
Full Changelog: 1.2.0...1.2.1
1.2.0
New feature
Random function
- Generate random hangul.
- It provides variety options for random.
- Added types
- interface
- RandomOption, ExcludeOption, ExcludeData<T>
- class
- Range
- type
- Initial, Neutral, Final
- interface
- Check this
Bug Fix
Convert Issue #2
- Fixed that convert to wrong data.
Full Changelog: 1.1.0...1.2.0
Hangul 4 Deno # 1.1.0
New feature
Fix function
- You can easily convert Korean and English mixed strings into normal string!
- check this
Type
- You can get type of string!
- Type contains "mixed", "korean", "english", "unknown".
- this makes type checking easily when convert string.
- check this
Full Changelog: 1.0.1...1.1.0
Hangul 4 Deno # 1.0.1
Change log
Removed prototype extends method
Prototype extend method makes the stability is reduced and we think that is a duplicate method.
So we decided to remove it.
- Insert method is not a extend method anymore. Now, cannot use it as extend method
1.0.1 contributors : andjsrk (#1)
Full Changelog: https://github.com/Lukince/Hangul4deno/commits/1.0.1
Hangul 4 Deno # 1.0.0
Update README.md