Skip to content

Commit a6b0096

Browse files
Release version 1.1.0
1 parent 9f624a6 commit a6b0096

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Tất cả lịch sử tiến trình phát triển thư viện
44

5+
# 1.1.0
6+
7+
- Xóa phương thức `resolve` trong `Transfomer`.
8+
- Tổ chức lại cấu trúc code.
9+
510
# 1.0.5
611

712
- Thêm concern `NumberResolver`.

src/Transformer.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,6 @@ public function toCurrency($number, $unit = 'đồng'): string
9999
return implode($this->dictionary->separator(), array_filter($words));
100100
}
101101

102-
/**
103-
* Chia số truyền vào thành mảng bao gồm kiểu số âm hoặc dương, số nguyên và phân số.
104-
*
105-
* @param $number
106-
* @return array
107-
* @deprecated since 1.0.5 use [[resolveNumber()]] instead and it will be remove since 1.1.0.
108-
*/
109-
protected function resolve($number): array
110-
{
111-
return $this->resolveNumber($number);
112-
}
113-
114102
/**
115103
* {@inheritdoc}
116104
*/

0 commit comments

Comments
 (0)