Releases: japa/file-system
Releases · japa/file-system
Update dependencies
2.3.1 (2024-12-18)
Full Changelog: v2.3.0...v2.3.1
Support @japa/assert@3.x.x
Commits
- chore: move to release-it (fe17501)
- chore: update dependencies (74ce754)
- chore: add @japa/assert new peer dependency (c33b115)
Full Changelog: v2.1.1...v2.3.0
Add fileNotContains and dump methods
- The
assert.fileNotContains
method allows writing assertions to ensure the file does not contain the unexpected values. - And the
fs.dump
method logs the file contents to the console.
Commits
- feat: add helper to dump file contents 5a66f98
- feat: add fileNotContains assertion b437515
- chore: update dependencies 7f86439
Full Changelog: v2.1.1...v2.2.0
Fix fileContains assertion expected property type
- fix: assertion excepted property type b902c0c
Full Changelog: v2.1.0...v2.1.1
Add mkdir method and make fileContains run multiple assertions
- feat: make fileContains assertion to accept multiple substrings to match 2007b4e
- feat: add mkdir method to create nested directories afee3c0
- chore: update dependencies da4c23f
Full Changelog: v2.0.1...v2.1.0
Use tsup for bundling
Full Changelog: v2.0.0...v2.0.1
Major release under latest tag
- docs: remove snyk badge af3c3ea
- chore: publish under latest tag a900610
- chore: update dependencies 3b6ebe3
Full Changelog: v1.1.0...v2.0.0
Remove fs-extra
Full Changelog: v2.0.0-1...v2.0.0-2
Pre-release for v3
Migrate to ESM
Migrate to ESM
Apart from migration to ESM, no breaking changes.
If your application is still using commonjs, it will be incompatible with the next version of Japa.
See japa/runner#30