Skip to content

Releases: japa/file-system

Support @japa/assert@3.x.x

01 Apr 13:53
Compare
Choose a tag to compare

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

19 Jan 09:50
Compare
Choose a tag to compare
  • 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

24 Dec 06:49
Compare
Choose a tag to compare
  • fix: assertion excepted property type b902c0c

Full Changelog: v2.1.0...v2.1.1

Add mkdir method and make fileContains run multiple assertions

16 Dec 08:59
Compare
Choose a tag to compare
  • 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

06 Nov 09:46
Compare
Choose a tag to compare
  • chore: use tsup for bundling e1a973e
  • chore: update dependencies fd71c59

Full Changelog: v2.0.0...v2.0.1

Major release under latest tag

07 Oct 05:43
Compare
Choose a tag to compare
  • 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

25 Sep 11:22
Compare
Choose a tag to compare
Remove fs-extra Pre-release
Pre-release
  • chore: update peer dependencies range f2d2394
  • chore: remove fs-extra cb25a5b

Full Changelog: v2.0.0-1...v2.0.0-2

Pre-release for v3

28 Jun 22:39
Compare
Choose a tag to compare
Pre-release for v3 Pre-release
Pre-release

Commits

  • refactor: migrate to new japa/runner 3fd141a
  • chore: add typecheck script 0ca9d50
  • chore: update workflow file fc6d9f8

v2.0.0-0...v2.0.0-1

Migrate to ESM

21 Jun 12:34
Compare
Choose a tag to compare
Migrate to ESM Pre-release
Pre-release

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


  • chore: add engines to package.json + upate np 0f1810b
  • refactor: switch to @adonisjs/tsconfig/tsconfig.package.json 957c267
  • chore: update published files 24f25ef
  • refactor: remove cuid for cuid2 95e5ea1
  • feat: migrate to esm 5ee0637

v1.1.0...v2.0.0-0

New methods + extendable FileSystem class

12 Jun 07:41
Compare
Choose a tag to compare
  • feat: allow FileSystem to be extended w/ macroable a25cf3a
  • feat: add createJson and contentsJson (#1) 4cd4383

v1.0.1...v1.1.0