@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.1.0] ( https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v2.0.16...oxc-browserslist-v2.1.0 ) - 2025-09-18
11
+
12
+ ### Added
13
+
14
+ - compress node_versions data to reduce binary size ([ #295 ] ( https://github.com/oxc-project/oxc-browserslist/pull/295 ) )
15
+ - compress caniuse_browsers data to reduce binary size ([ #291 ] ( https://github.com/oxc-project/oxc-browserslist/pull/291 ) )
16
+
17
+ ### Other
18
+
19
+ - optimize get_browser_stat function to reduce binary size
20
+ - optimize config::parser::parse function to reduce binary size ([ #298 ] ( https://github.com/oxc-project/oxc-browserslist/pull/298 ) )
21
+ - optimize config::load function to reduce binary size ([ #297 ] ( https://github.com/oxc-project/oxc-browserslist/pull/297 ) )
22
+ - optimize _ resolve function to reduce binary size ([ #296 ] ( https://github.com/oxc-project/oxc-browserslist/pull/296 ) )
23
+ - Update browserslist ([ #290 ] ( https://github.com/oxc-project/oxc-browserslist/pull/290 ) )
24
+ - * (deps)* lock file maintenance rust crates ([ #289 ] ( https://github.com/oxc-project/oxc-browserslist/pull/289 ) )
25
+ - Update browserslist ([ #285 ] ( https://github.com/oxc-project/oxc-browserslist/pull/285 ) )
26
+ - Update browserslist ([ #284 ] ( https://github.com/oxc-project/oxc-browserslist/pull/284 ) )
27
+ - * (deps)* lock file maintenance rust crates ([ #282 ] ( https://github.com/oxc-project/oxc-browserslist/pull/282 ) )
28
+ - Update browserslist ([ #278 ] ( https://github.com/oxc-project/oxc-browserslist/pull/278 ) )
29
+ - Update browserslist ([ #277 ] ( https://github.com/oxc-project/oxc-browserslist/pull/277 ) )
30
+ - * (deps)* lock file maintenance ([ #269 ] ( https://github.com/oxc-project/oxc-browserslist/pull/269 ) )
31
+ - Update browserslist ([ #266 ] ( https://github.com/oxc-project/oxc-browserslist/pull/266 ) )
32
+ - Update browserslist ([ #265 ] ( https://github.com/oxc-project/oxc-browserslist/pull/265 ) )
33
+ - Update browserslist ([ #263 ] ( https://github.com/oxc-project/oxc-browserslist/pull/263 ) )
34
+ - * (deps)* lock file maintenance rust crates ([ #262 ] ( https://github.com/oxc-project/oxc-browserslist/pull/262 ) )
35
+ - Update browserslist ([ #259 ] ( https://github.com/oxc-project/oxc-browserslist/pull/259 ) )
36
+ - Update browserslist ([ #258 ] ( https://github.com/oxc-project/oxc-browserslist/pull/258 ) )
37
+ - * (deps)* lock file maintenance rust crates ([ #253 ] ( https://github.com/oxc-project/oxc-browserslist/pull/253 ) )
38
+ - Update browserslist ([ #248 ] ( https://github.com/oxc-project/oxc-browserslist/pull/248 ) )
39
+
10
40
## [ 2.0.16] ( https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v2.0.15...oxc-browserslist-v2.0.16 ) - 2025-08-16
11
41
12
42
### Other
0 commit comments