-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
55 lines (47 loc) · 1.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
0.4.5 - Oct 25 2023
* Added TEXT* macro suggested in pull-request #11
by [Mark Evenson, <[email protected]>]
https://github.com/wmannis/cl-svg/pull/25
[Patrick Stein, <[email protected]>]
0.4.4 - Oct 25 2023
* Made work with ABCL based on clues in this ABCL bug
report: https://abcl.org/trac/ticket/223
(though the diff there is no longer accessible)
https://github.com/wmannis/cl-svg/pull/24
[Patrick Stein, <[email protected]>]
0.4.3 - Oct 25 2023
* from https://github.com/wmannis/cl-svg/pull/12
by [ghost]
https://github.com/wmannis/cl-svg/pull/22
[Patrick Stein, <[email protected]>]
0.4.2 - Oct 25 2023
* from https://github.com/wmannis/cl-svg/issue/10
reported by [Steve Losh, [email protected]]
https://github.com/wmannis/cl-svg/pull/21
[Patrick Stein, <[email protected]>]
0.4.1 - Oct 25 2023
* added test suite
https://github.com/wmannis/cl-svg/pull/20
[Patrick Stein, <[email protected]>]
0.4.0 - Oct 14 2023
* corrected evaluation order of TRANSFORM macro
https://github.com/wmannis/cl-svg/pull/19
[Patrick Stein, <[email protected]>]
* corrected ASDF version format
https://github.com/wmannis/cl-svg/pull/13
[Oleg Bocharov <[email protected]>]
0.03 - Jan 20 2018
* homogenzied handling of output numbers, so that paths and
transformations get proper precision control
* added fiddly bits to cope with different browsers' divergent
handling of floating point zero (some accept it, some do not)
* retrieved documentation from Google wiki format
0.02 - June 15 2008
* fixed duplicate :text-length in XMLIFY-KEYWORD (format-xml.lisp)
* added ADD-NAMESPACE method, available to all elements (svg.lisp)
* added SCRIPT-LINK function (svg.lisp)
* added MAKE-FOREIGN-OBJECT (svg.lisp)
* bug in TRANSFORM with multiple transformations fixed (svg.lisp)
* SCRIPT includes a type property now (svg.lisp)
0.01 - June 14 2008
* initial release