Skip to content

Latest commit

 

History

History
112 lines (81 loc) · 9.06 KB

CHANGELOG.md

File metadata and controls

112 lines (81 loc) · 9.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.4 - 2024-09-04

Fixed

  • [Fix] bind the index so the builtin is not mutated #12

Commits

  • [Tests] replace aud with npm audit c603988
  • [meta] add missing engines.node e3f52cc
  • [Dev Deps] update @es-shims/api f7f79ac
  • [Dev Deps] update tape 7b68b4f
  • [Dev Deps] add missing peer dep e69efb3

v1.0.3 - 2024-05-28

Commits

  • [Refactor] use ES2024 AO implementations a82ccc8
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, object.assign, tape b27c861
  • [Deps] update define-properties, es-abstract a0e3eba
  • [meta] add SECURITY.md 559306d

v1.0.2 - 2023-08-27

Commits

  • [Deps] update define-properties, es-abstract 0a42594
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, aud, auto-changelog, eslint, functions-have-names, object.assign, tape f0842b8

v1.0.1 - 2021-12-09

Commits

  • [actions] reuse common workflows a2b6e92
  • [Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api, auto-changelog, functions-have-names, object.assign, safe-publish-latest, tape; add aud, nyc 8a13016
  • [meta] simplify "exports" 33ff97a
  • [meta] do not publish workflow files aa17a11
  • [Deps] update es-abstract 37dae31

v1.0.0 - 2020-01-16

Commits

  • [Breaking] convert implementation to use es-abstract and conform to the es-shims API 3ade017
  • [meta] add auto-changelog 4df2c12
  • [readme] update readme, rename license file 72b9ce9
  • [Tests] use shared travis-ci configs 4728bff
  • [Breaking] add "exports" to package.json fcd2ef5
  • [Dev Deps] update eslint, @ljharb/eslint-config 2e001c1
  • [meta] create FUNDING.yml 5176bb5
  • [Test] fix tests for modern node assert.deepEqual 6d09224
  • [Tests] clean up scripts 13dcfd1
  • Only apps should have lockfiles 59e5b2d
  • [meta] add safe-publish-latest b71f826
  • [Tests] add npx aud in posttest 9c7a022
  • [Tests] allow node 0.9 to fail. 4823228

v0.1.1 - 2016-01-05

Merged

  • [Tests] Add more node versions to test against #10
  • [minor] separate feature detect from polyfill #8
  • [Fix] add function name and test #9

Fixed

  • Avoid IE8’s broken Object.defineProperty #6

Commits

  • separate feature detect from polyfill 04053db
  • [Tests] add npm run lint 25caa2f
  • add more node version to test against c0a2f1f
  • Link to the final ES6 spec b1357f1
  • Make the travis config test more version and more robust 1f13ea5
  • [Tests] skip tests that don’t apply to the environment. e319d47
  • Add guard around test for IE 033d557
  • Test in Node v0.12 and io.js 08f6127
  • add function name and test 0595ae0
  • README: Explicitly request SVG badges 37d9c37
  • Add tests-only script 812a8b0
  • trailing new line e347df7
  • Add trailing new line fa1647a
  • Adhere to style guide 3084f91

v0.1.0 - 2013-12-22

Fixed

  • Optimize isConstructor #3

Commits

  • Initial commit f185495
  • Ensure no setters are called for the indexes bbeef75
  • Implement the spec step by step 4adaf6a
  • Add more tests eef956b
  • Rename variables for optimal readability 1b234f0
  • Add Put(result, 'length') 5df180f
  • Add some tests ea3a39d
  • Revert “Optimize isConstructorc33c0f6
  • Avoid executing inherited setters in tests b0edbae
  • README: Remove warning 6093933