Abbrev Js Versions Save

Like ruby's Abbrev module

v2.0.0

1 year ago

2.0.0 (2022-10-31)

⚠️ BREAKING CHANGES

  • Refactored with the following breaking changes:
    • abbrev is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
    • monkeyPatch API has been removed

Features

  • 602c0fe add @npmcli/template-oss (#36) (@lukekarrys)

Bug Fixes

  • b658525 replace deprecated String.prototype.substr() (#38) (@CommanderRoot)