We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3cc08 commit b54a83aCopy full SHA for b54a83a
CHANGELOG.md
@@ -1,19 +1,27 @@
1
# arithmetic-coding CHANGELOG
2
3
-## v1.0.0
+## v1.2.1
4
5
-2019.03.29
+2019.03.31
6
7
-- Finished API and CLI support.
+- Added Chinese documentation.
8
+- Adopted Standard JS style.
9
+- Updated benchmarks.
10
+
11
+## v1.2.0
12
13
+2019.03.30
14
15
+- Removed `long.js` and change number of bits for better performance.
16
17
## v1.1.0
18
19
2019.03.30
20
21
- Added Buffer support.
22
-## v1.2.0
23
+## v1.0.0
24
-2019.03.30
25
+2019.03.29
26
-- Remove `long.js` and change number of bits for better performance.
27
+- Finished API and CLI support.
0 commit comments