Releases: aprendendofelipe/barso
Releases · aprendendofelipe/barso
barso: v0.8.0
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-09-11)
⚠ BREAKING CHANGES
require Node.js >= 22.13.0 and migrate to Vitest 5.
Features
migrate to vitest 5 and update dependencies (064c004 )
barso: v0.7.1
Compare
Sorry, something went wrong.
No results found
0.7.1 (2026-07-26)
Features
types: add TypeScript module declarations (083b768 )
worktrees: update ignore patterns to exclude worktrees (b9c20c8 )
Bug Fixes
eslint-plugin-import: uses preview compatible with ESLint v10 (fee4177 )
barso: v0.7.0
Compare
Sorry, something went wrong.
No results found
0.7.0 (2026-07-18)
⚠ BREAKING CHANGES
eslint: disallow importing Vitest globals
eslint: enable React JSX runtime preset
Features
eslint: disallow importing Vitest globals (c74f2f4 )
eslint: enable React JSX runtime preset (861b579 )
barso: v0.6.5
Compare
Sorry, something went wrong.
No results found
0.6.5 (2026-07-18)
Features
linters: update deps, ignores and React version to 19 (3b9a2dc )
Vitest: remove esbuild settings (1f847c4 )
barso: v0.6.4
Compare
Sorry, something went wrong.
No results found
0.6.4 (2026-06-05)
Features
test: forward any vitest arguments (002d8d1 )
update test scripts to use agent reporter (9394970 )
Bug Fixes
resolve DEP0190 by removing shell:true from spawn (b37b603 )
test script: run Vitest once instead of watch mode (8e68bad )
barso: v0.6.3
Compare
Sorry, something went wrong.
No results found
0.6.3 (2026-03-19)
Features
deps: revert update of @vitejs/plugin-react and jsdom (a6a6e3b )
barso: v0.6.2
Compare
Sorry, something went wrong.
No results found
0.6.2 (2026-03-18)
Features
lint-staged: support TypeScript files in linting configuration (7dee718 )
update dependencies (0c5ff82 )
barso: v0.6.1
Compare
Sorry, something went wrong.
No results found
0.6.1 (2026-01-05)
Features
add preview release workflow (8d1c19c )
deps: update dependencies (c4c4781 )
release: configure release-please action (df21a9c )
v0.6.0
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-05-10)
⚠ BREAKING CHANGES
eslint: Projects that define inline components inside render functions will now fail linting due to the new react/no-unstable-nested-components rule being set to error. Manual changes are required to comply with the rule.
Features
eslint: add React rule to disallow useless fragments (f2cc4b2 )
eslint: add rule to disallow nested components in React (8b02f00 )
Miscellaneous Chores
update dependencies to latest versions (ba3d0e2 )
v0.5.0
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-04-22)
Features
ESLint: add additional Vitest rules (f434d66 )