|
| 1 | +## [3.0.7](https://github.com/jshor/symbology/compare/v3.0.6...v3.0.7) (2021-11-20) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **deps:** corrects nan dependency ([45b17cd](https://github.com/jshor/symbology/commit/45b17cdedc0b385b5e939bb67ceba0894037884b)) |
| 7 | + |
| 8 | + |
| 9 | + |
1 | 10 | ## [3.0.6](https://github.com/jshor/symbology/compare/v3.0.5...v3.0.6) (2021-09-04) |
2 | 11 |
|
3 | 12 |
|
|
93 | 102 |
|
94 | 103 | ### Bug Fixes |
95 | 104 |
|
96 | | -* **version:** adds missing C file ref, version mgmt ([#37](https://github.com/jshor/symbology/issues/37)) ([0903303](https://github.com/jshor/symbology/commit/090330333cdefdedd9e72eccf0e94c4524daf6ec)) |
97 | | -* powershell bug ([#27](https://github.com/jshor/symbology/issues/27)) ([c8e6fdf](https://github.com/jshor/symbology/commit/c8e6fdf3f70a04384dc97f471e042220dddc7afc)) |
98 | | -* **appveyor:** update script to include debug msg and wrap conditionals ([#26](https://github.com/jshor/symbology/issues/26)) ([2859265](https://github.com/jshor/symbology/commit/285926561bc0d9b7e62e26b7c1d188b0fef0567e)) |
99 | 105 | * adds patch system to apply stdout fixes ([d0ac5bc](https://github.com/jshor/symbology/commit/d0ac5bcab4be9d18dcb32ca71f9e30174d44f46d)) |
100 | | -* **binding:** updates lib to properly convert bitmap chars ([51c0990](https://github.com/jshor/symbology/commit/51c0990b08bcb5aff2b38dd45113fc5a6e1ae365)) |
101 | 106 | * adds support for Node v12+ ([bffc800](https://github.com/jshor/symbology/commit/bffc800e0bd57e4cf48913bf0d79c33517ab1fd3)) |
| 107 | +* **appveyor:** update script to include debug msg and wrap conditionals ([#26](https://github.com/jshor/symbology/issues/26)) ([2859265](https://github.com/jshor/symbology/commit/285926561bc0d9b7e62e26b7c1d188b0fef0567e)) |
| 108 | +* **binding:** updates lib to properly convert bitmap chars ([51c0990](https://github.com/jshor/symbology/commit/51c0990b08bcb5aff2b38dd45113fc5a6e1ae365)) |
| 109 | +* powershell bug ([#27](https://github.com/jshor/symbology/issues/27)) ([c8e6fdf](https://github.com/jshor/symbology/commit/c8e6fdf3f70a04384dc97f471e042220dddc7afc)) |
102 | 110 | * **unix:** removes remaining png.c refs; enables pipe() for non-Win32 ([7131d1c](https://github.com/jshor/symbology/commit/7131d1c173a2dff7f86a8d7a07cb4dee8b4dee0b)) |
| 111 | +* **version:** adds missing C file ref, version mgmt ([#37](https://github.com/jshor/symbology/issues/37)) ([0903303](https://github.com/jshor/symbology/commit/090330333cdefdedd9e72eccf0e94c4524daf6ec)) |
103 | 112 |
|
104 | 113 |
|
105 | 114 | ### Features |
106 | 115 |
|
107 | | -* implements ability to alter dot size [#32](https://github.com/jshor/symbology/issues/32) ([32b9b42](https://github.com/jshor/symbology/commit/32b9b42775b7943e54d6586d4aaf1ec8895c29d5)) |
108 | 116 | * **alpha:** implements alpha channel support [#35](https://github.com/jshor/symbology/issues/35) ([993699b](https://github.com/jshor/symbology/commit/993699b9468d0d00ac413fdba8e1f02da1f7318a)) |
109 | 117 | * **encoding:** adds encoding support for ECI and input modes ([#30](https://github.com/jshor/symbology/issues/30)) ([e9ff0d0](https://github.com/jshor/symbology/commit/e9ff0d086f5abd5c2c1cfa85c463909b870d2566)) |
| 118 | +* implements ability to alter dot size [#32](https://github.com/jshor/symbology/issues/32) ([32b9b42](https://github.com/jshor/symbology/commit/32b9b42775b7943e54d6586d4aaf1ec8895c29d5)) |
110 | 119 | * **rotation:** implements rotations [#31](https://github.com/jshor/symbology/issues/31) ([11b69e6](https://github.com/jshor/symbology/commit/11b69e6844a85c8bb6170c0476ccb8633d5a0e9f)) |
111 | 120 | * **windows:** adds Node 11+ support ([#23](https://github.com/jshor/symbology/issues/23)) ([915f15c](https://github.com/jshor/symbology/commit/915f15c46ce677b866b9af983ee429a57d082fd9)) |
112 | 121 | * **zint:** upgrades to v2.9.1 ([3bd4855](https://github.com/jshor/symbology/commit/3bd48551dc9c2a908ba07990c33980c8ff955699)) |
|
0 commit comments