-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
## [Unreleased](/~https://github.com/gilzoide/unity-sqlite-net/compare/1.1.2...HEAD) | ||
### Added | ||
- GitHub Action that builds all native libraries | ||
- Support for macOS with Intel CPU | ||
|
||
### Changed | ||
- Updated SQLite to 3.48.0 | ||
- Updated SQLite-net to v1.9.172 | ||
|
||
|
||
## [1.1.2](/~https://github.com/gilzoide/unity-sqlite-net/tree/1.1.2) | ||
### Fixed | ||
- Support for the async API in WebGL platform | ||
|
||
|
||
## [1.1.1](/~https://github.com/gilzoide/unity-sqlite-net/tree/1.1.1) | ||
### Fixed | ||
- "duplicate column name" errors on `CreateTable` on builds with managed code stripping enabled | ||
|
||
|
||
## [1.1.0](/~https://github.com/gilzoide/unity-sqlite-net/tree/1.1.0) | ||
### Added | ||
- Support for persisting data in WebGL builds using idbvfs | ||
- SQLiteREPL sample | ||
- SQLitePreparedStatement class, a low-level wrapper for `sqlite3_stmt` | ||
- Support for code signing macOS shared library from Makefile | ||
|
||
### Changed | ||
- Updated SQLite to 3.46.1 | ||
- Change version of Emscripten used from latest to 1.40.1, so that the plugin works in Unity versions below 2021.2 | ||
|
||
### Fixed | ||
- Remove usage of `--platform` on Dockerfile to work with newer versions of Docker | ||
|
||
|
||
## [1.0.1](/~https://github.com/gilzoide/unity-sqlite-net/tree/1.0.1) | ||
### Changed | ||
- License first-party code under the MIT license | ||
|
||
|
||
## [1.0.0](/~https://github.com/gilzoide/unity-sqlite-net/tree/1.0.0) | ||
### Added | ||
- SQLite 3.45.2, prebuilt for Windows, Linux, macOS, Android and WebGL, and built from source in iOS, tvOS and visionOS | ||
- SQLite-net v1.8.116, both sync and async APIs | ||
- `SQLiteConnection.Serialize` and `SQLiteConnection.Deserialize` extension methods |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.