Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Jan 15, 2025
1 parent 32469ae commit 066fe1a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
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
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 066fe1a

Please sign in to comment.