Skip to content

Releases: prantlf/rm.js

v3.0.0

21 Mar 20:35
Compare
Choose a tag to compare

3.0.0 (2023-03-21)

Bug Fixes

  • Rename the bin script to rm-j (e60f0c0)
  • Use .mjs extension to enforce the module type (749ee62)

BREAKING CHANGES

  • The name of the executable changed from "rm.js" to "rm-j". I'm sorry
    for that, but Windows mistake the suffix ".js" to a file extension and try execute it.
    NPM creates the original file name too, probably to support Cygwin.

v2.1.0

04 Mar 17:17
Compare
Choose a tag to compare

2.1.0 (2023-03-04)

Features

v2.0.0

28 Jan 23:36
Compare
Choose a tag to compare

2.0.0 (2023-01-28)

Bug Fixes

  • Fix -d parameter and rename --directory to --dir (ebc4daa)

Features

BREAKING CHANGES

  • The long argument directory was renamed to dir. This argument lets empty directories be deleted and from this version on also files.

1.0.0

04 Dec 02:43
555ae9e
Compare
Choose a tag to compare

1.0.0

Initial release.