Commit a180ceb 1 parent bde94bc commit a180ceb Copy full SHA for a180ceb
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ This change log follows the conventions of
8
8
9
9
Nothing so far.
10
10
11
+ ## [ 1.7.0] - 2022-11-15
12
+
13
+ ## Added
14
+
15
+ - A new function, ` char->int ` , allowing access to the UTF-16 code
16
+ units of characters. (Thanks to [ Gert Goet] ( https://github.com/eval )
17
+ for this contribution!)
18
+ - Access to the JavaScript
19
+ [ ` String ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String )
20
+ object to support the implementation of ` char->int ` .
21
+
11
22
## [ 1.6.1] - 2022-02-10
12
23
13
24
### Fixed
@@ -146,7 +157,8 @@ This was the first release that actually worked when installed via
146
157
147
158
Intial early release.
148
159
149
- [ unreleased ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...HEAD
160
+ [ unreleased ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.7.0...HEAD
161
+ [ 1.7.0 ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...v1.7.0
150
162
[ 1.6.1 ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.0...v1.6.1
151
163
[ 1.6.0 ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.5.0...v1.6.0
152
164
[ 1.5.0 ] : https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.4.3...v1.5.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bytefield-svg" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.7.0 " ,
4
4
"description" : " Generate byte field diagrams in SVG format from a Clojure/EDN DSL" ,
5
5
"main" : " lib.js" ,
6
6
"bin" : " cli.js" ,
You can’t perform that action at this time.
0 commit comments