We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7deca23 commit 4b2be78Copy full SHA for 4b2be78
CHANGELOG.md
@@ -2,6 +2,11 @@
2
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.2.1...HEAD)
3
### Changed
4
- Updated SQLite to 3.49.0
5
+- Compile SQLite from source in WebGL platform
6
+
7
+### Fixed
8
+- Support for WebGL builds with any native build configuration
9
+- Make all column-related attributes inherit Unity's `PreserveAttribute`, avoiding properties being stripped from builds
10
11
12
## [1.2.1](https://github.com/gilzoide/unity-sqlite-net/tree/1.2.1)
0 commit comments