File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ 2.3.1] - Unreleased
7+ ## [ 2.3.1] - 2026-02-21
88### Fixed
99- Types for Node [ #174 ]
10+ - ` FileSystemDirectoryHandle ` types in Deno.
1011- Added ` strict ` option to browser version.
1112
1213## [ 2.3.0] - 2025-12-25
@@ -122,7 +123,7 @@ Vento 2.0 is now dependency-free and compatible with browsers without a build st
122123[ #167 ] : https://github.com/ventojs/vento/issues/167
123124[ #174 ] : https://github.com/ventojs/vento/issues/174
124125
125- [ 2.3.1 ] : https://github.com/ventojs/vento/compare/v2.3.0...HEAD
126+ [ 2.3.1 ] : https://github.com/ventojs/vento/compare/v2.3.0...v2.3.1
126127[ 2.3.0 ] : https://github.com/ventojs/vento/compare/v2.2.0...v2.3.0
127128[ 2.2.0 ] : https://github.com/ventojs/vento/compare/v2.1.1...v2.2.0
128129[ 2.1.1 ] : https://github.com/ventojs/vento/compare/v2.1.0...v2.1.1
Original file line number Diff line number Diff line change 1+ /// <reference lib="dom" />
2+
13import { join } from "./utils.ts" ;
24import type { Loader , TemplateSource } from "../core/environment.ts" ;
35
You can’t perform that action at this time.
0 commit comments