Back to Explore

Raynos/function-bind

GitHub
4 watchersOpen source

Last release:

Provides an implementation of JavaScript’s Function.prototype.bind as an npm package, useful for environments that lack native bind support such as older PhantomJS versions, Internet Explorer below 9, and Node.js below 0.6. You can require it and assign it to Function.prototype.bind to enable bind functionality.

Project status

  • Maintenance status: The source appears quiet or dormant, with the last upstream push on 2023-10-12 and no evidence of ongoing updates since then (latest tagged update is v1.1.2 from 2023-10-12).
  • Update cadence: Updates are infrequent and historical, with large gaps between tags (for example, 2017 to 2023, and 2014 to 2016), suggesting no steady release stream.

AI summary generated

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

Recent updates

  • v1.1.2

    v1.1.2 does not include any publisher-provided release notes, but the diff shows a version bump plus a substantial internal refactor of the bind implementation. Most other changes are development and CI related (ESLint config, GitHub Actions workflows, gitignore, and devDependency/script updates), with one notable runtime implementation change in implementation.js.

  • v1.1.1

    Release v1.1.1 does not provide any release notes. The diff shows no substantive runtime feature changes, but it does add strict mode directives and makes significant adjustments to development tooling and CI/test scripts.

  • v1.1.0

    Release v1.1.0 was published on 2016-02-14, but no release notes were provided by the publisher. As a result, this release cannot be audited from the provided text for breaking changes, new features, bug fixes, or security updates.

  • v1.0.2

    This release (v1.0.2) does not include any documented release notes from the publisher. The code diff shows only a package.json version bump, with no other code or behavior changes.

  • v1.0.1

    This release (v1.0.1) includes a small refactor to the exported `bind` implementation plus updates to the project’s test and lint tooling. No release notes were provided, so the documented changes section cannot be validated against the actual diff.

  • v1.0.0

    Release v1.0.0 introduces a behavioral change in the core bind implementation and updates the test suite to cover constructor usage. It also bumps CI Node.js versions and updates development tooling dependencies and scripts. No release notes were provided, so the changes below are not documented by the publisher.

    Breaking
  • v0.2.0

    Release v0.2.0 was published on 2014-03-24, but no release notes were provided by the publisher. As a result, there is no documented information available here about new features, breaking changes, bug fixes, security updates, performance improvements, migration steps, or dependency changes.