Skip to content

Commit 8845542

Browse files
brainkimclaude
andcommitted
release: v0.1.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent fc94a9e commit 8845542

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2025-12-22
9+
10+
### Added
11+
12+
- New type exports: `PartialTable`, `DerivedTable`, `SetValues`, `FieldDBMeta`, `ReferenceInfo`, `CompoundReference`, `TaggedQuery`, `SQLDialect`, `isTable`
13+
- Views documentation section in README
14+
- `EnsureError` and `SchemaDriftError` documented in error types
15+
16+
### Changed
17+
18+
- Reorganized `zen.ts` exports into logical groups
19+
- README Types section now accurately reflects actual exports (removed non-existent `SQLFragment`, `DDLFragment`, `DBExpression`)
20+
21+
### Fixed
22+
23+
- `isTable` type guard now exported (was missing)
24+
825
## [0.1.1] - 2025-12-21
926

1027
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b9g/zen",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The simple database client. Define tables. Write SQL. Get objects.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)