Skip to content

perry

v0.5.14 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Build & Package
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

android compile harmonyos ios llvm macos
+5 more
native smc typescript watchos windows

Summary

AI summary

Fixed Windows build failure of timestamp_to_local_components by adding platform-specific implementations.

Full changelog

Bug Fixes

  • Windows build fix: timestamp_to_local_components in date.rs used libc::localtime_r and tm_gmtoff, both POSIX-only APIs that don't exist on Windows. Split into #[cfg(unix)] and #[cfg(windows)] variants — Windows now uses libc::localtime_s / libc::gmtime_s and derives the timezone offset by comparing local vs UTC component breakdowns.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track perry

Get notified when new releases ship.

Sign up free

About perry

A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.

All releases →

Beta — feedback welcome: [email protected]