Skip to content

Releases: qluana7/Hangul4deno

1.3.0

09 Nov 06:57
Compare
Choose a tag to compare

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

28 Oct 09:16
Compare
Choose a tag to compare

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

26 Oct 14:22
Compare
Choose a tag to compare

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
  • 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

08 Oct 19:28
Compare
Choose a tag to compare

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

30 Sep 09:42
Compare
Choose a tag to compare

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

30 Sep 08:09
36238a1
Compare
Choose a tag to compare
Update README.md