Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2026-01-12

- feat: Use cbor2 for all server state serialization instead of SuperJSON
(https://github.com/udibo/juniper/pull/63)
- feat: Return json for not found urls with file extensions
- feat: Add ignorePaths build configuration option
- fix: Move provider in shared layout in tanstack template
- docs: Improve styling guide for TailwindCSS

## [0.1.2] - 2026-01-05

### Added
Expand Down
Loading