Separate Builder
XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.
To migrate to fast-xml-builder;
From
import { XMLBuilder } from "fast-xml-parser";
To
import XMLBuilder from "fast-xml-builder";
XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.
v16.2.0-canary.61
- Fix params leaking into instant navigation shell in dev: #90455
- Limit build workers to pages+1: #90475
- Update Rspack production test manifest: #90412
- Update Rspack development test manifest: #90413
- Add @next/playwright package with instant() testing helper: #90470
- [turbopack] Reduce memory usage during compaction: #90229
- [sync-react] Allow syncing from a React commit: #90283
- Turbopack: Add line numbers to debug info in release-with-assertions profile: #90474
- Turbopack: emit env_diff span attribute for update: #90466
- test: unflake lru-disk-eviction on Windows: #90465
Huge thanks to @vercel-release-bot, @acdlite, @lukesandberg, @eps1lon, @bgw, @mischnic, and @andrewimm for helping!
v1.163.2
Version 1.163.2 - 2/25/26, 8:25 AM
- router-core: tanstack/store v0.9 requires createStore instead of new Store (#6759) (6b42138) by @Sheraff
- @tanstack/router-core@1.163.2
- @tanstack/solid-router@1.163.2
- @tanstack/react-router@1.163.2
- @tanstack/vue-router@1.163.2
- @tanstack/solid-router-ssr-query@1.163.2
- @tanstack/react-router-ssr-query@1.163.2
- @tanstack/vue-router-ssr-query@1.163.2
- @tanstack/router-ssr-query-core@1.163.2
- @tanstack/zod-adapter@1.163.2
- @tanstack/valibot-adapter@1.163.2
- @tanstack/arktype-adapter@1.163.2
- @tanstack/router-devtools@1.163.2
- @tanstack/solid-router-devtools@1.163.2
- @tanstack/react-router-devtools@1.163.2
- @tanstack/vue-router-devtools@1.163.2
- @tanstack/router-devtools-core@1.163.2
- @tanstack/router-generator@1.163.2
- @tanstack/router-cli@1.163.2
- @tanstack/router-plugin@1.163.2
- @tanstack/router-vite-plugin@1.163.2
- @tanstack/solid-start@1.163.2
- @tanstack/solid-start-client@1.163.2
- @tanstack/solid-start-server@1.163.2
- @tanstack/vue-start@1.163.2
- @tanstack/vue-start-client@1.163.2
- @tanstack/vue-start-server@1.163.2
- @tanstack/start-client-core@1.163.2
- @tanstack/start-server-core@1.163.2
- @tanstack/start-storage-context@1.163.2
- @tanstack/react-start@1.163.2
- @tanstack/react-start-client@1.163.2
- @tanstack/react-start-server@1.163.2
- @tanstack/start-plugin-core@1.163.2
- @tanstack/start-static-server-functions@1.163.2
v2.0.0-beta.3
- perf: Enable more Clippy performance checks and reduce redundant clones by @hardfist in https://github.com/web-infra-dev/rspack/pull/13069
- perf: remove unused env call by @hardfist in https://github.com/web-infra-dev/rspack/pull/13080
- perf: use slotmap for scope info by @CPunisher in https://github.com/web-infra-dev/rspack/pull/13101
- feat(progress-plugin)!: replace handler rest args with structured info object by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13049
- feat!: Add
pnp_manifestoption to resolver by @smeng9 in https://github.com/web-infra-dev/rspack/pull/12417
- fix: infinite loop in
is_available_chunkwhen chunk groups form a cycle by @SyMind in https://github.com/web-infra-dev/rspack/pull/13042 - fix: normalize file dependencies paths in CopyPlugin to prevent incorrect rebuild triggers by @SyMind in https://github.com/web-infra-dev/rspack/pull/13043
- fix(module-federation): encode runtime data URI and support named wrappers by @BleedingDev in https://github.com/web-infra-dev/rspack/pull/12982
- fix: generating correct types for
@rspack/lite-tapableby @colinaaa in https://github.com/web-infra-dev/rspack/pull/13048 - fix(rstest): hoist importActual ESM imports by @9aoy in https://github.com/web-infra-dev/rspack/pull/13025
- fix(rstest): replace
mockRequiretorstest_mock_requireby @9aoy in https://github.com/web-infra-dev/rspack/pull/13056
- refactor: move exports info out of module graph by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/13055
- refactor: Bind ImportedByDeferModulesArtifact to optimize chunk modules pass by @hardfist in https://github.com/web-infra-dev/rspack/pull/13059
- refactor: make finishModules readonly for compilation by @hardfist in https://github.com/web-infra-dev/rspack/pull/13058
- refactor: Add iterators to module graph helpers to avoid cloning by @hardfist in https://github.com/web-infra-dev/rspack/pull/13067
- refactor: replace collect api with iterator api by @hardfist in https://github.com/web-infra-dev/rspack/pull/13095
- refactor: make compilation readonly for CompilationSeal hook by @hardfist in https://github.com/web-infra-dev/rspack/pull/13060
- docs: standardize heading case in documentation by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13051
- docs: fix for words without space between them in the Introduction section by @arijitpatra in https://github.com/web-infra-dev/rspack/pull/13094
- chore: release v2.0.0-beta.2 by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13041
- chore(workflow): remove API check from pre commit by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13044
- chore(deps): remove simd-adler32 crate patch by @stormslowly in https://github.com/web-infra-dev/rspack/pull/13045
- chore(ci): remove setting mirror by @stormslowly in https://github.com/web-infra-dev/rspack/pull/13057
- chore(deps): update dependency prettier to v3.8.1 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13065
- chore(deps): update dependency rspack-vue-loader to ^17.5.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13066
- chore(deps): update dependency core-js to v3.48.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13062
- chore(deps): update dependency create-rstack to v1.8.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13063
- chore(deps): update dependency enhanced-resolve to v5.19.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13064
- chore(deps): update dependency @playwright/test to v1.58.2 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12874
- chore: update sftrace skill by @hardfist in https://github.com/web-infra-dev/rspack/pull/13078
- chore(deps): update dependency terser to v5.46.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13076
- chore(deps): update dependency mini-css-extract-plugin to ^2.10.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13075
- chore(deps): update dependency markdown-to-jsx to ^9.7.4 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13073
- chore(deps): update patch npm dependencies by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13084
- chore(deps): update patch crates by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13083
- chore(deps): update dependency @microsoft/api-extractor to v7.56.3 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13036
- chore(deps): update dependency webpack-sources to v3.3.4 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13082
- chore(deps): update dependency ws to ^8.19.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13089
- chore(deps): update dependency acorn to ^8.16.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13088
- chore(deps): update dependency check-dependency-version-consistency to v6 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13092
- chore(deps): update dependency @actions/core to v3 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13090
- chore(ci): don't cancel diff CI task on main branch by @stormslowly in https://github.com/web-infra-dev/rspack/pull/13099
- test: update imports to use rspack instead of webpack by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13100
- chore(deps): update dependency @biomejs/biome to ^2.4.4 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13085
- chore: remove api change and doc coverage checks by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13102
- chore(deps): update patch crates by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13110
- chore(deps): update patch npm dependencies by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/13111
- chore: Add benchmark for module graph API by @hardfist in https://github.com/web-infra-dev/rspack/pull/13112
- @BleedingDev made their first contribution in https://github.com/web-infra-dev/rspack/pull/12982
- @smeng9 made their first contribution in https://github.com/web-infra-dev/rspack/pull/12417
- @arijitpatra made their first contribution in https://github.com/web-infra-dev/rspack/pull/13094
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.2...v2.0.0-beta.3
v3.23.0
- Update grammar and themes - by @antfu (9b4ca)
- cli:
- Add stdin support and list commands - by @Divyapahuja31 and DIVYA PAHUJA in https://github.com/shikijs/shiki/issues/1241 (213f1)
- transformers:
- Add 'leading' position to transformerRenderWhitespace - by @Divyapahuja31 and DIVYA PAHUJA in https://github.com/shikijs/shiki/issues/1236 (49cbb)
- Add support for [!code info] notation - by @Divyapahuja31 and DIVYA PAHUJA in https://github.com/shikijs/shiki/issues/1237 (cd2a6)
- Add
declaremodifier to top level declarations in.d.ts- by @KazariEX in https://github.com/shikijs/shiki/issues/1242 (142d5) - cli: Normalize language/extension casing for CLI inputs - by @Nandann018-ux and @antfu in https://github.com/shikijs/shiki/issues/1245 (4bea1)
handle non-array input for XML builder && support maxNestedTags
- support maxNestedTags
- handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
- save use of js properies Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8
v1.163.1
Version 1.163.1 - 2/25/26, 1:09 AM
- don"t rely on syntheticNamedExports in import protection (#6758) (c099ebf) by Manuel Schiller
- @tanstack/start-plugin-core@1.163.1
- @tanstack/solid-start@1.163.1
- @tanstack/vue-start@1.163.1
- @tanstack/react-start@1.163.1
- @tanstack/start-static-server-functions@1.163.1
@blueprintjs/datetime@6.0.16
No documented user-facing changes
@blueprintjs/table@6.0.16
No documented user-facing changes