Skip to content

Commit 960f60a

Browse files
committed
fix(changelog): update release date for version 0.2.0 and add missing entries in README
1 parent 8b916d4 commit 960f60a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.0] (unreleased)
5+
## [0.2.0] (2025-12-01)
66

77
### Added
88

99
- **Node.js v25 API sync**: SQLite 3.51.1, native `Symbol.dispose` in C++, Session class exposed in public API
10-
1110
- **New database open options**: `readBigInts`, `returnArrays`, `allowBareNamedParameters`, `allowUnknownNamedParameters`, `defensive`, `open`
12-
1311
- **Defensive mode**: `enableDefensive()` method to prevent SQL from deliberately corrupting the database
14-
1512
- **Statement enhancements**: `setAllowUnknownNamedParameters()` method, `finalized` property
16-
1713
- **Type identification**: `sqlite-type` symbol property on DatabaseSync (Node.js PR #59405)
18-
1914
- **Enhanced SQLite errors**: New properties `sqliteCode`, `sqliteExtendedCode`, `code`, `sqliteErrorString`, `systemErrno`
20-
2115
- **ARM64 prebuilds**: macOS Apple Silicon and Windows ARM64 binaries
22-
2316
- **Tagged template literals**: `db.createTagStore()` for cached prepared statements (Node.js PR #58748)
24-
2517
- **Authorization API**: `db.setAuthorizer()` for security callbacks (Node.js PR #59928)
26-
2718
- **Standalone backup**: `backup(srcDb, destFile, options?)` for one-liner database backups with progress callbacks
2819

2920
### Fixed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @photostructure/sqlite
22

3+
[![npm version](https://img.shields.io/npm/v/@photostructure/sqlite.svg)](https://www.npmjs.com/package/@photostructure/sqlite)
4+
[![CI](https://github.com/photostructure/node-sqlite/actions/workflows/build.yml/badge.svg)](https://github.com/photostructure/node-sqlite/actions/workflows/build.yml)
5+
36
Native SQLite for Node.js 20+ without the experimental flag. Drop-in replacement for `node:sqlite`. Updated to Node.js v25 for latest features and native Symbol.dispose resource management.
47

58
## Installation

0 commit comments

Comments
 (0)