Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
MIT License
270
stars
16
forks
source link
Bump the minor group in /docs with 32 updates #307
#11507a62345f Thanks @ematipico! - Adds color-coding to the console output during the build to highlight slow pages.
Pages that take more than 500 milliseconds to render will have their build time logged in red. This change can help you discover pages of your site that are not performant and may need attention.
#11379e5e2d3e Thanks @alexanderniebuhr! - The experimental.contentCollectionJsonSchema feature introduced behind a flag in v4.5.0 is no longer experimental and is available for general use.
If you are working with collections of type data, Astro will now auto-generate JSON schema files for your editor to get IntelliSense and type-checking. A separate file will be created for each data collection in your project based on your collections defined in src/content/config.ts using a library called zod-to-json-schema.
This feature requires you to manually set your schema's file path as the value for $schema in each data entry file of the collection:
Alternatively, you can set this value in your editor settings. For example, to set this value in VSCode's json.schemas setting, provide the path of files to match and the location of your JSON schema:
#11507a62345f Thanks @ematipico! - Adds color-coding to the console output during the build to highlight slow pages.
Pages that take more than 500 milliseconds to render will have their build time logged in red. This change can help you discover pages of your site that are not performant and may need attention.
#11379e5e2d3e Thanks @alexanderniebuhr! - The experimental.contentCollectionJsonSchema feature introduced behind a flag in v4.5.0 is no longer experimental and is available for general use.
If you are working with collections of type data, Astro will now auto-generate JSON schema files for your editor to get IntelliSense and type-checking. A separate file will be created for each data collection in your project based on your collections defined in src/content/config.ts using a library called zod-to-json-schema.
This feature requires you to manually set your schema's file path as the value for $schema in each data entry file of the collection:
Alternatively, you can set this value in your editor settings. For example, to set this value in VSCode's json.schemas setting, provide the path of files to match and the location of your JSON schema:
Bumps the minor group in /docs with 32 updates:
4.12.3
4.13.0
0.8.3
0.9.1
2.10.0
2.10.1
2.12.8
2.13.1
7.25.0
7.25.3
7.25.2
7.25.3
0.35.3
0.35.4
0.35.3
0.35.4
0.35.3
0.35.4
0.35.3
0.35.4
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
4.19.1
4.19.2
0.35.3
0.35.4
1.0.30001645
1.0.30001646
0.35.3
0.35.4
0.35.3
0.35.4
4.19.1
4.19.2
1.0.11
1.0.12
Updates
astro
from 4.12.3 to 4.13.0Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
4474887
[ci] release (#11578)6aaeec5
Update errors-data.ts for Astro.rewrite release in 4.13 (#11580)750d532
fix(deps): update all non-major dependencies (#11565)45ad326
feat: stabilise the rewrite APIs (#11542)a62345f
feat: log slow pages in red (#11507)2cf770d
[ci] formate5e2d3e
chore: unflag contentCollectionJsonSchema (#11379)60b2766
Verify you can use server:defer on self-imported module (#11577)Updates
@astrojs/check
from 0.8.3 to 0.9.1Release notes
Sourced from
@astrojs/check
's releases.Changelog
Sourced from
@astrojs/check
's changelog.Commits
492b2bf
Version Packages (#926)93b5c30
Version Packages (#925)Updates
@astrojs/compiler
from 2.10.0 to 2.10.1Release notes
Sourced from
@astrojs/compiler
's releases.Commits
b9b0b6a
[ci] release (#1034)21b7b95
revert: top level returns transformations (#1036)af471f5
fix(tsx): Collect multibytes characters in skipped script and styles (#1033)0ebfc96
chore: cover all tests (#1011)Updates
@astrojs/language-server
from 2.12.8 to 2.13.1Release notes
Sourced from
@astrojs/language-server
's releases.Changelog
Sourced from
@astrojs/language-server
's changelog.Commits
492b2bf
Version Packages (#926)cc94bef
chore: changeset93b5c30
Version Packages (#925)3a60f00
FixAstro.glob
CodeLens (#924)b65d6b4
Adds support for SCSS and LESS intellisense inside style tags (#923)Updates
@babel/parser
from 7.25.0 to 7.25.3Release notes
Sourced from
@babel/parser
's releases.Changelog
Sourced from
@babel/parser
's changelog.Commits
787c7cd
v7.25.3782e0ea
Add@babel/types
as a dependency of@babel/parser
(#16688)2413d1a
Add eslint-plugin-regexp (#16680)Updates
@babel/traverse
from 7.25.2 to 7.25.3Release notes
Sourced from
@babel/traverse
's releases.Changelog
Sourced from
@babel/traverse
's changelog.Commits
787c7cd
v7.25.3992c6e0
Avoid validating visitors produced bytraverse.visitors.merge
(#16699)44efb5f
print@babel/traverse
version on unknown AST types (#16701)Updates
@expressive-code/core
from 0.35.3 to 0.35.4Release notes
Sourced from
@expressive-code/core
's releases.Changelog
Sourced from
@expressive-code/core
's changelog.Commits
c619dcc
[CI] Release (#229)876d24c
Improve performance oftabindex
module (#228)Updates
@expressive-code/plugin-frames
from 0.35.3 to 0.35.4Release notes
Sourced from
@expressive-code/plugin-frames
's releases.Changelog
Sourced from
@expressive-code/plugin-frames
's changelog.Commits
c619dcc
[CI] Release (#229)21fdaa4
Docs: Remove duplicate dashUpdates
@expressive-code/plugin-shiki
from 0.35.3 to 0.35.4Release notes
Sourced from
@expressive-code/plugin-shiki
's releases.Changelog
Sourced from
@expressive-code/plugin-shiki
's changelog.Commits
c619dcc
[CI] Release (#229)Updates
@expressive-code/plugin-text-markers
from 0.35.3 to 0.35.4Release notes
Sourced from
@expressive-code/plugin-text-markers
's releases.Changelog
Sourced from
@expressive-code/plugin-text-markers
's changelog.Commits
c619dcc
[CI] Release (#229)Updates
@rollup/rollup-android-arm-eabi
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-android-arm-eabi
's releases.Changelog
Sourced from
@rollup/rollup-android-arm-eabi
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-android-arm64
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-android-arm64
's releases.Changelog
Sourced from
@rollup/rollup-android-arm64
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-darwin-arm64
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-darwin-arm64
's releases.Changelog
Sourced from
@rollup/rollup-darwin-arm64
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-darwin-x64
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-darwin-x64
's releases.Changelog
Sourced from
@rollup/rollup-darwin-x64
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-arm-gnueabihf
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-arm-gnueabihf
's releases.Changelog
Sourced from
@rollup/rollup-linux-arm-gnueabihf
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-arm-musleabihf
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-arm-musleabihf
's releases.Changelog
Sourced from
@rollup/rollup-linux-arm-musleabihf
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-arm64-gnu
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-arm64-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-arm64-gnu
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-arm64-musl
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-arm64-musl
's releases.Changelog
Sourced from
@rollup/rollup-linux-arm64-musl
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-powerpc64le-gnu
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-powerpc64le-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-powerpc64le-gnu
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-riscv64-gnu
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-riscv64-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-riscv64-gnu
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-s390x-gnu
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-s390x-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-s390x-gnu
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-x64-gnu
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-x64-gnu
's releases.Changelog
Sourced from
@rollup/rollup-linux-x64-gnu
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-linux-x64-musl
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-linux-x64-musl
's releases.Changelog
Sourced from
@rollup/rollup-linux-x64-musl
's changelog.Commits
39955e5
4.19.27625d3e
Fix retrieval of literal values for chained namespaces (#5597)Updates
@rollup/rollup-win32-arm64-msvc
from 4.19.1 to 4.19.2Release notes
Sourced from
@rollup/rollup-win32-arm64-msvc
's releases.