@pixelverse/strichjs-sdk 0.9.10 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/strich.js +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0] - 2023-03-15
|
|
4
|
+
|
|
5
|
+
_This is the first public release. A special thank you to all pilot users for getting us here!_
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Log engine version on initialization.
|
|
10
|
+
|
|
11
|
+
## [0.9.11] - 2023-03-13
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Fixed memory access violations which manifested quickly when all symbologies are activated
|
|
16
|
+
|
|
3
17
|
## [0.9.10] - 2023-03-10
|
|
4
18
|
|
|
5
19
|
### Changed
|