Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 590 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 590 Bytes

Change Log - @rushstack/lookup-by-path

This log was last generated on Tue, 27 Aug 2024 15:12:33 GMT and should not be manually modified.

0.2.0

Tue, 27 Aug 2024 15:12:33 GMT

Minor changes

  • Return a linked list of matches in findLongestPrefixMatch in the event that multiple prefixes match. The head of the list is the most specific match.

0.1.2

Wed, 21 Aug 2024 05:43:04 GMT

Version update only

0.1.1

Mon, 12 Aug 2024 22:16:04 GMT

Version update only

0.1.0

Thu, 08 Aug 2024 22:08:25 GMT

Minor changes

  • Extract LookupByPath from @rushstack/rush-lib.