@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]  
88
9+ ## [ 1.1.2] ( https://github.com/unrs/rspack-resolver/compare/unrspack-resolver-v1.1.1...unrspack-resolver-v1.1.2 )  - 2025-03-16 
10+ 
11+ ### Fixed  
12+ 
13+ -  references should take higher priority ([ #13  ] ( https://github.com/unrs/rspack-resolver/pull/13 ) )
14+ -  takes paths and references into account at the same time
15+ -  should always try resolve_path_alias
16+ 
17+ ## [ 1.1.1] ( https://github.com/unrs/rspack-resolver/compare/unrspack-resolver-v1.1.0...unrspack-resolver-v1.1.1 )  - 2025-03-16 
18+ 
19+ ### Other  
20+ 
21+ -  bump all (dev) deps
22+ -  bump to edition 2024
23+ 
24+ ## [ 1.1.0] ( https://github.com/unrs/rspack-resolver/compare/unrspack-resolver-v1.0.0...unrspack-resolver-v1.1.0 )  - 2025-03-15 
25+ 
26+ ### Added  
27+ 
28+ -  support resolving path with extra query ([ #7  ] ( https://github.com/unrs/rspack-resolver/pull/7 ) )
29+ 
30+ ## [ 1.0.0] ( https://github.com/unrs/rspack-resolver/releases/tag/unrspack-resolver-v1.0.0 )  - 2025-03-15 
31+ 
932## [ 5.0.0] ( https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v4.2.0...oxc_resolver-v5.0.0 )  - 2025-03-07 
1033
1134### <!--  0 -->  Features 
@@ -128,6 +151,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128151-  use ` fs::canonicalize `  to cover symlink edge cases ([ #284  ] ( https://github.com/oxc-project/oxc-resolver/pull/284 ) )
129152-  extensionAlias cannot resolve mathjs ([ #273  ] ( https://github.com/oxc-project/oxc-resolver/pull/273 ) )
130153
154+ ## [ 0.5.2] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.5.1...rspack_resolver-v0.5.2 )  - 2025-02-28 
155+ 
156+ ### Added  
157+ 
158+ -  * (pnp)*  support link (#49  )
159+ 
160+ ### Other  
161+ 
162+ -  bump pnp 0.9.1 (#50  )
163+ 
164+ ## [ 0.5.1] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.5.0...rspack_resolver-v0.5.1 )  - 2025-02-11 
165+ 
166+ ### Fixed  
167+ 
168+ -  🐛 pnp feat respect options.enable_pnp (#47  )
169+ 
170+ ## [ 0.4.0] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.3.6...rspack_resolver-v0.4.0 )  - 2024-12-26 
171+ 
172+ ### Feat  
173+ 
174+ -  Implements the PnP manifest lookup within the resolver ([ #39  ] ( https://github.com/web-infra-dev/rspack-resolver/pull/39 ) )
175+ 
176+ ## [ 0.3.6] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.3.5...rspack_resolver-v0.3.6 )  - 2024-12-13 
177+ 
178+ ### Fixed  
179+ 
180+ -  alias match request end with slash (#35  )
181+ 
182+ ## [ 0.3.5] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.3.4...rspack_resolver-v0.3.5 )  - 2024-10-21 
183+ 
184+ ### Fixed  
185+ 
186+ -  resolve mathjs error when using ` extensionAlias `  ([ #31  ] ( https://github.com/web-infra-dev/rspack-resolver/pull/31 ) )
187+ 
188+ ## [ 0.3.4] ( https://github.com/web-infra-dev/rspack-resolver/compare/rspack_resolver-v0.3.3...rspack_resolver-v0.3.4 )  - 2024-10-21 
189+ 
190+ ### Added  
191+ 
192+ -  rebase and refine extension-alias error format ([ #30  ] ( https://github.com/web-infra-dev/rspack-resolver/pull/30 ) )
193+ 
131194## [ 1.12.0] ( https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.11.0...oxc_resolver-v1.12.0 )  - 2024-09-25 
132195
133196### Added  
0 commit comments