Back to Explore

feross/ieee754

GitHub
1 watchersOpen source

Last release:

This is a JavaScript package for reading and writing IEEE 754 floating point numbers to or from a Buffer or array-like object. It provides read and write functions with options for endianness and mantissa and byte lengths, useful when you need to parse or encode binary floating-point values.

Project status

  • The source appears to be quiet/dormant for maintenance: the last upstream push was in 2021-08-12, and there have been no recent published updates since around 2020-10.
  • The apparent update cadence is low and long gaps between updates (notably releases in 2020-10, then the next cited activity much earlier, and no evidence of ongoing 2021-2026 updates).

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.2.1

    This release v1.2.1 makes small packaging and tooling changes, plus it adds TypeScript type definitions for the library. No runtime logic changes are visible in the provided diff, and release notes were not provided by the publisher.

    Features
  • v1.2.0

    v1.2.0 updates the package metadata and distribution configuration, plus bumps a couple of development dependencies. The provided release notes are empty, and the code diff contains no runtime/API implementation changes.

  • v1.1.13

    Release v1.1.13 was published on 2019-03-26, but the publisher provided no release notes. No explicit information is available here about new features, bug fixes, security updates, dependency changes, or breaking changes, so developers should verify the upgrade by checking the repository commits, changelog, or diff between tags.

  • v1.1.12

    v1.1.12 does not include any release notes from the publisher. The code diff shows only packaging and development-setup changes, specifically an updated devDependency and a change to which files are included in the published npm package.

  • v1.1.11

    The release notes for v1.1.11 are not provided. The only observed code diff between v1.1.10 and v1.1.11 is a package.json version bump from 1.1.10 to 1.1.11.

  • v1.1.10

    The release notes for v1.1.10 are not provided. The code diff shows only a package.json version bump from 1.1.9 to 1.1.10, with no other source or configuration changes.

  • v1.1.9

    Release v1.1.9 bumps the ieee754 package version and updates developer tooling for browser-based tests (switching from zuul to airtap) along with CI configuration tweaks. The actual library code change in index.js appears to be arithmetic/formatting only, with no apparent public API signature changes.

  • v1.1.8

    Release v1.1.8 makes changes primarily related to CI/test configuration and licensing metadata. There are no code-level changes shown in the diff, but the build matrix updates and license transition could impact users and contributors.

  • v1.1.7

    v1.1.7 primarily updates project metadata and development tooling, plus CI browser test configuration. The diff shows no changes to the runtime implementation code, suggesting the public API for ieee754 is unchanged.

  • v1.1.6

    Release v1.1.6 was published on 2015-06-11, but no release notes were provided by the publisher. Because the changelog content is missing, there is not enough information here to identify API changes, bug fixes, security updates, or migration requirements.