@toss/hangul
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [1.3.0](https://github.com/toss/slash/compare/@toss/hangul@1.2.0...@toss/hangul@1.3.0) (2023-04-12) | ||
### Features | ||
* **hangul:** add 접속조사(이랑/랑) to josa ([#227](https://github.com/toss/slash/issues/227)) ([91794bc](https://github.com/toss/slash/commit/91794bc5d91fab887323c83897ffe19e7cbe176e)) | ||
* add 호격조사(아/야) to josaOption ([#225](https://github.com/toss/slash/issues/225)) ([37b2de4](https://github.com/toss/slash/commit/37b2de444c9ec13248da2487b8265ae92aee1314)) | ||
# [1.2.0](https://github.com/toss/slash/compare/@toss/hangul@1.1.5...@toss/hangul@1.2.0) (2023-02-27) | ||
@@ -8,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에' | '이란/란'; | ||
declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에' | '이란/란' | '아/야' | '이랑/랑'; | ||
export declare function josa(word: string, josa: JosaOption): string; | ||
@@ -3,0 +3,0 @@ export declare namespace josa { |
{ | ||
"name": "@toss/hangul", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"sideEffects": false, | ||
@@ -55,4 +55,4 @@ "exports": { | ||
}, | ||
"gitHead": "682041fa96093cea0b8f33f5af911372493f43fe", | ||
"gitHead": "06cde91be5a57d3024604366c24c726f7d0aea24", | ||
"module": "./esm/index.mjs" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33932