happy-rusty 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.9.2] - 2026-04-12
9
+
10
+ ### Changed
11
+ - **Performance**: Added `/*#__PURE__*/` annotations to all top-level function call expressions for better tree-shaking support in consumer bundlers
12
+
13
+ ### Fixed
14
+ - **Build**: Migrated `treeshake` config from deprecated `'smallest'` string to object form for Vite 8 (Rolldown) compatibility
15
+ - **Build**: Added `topLevelVar: false` to output options to preserve `const` declarations in bundled output
16
+
17
+ ### Chores
18
+ - Upgraded devDependencies: vite, vitest, eslint, typedoc, typescript-eslint
19
+
8
20
  ## [1.9.1] - 2026-01-16
9
21
 
10
22
  ### Changed
@@ -282,6 +294,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282
294
  - Full TypeScript support
283
295
  - Comprehensive API matching Rust's Option and Result
284
296
 
297
+ [1.9.2]: https://github.com/JiangJie/happy-rusty/compare/v1.9.1...v1.9.2
285
298
  [1.9.1]: https://github.com/JiangJie/happy-rusty/compare/v1.9.0...v1.9.1
286
299
  [1.9.0]: https://github.com/JiangJie/happy-rusty/compare/v1.8.0...v1.9.0
287
300
  [1.8.0]: https://github.com/JiangJie/happy-rusty/compare/v1.7.1...v1.8.0