Releases: npm/read
Releases · npm/read
Release list
v6.0.0
6.0.0 (2026-05-15)
⚠️ BREAKING CHANGES
readnow supports node^22.22.2 || ^24.15.0 || >=26.0.0- template-oss-apply
Features
3eba8e8#152 bump to new node engine range (@owlstronaut)ed55428#152 template-oss-apply (@owlstronaut)
Bug Fixes
452a842#152 swap testing and resolve loading issues (@owlstronaut)
Dependencies
Chores
eb2dff4#152 remove multiple dev deps (@owlstronaut)4fee6fc#152 template-oss-apply (@owlstronaut)9b1f56b#152 bumping @npmcli/template-oss from 4.29.0 to 5.1.0 (@owlstronaut)9ed1a6f#149 bump tshy from 3.3.2 to 4.1.1 (@dependabot[bot])49be33b#150 template-oss-apply (@owlstronaut)cb8227b#150 bump typescript from 5.9.3 to 6.0.3 (@dependabot[bot])b27f919#145 bump c8 from 10.1.3 to 11.0.0 (#145) (@dependabot[bot])c466121#141 bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#141) (@dependabot[bot])0e32a45#144 bump @npmcli/template-oss from 4.28.1 to 4.29.0 (#144) (@dependabot[bot], @npm-cli-bot)
v5.0.1
5.0.1 (2025-10-22)
Dependencies
fa485f3#139 bump mute-stream from 2.0.0 to 3.0.0 (#139) (@dependabot[bot])
v5.0.0
5.0.0 (2025-10-22)
⚠️ BREAKING CHANGES
readnow supports node^20.17.0 || >=22.9.0
Bug Fixes
daa8671#136 align to npm 11 node engine range (#136) (@owlstronaut)
Chores
2e118b7#130 bump eslint-import-resolver-typescript from 3.10.0 to 4.3.2 (#130) (@dependabot[bot])47193b3#137 bump @npmcli/template-oss from 4.27.0 to 4.27.1 (#137) (@dependabot[bot], @npm-cli-bot)
v4.1.0
v4.0.0
4.0.0 (2024-09-25)
⚠️ BREAKING CHANGES
readnow supports node^18.17.0 || >=20.5.0
Bug Fixes
eddeb02#124 align to npm 10 node engine range (@hashtagchris)
Dependencies
Chores
1b07665#109 bump c8 from 8.0.1 to 10.1.2 (#109) (@dependabot[bot])cdf4cd8#122 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#122) (@dependabot[bot])104dc92#116 bump tshy from 1.18.0 to 3.0.2 (#116) (@dependabot[bot])8f24ce4#124 run template-oss-apply (@hashtagchris)8a7ba09#120 bump @typescript-eslint/parser from 7.18.0 to 8.0.1 (#120) (@dependabot[bot])d6beca8#103 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)ff55321#100 bump @typescript-eslint/parser from 6.21.0 to 7.2.0 (#100) (@dependabot[bot])d30350d#123 postinstall for dependabot template-oss PR (@hashtagchris)8558668#123 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
v3.0.1
v3.0.0
v2.1.0
2.1.0 (2023-04-13)
Features
c149cf9#51 add completer option to forward to readline (#51) (@wraithgar, @131)
Bug Fixes
c5932e8#35 Support rare \r line break (#35) (@NikxDa, @wraithgar, @wraithgar)f30fe66#52 extra newline on muted, replaced input (#52) (@wraithgar, @deed02392)
v2.0.0
2.0.0 (2022-12-13)
⚠️ BREAKING CHANGES
- this module has been refactored to use promises
- the API is now promise only and no longer accepts a callback
- the Promise is resolved to a string and no longer returns
isDefault
- this package is now compatible with the following semver range for node:
^14.17.0 || ^16.13.0 || >=18.0.0
Features
c5b56f6use async/await (@lukekarrys)5a7563badd template-oss (@lukekarrys)
Documentation
711d7cd#30 Fix typo "Writeable" => "Writable" in README.MD (#30) (@vitalymak, @vitalymak)