Back to Explore

Raynos/function-bind

GitHub
2 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

  • The repository appears quiet and not actively maintained as of today, with the last recorded upstream push and latest listed updates occurring on 2023-10-12, which is roughly 2.5 years ago (2026-06-09).
  • Update cadence is irregular and widely spaced, with major version updates in the mid-2010s (2014-2016), another update in 2017, and then the next notable update only in 2023.

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.