|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## 1.2.5 - 2024-03-13 |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +## [1.2.6] - 2024-03-14 |
| 6 | + |
| 7 | +- Support types without enabling `esModuleInterop` in TypeScript. |
| 8 | + |
| 9 | +## [1.2.5] - 2024-03-13 |
4 | 10 |
|
5 | 11 | - Fixed error computing some quadratic Bézier curves cases. |
6 | 12 |
|
7 | | -## 1.2.4 - 2023-02-09 |
| 13 | +## [1.2.4] - 2023-02-09 |
8 | 14 |
|
9 | 15 | - Optimized proccesing of segments based on [Simple Icons] data. |
10 | 16 |
|
11 | 17 | [Simple Icons]: https://github.com/simple-icons/simple-icons |
12 | 18 |
|
13 | | -## 1.2.3 - 2022-12-23 |
| 19 | +## [1.2.3] - 2022-12-23 |
14 | 20 |
|
15 | 21 | - Fixed CLI not being executed in some versions of Node.js < v16. |
16 | 22 |
|
17 | | -## 1.2.2 - 2022-05-26 |
| 23 | +## [1.2.2] - 2022-05-26 |
18 | 24 |
|
19 | 25 | - Fixed edge case computing cubic Bézier curves bounding boxes. |
20 | 26 |
|
21 | | -## 1.2.1 - 2022-05-12 |
| 27 | +## [1.2.1] - 2022-05-12 |
22 | 28 |
|
23 | 29 | - Fixed error computing cubic Bézier curves bounding boxes. |
24 | 30 |
|
25 | | -## 1.2.0 - 2022-05-07 |
| 31 | +## [1.2.0] - 2022-05-07 |
26 | 32 |
|
27 | 33 | - Use default export for better interoperability. |
28 | 34 |
|
29 | | -## 1.1.0 - 2022-05-05 |
| 35 | +## [1.1.0] - 2022-05-05 |
30 | 36 |
|
31 | 37 | - Add support for Typescript. |
32 | 38 |
|
33 | | -## 1.0.2 - 2022-01-11 |
| 39 | +## [1.0.2] - 2022-01-11 |
34 | 40 |
|
35 | 41 | - Add basic options `--version` and `--help` to CLI. |
36 | 42 |
|
37 | | -## 1.0.1 - 2021-06-21 |
| 43 | +## [1.0.1] - 2021-06-21 |
38 | 44 |
|
39 | 45 | - Fixed error computing limits for cubic Bèzier curves of length 0. |
40 | 46 |
|
41 | | -## 1.0.0 - 2021-06-03 |
| 47 | +## [1.0.0] - 2021-06-03 |
42 | 48 |
|
43 | 49 | - Testing with 100% coverage. |
44 | 50 | - Make `svgPathBbox` function the default export. |
45 | 51 |
|
46 | | -## 0.2.0 - 2020-12-22 |
| 52 | +## [0.2.0] - 2020-12-22 |
47 | 53 |
|
48 | 54 | - Removed almost all public API functions (only keep `svgPathBbox` function). |
49 | 55 | - Removed `polf` dependency. |
50 | 56 | - Optimized quadratic Bézier curves minimum and maximum values computation. |
51 | 57 | - Optimized cubic Bézier curves minimum and maximum values computation. |
52 | 58 | - Optimized lineal segments minimum and maximum values computation. |
53 | 59 |
|
54 | | -## 0.1.5 - 2020-11-26 |
| 60 | +## [0.1.5] - 2020-11-26 |
55 | 61 |
|
56 | 62 | - Documentation improved. |
57 | 63 | - Switch CI to Github Actions. |
58 | 64 |
|
59 | | -## 0.1.4 - 2020-11-23 |
| 65 | +## [0.1.4] - 2020-11-23 |
60 | 66 |
|
61 | 67 | - Document and export `quadraticBezierCurveBbox` function. |
62 | 68 | - Remove development file from NPM package. |
63 | 69 | - Update acknowledgments. |
64 | 70 |
|
65 | | -## 0.1.1 - 2020-11-19 |
| 71 | +## [0.1.1] - 2020-11-19 |
66 | 72 |
|
67 | 73 | - Fix error computing bounding boxes for Q, T and some C commands. |
68 | 74 |
|
69 | | -## 0.0.47 - 2020-07-23 |
| 75 | +## [0.0.47] - 2020-07-23 |
70 | 76 |
|
71 | 77 | - Separate point on line functions in another package. |
72 | 78 | - Replaced svg-path-parser dependency with svgpath to optimize parsing time. |
|
75 | 81 | - Fix errors in utility functions. |
76 | 82 | - Add tests for utilities and command line client. |
77 | 83 |
|
78 | | -## 0.0.28 - 2020-05-22 |
| 84 | +## [0.0.28] - 2020-05-22 |
79 | 85 |
|
80 | 86 | - Update LICENSE. |
81 | 87 | - Fix error converting quaratic to Bézier coordinates. |
82 | 88 | - Add tests for some bounding boxes functions. |
83 | 89 |
|
84 | | -## 0.0.26 - 2020-05-21 |
| 90 | +## [0.0.26] - 2020-05-21 |
85 | 91 |
|
86 | 92 | - Removed `quadraticBezierCurveBbox` function. |
87 | 93 | - Optimized quadratic Bézier curve bounding box computation. |
88 | 94 | - Optimized cubic Bézier curve bounding box algorithm. |
89 | 95 | - Fixed error on V and H commands computing SVG path bbox. |
90 | 96 |
|
91 | | -## 0.0.20 - 2020-05-17 |
| 97 | +## [0.0.20] - 2020-05-17 |
92 | 98 |
|
93 | 99 | - Add function to obtain an array of numbers from SVG path. |
94 | 100 | - Multiple paths as arguments for command line script. |
95 | 101 |
|
96 | | -## 0.0.13 - 2020-05-17 |
| 102 | +## [0.0.13] - 2020-05-17 |
97 | 103 |
|
98 | 104 | - Add command line interface. |
99 | 105 | - Add linting. |
100 | 106 | - Released to NPM. |
101 | 107 | - Add documentation. |
102 | 108 | - Add changelog. |
103 | 109 | - Basic functionalities finished. |
| 110 | + |
| 111 | +[Unreleased]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.6...HEAD |
| 112 | +[1.2.6]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.5...v1.2.6 |
| 113 | +[1.2.5]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.4...v1.2.5 |
| 114 | +[1.2.4]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.3...v1.2.4 |
| 115 | +[1.2.3]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.2...v1.2.3 |
| 116 | +[1.2.2]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.1...v1.2.2 |
| 117 | +[1.2.1]: https://github.com/mondeja/svg-path-bbox/compare/v1.2.0...v1.2.1 |
| 118 | +[1.2.0]: https://github.com/mondeja/svg-path-bbox/compare/v1.1.0...v1.2.0 |
| 119 | +[1.1.0]: https://github.com/mondeja/svg-path-bbox/compare/v1.0.2...v1.1.0 |
| 120 | +[1.0.2]: https://github.com/mondeja/svg-path-bbox/compare/v1.0.1...v1.0.2 |
| 121 | +[1.0.1]: https://github.com/mondeja/svg-path-bbox/compare/v1.0.0...v1.0.1 |
| 122 | +[1.0.0]: https://github.com/mondeja/svg-path-bbox/compare/v0.2.0...v1.0.0 |
| 123 | +[0.2.0]: https://github.com/mondeja/svg-path-bbox/compare/v0.1.5...v0.2.0 |
| 124 | +[0.1.5]: https://github.com/mondeja/svg-path-bbox/compare/v0.1.4...v0.1.5 |
| 125 | +[0.1.4]: https://github.com/mondeja/svg-path-bbox/compare/v0.1.1...v0.1.4 |
| 126 | +[0.1.1]: https://github.com/mondeja/svg-path-bbox/compare/v0.0.47...v0.1.1 |
| 127 | +[0.0.47]: https://github.com/mondeja/svg-path-bbox/compare/v0.0.28...v0.0.47 |
| 128 | +[0.0.28]: https://github.com/mondeja/svg-path-bbox/compare/v0.0.26...v0.0.28 |
| 129 | +[0.0.26]: https://github.com/mondeja/svg-path-bbox/compare/v0.0.20...v0.0.26 |
| 130 | +[0.0.20]: https://github.com/mondeja/svg-path-bbox/compare/v0.0.13...v0.0.20 |
| 131 | +[0.0.13]: https://github.com/mondeja/svg-path-bbox/releases/tag/v0.0.13 |
0 commit comments