Node.js 26.0.0 has been released with support for the Temporal API, a new JavaScript standard for date and time handling. The release addresses long-standing pain points in JavaScript's date management.
The latest Node.js version brings native support for the Temporal API, which provides a modern alternative to the existing Date object. Temporal offers better handling of time zones, daylight saving time, and calendar systems while maintaining immutability and easier arithmetic operations.
Key improvements in version 26.0.0 include:
- Full Temporal API implementation for production use
- Enhanced performance across core modules
- Updated V8 engine to version 12.9
- Improved security patches and bug fixes
The Temporal API has been in development through TC39 for years and represents a significant improvement for applications requiring precise date and time manipulation. Developers can now use Temporal.PlainDate, Temporal.ZonedDateTime, and related classes without external libraries.
The release is available on nodejs.org. Node.js 26 enters Long Term Support (LTS) status following the project's standard release cycle.
The Debian project has approved a resolution allowing the responsible use of generative AI within its community and operations. The decision follows community debate over AI's role in open-source development.
Mozilla will enable JPEG XL image format by default across all Firefox 157 platforms. The move brings broader support for the next-generation image codec to mainstream browsers.
Paul Graham suggests aspiring technologists should prioritize learning large language model development fundamentals. The advice sparked significant discussion across tech communities.
Protocol Labs is ending active maintenance of IPFS, the decentralized file-sharing protocol, signaling a shift in the organization's priorities. The decision affects the core team at IPFS Shipyard.