Skip to content

Commit 763d4a4

Browse files
committed
✨ feat: refactor roman
1 parent 0a3e860 commit 763d4a4

File tree

8 files changed

+4021
-4022
lines changed

8 files changed

+4021
-4022
lines changed

Diff for: MIGRATION.md

+5
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,8 @@ No breaking changes.
229229
}
230230
}
231231
```
232+
233+
234+
### algorithm.ts/roman
235+
236+
No breaking changes.

Diff for: packages/roman/README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<h1 align="center">
3-
<a href="https://github.com/guanghechen/algorithm.ts/tree/release-2.x.x/packages/roman#readme">@algorithm.ts/roman</a>
3+
<a href="https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/roman#readme">@algorithm.ts/roman</a>
44
</h1>
55
<div align="center">
66
<a href="https://www.npmjs.com/package/@algorithm.ts/roman">
@@ -50,8 +50,7 @@
5050
<br/>
5151

5252

53-
This package is written to support the mutual conversion between Roman numerals
54-
and Arabic numerals.
53+
This package is written to support the mutual conversion between Roman numerals and Arabic numerals.
5554

5655

5756
## Install
@@ -68,11 +67,6 @@ and Arabic numerals.
6867
yarn add @algorithm.ts/roman
6968
```
7069

71-
* deno
72-
73-
```typescript
74-
import { int2roman, roman2int } from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/roman/src/index.ts'
75-
```
7670

7771
## Usage
7872

@@ -109,4 +103,4 @@ and Arabic numerals.
109103
* [Roman numerals | Wikipedia](https://en.wikipedia.org/wiki/Roman_numerals)
110104

111105

112-
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/release-2.x.x/packages/roman#readme
106+
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/roman#readme

0 commit comments

Comments
 (0)