Skip to content

Latest commit

 

History

History
127 lines (96 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

127 lines (96 loc) · 11.9 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.6 - 2024-03-20

Commits

  • [meta] remove useless ESM d4f18aa
  • [actions] remove redundant finisher 3f02639
  • [Deps] update call-bind, define-properties, es-abstract 6b6024f
  • [Refactor] use es-object-atoms where possible ae2687e
  • [Dev Deps] update aud, npmignore, tape df69ac0
  • [meta] add missing engines.node e474b8b

v1.0.5 - 2023-09-01

Commits

  • [Deps] update define-properties, es-abstract 42983c1
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, aud, tape 2bf2a59

v1.0.4 - 2022-11-07

Commits

  • [actions] reuse common workflows 77f1e65
  • [meta] use npmignore to autogenerate an npmignore file 224abd1
  • [Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api, safe-publish-latest, tape 14a34c5
  • [Deps] update define-properties, es-abstract 1bc653c
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, functions-have-names, tape de13e65
  • [actions] update codecov uploader adcc11a
  • [actions] update rebase action to use reusable workflow 5285bd1

v1.0.3 - 2021-10-04

Commits

  • [Refactor] remove ESM entry points f69b5bd
  • [Tests] add cases for Infinities; increase coverage ac7f12c
  • [Deps] update es-abstract d3fa497
  • [Dev Deps] update eslint, tape 51dfd69
  • [Fix] ESM: ensure that imports work with es-abstract 22b0ed5
  • [Dev Deps] update @ljharb/eslint-config e4cd7ae
  • [Tests] add @es-shims/api eb027cf
  • [Deps] update es-abstract 6e0183c
  • [actions] update workflows 500def4

v1.0.2 - 2021-07-29

Commits

  • [actions] use node/install instead of node/run; use codecov action 7707f9b
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 646f6fb
  • [actions] update workflows 2d99a6b
  • [readme] add github actions/codecov badges 7befe48
  • [Deps] update es-abstract 4de12a8
  • [Dev Deps] update eslint, tape 04de2b9
  • [actions] avoid failing fast 128255c
  • [meta] use prepublishOnly script for npm 7+ dd9aad4
  • [Deps] update es-abstract c838cac
  • [Tests] increase coverage efa4182
  • [eslint] fix linting error 2c568ac

v1.0.1 - 2021-02-22

Commits

  • [meta] do not publish github action workflow files 00e2ffa
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, functions-have-names, has-strict-mode, tape 3cd9fec
  • [readme] remove travis badge a46b2be
  • [Refactor] use call-bind b07a021

v1.0.0 - 2020-11-19

Commits

  • [Tests] migrate tests to Github Actions 46db207
  • [Breaking] rename package to at from item 45e8442
  • Implementation 5cbe085
  • Initial commit a3bcdf9
  • Tests 757d12d
  • readme ea86655
  • npm init 0785efd
  • [meta] add auto-changelog 6092425
  • [Tests] run nyc on all tests a9d0e84
  • [Tests] use shared travis-ci configs 1ae5299
  • [actions] add automatic rebasing / merge commit blocking ce9f160
  • [actions] add "Allow Edits" workflow b20f9ff
  • [Robustness] call-bind the polyfill in the CJS entry point 69adfc5
  • [Tests] add npm run lint 0c37080
  • [Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog dacaa65
  • [meta] add safe-publish-latest 1404e5a
  • Only apps should have lockfiles ca0a264
  • [Dev Deps] update aud, eslint 744777d
  • [meta] add funding field 900a1fe

v0.2.0 - 2014-04-10

Fixed

  • Use String#slice instead of String#substr #1

Commits

  • Make the at property non-enumerable 9f4b6ef
  • Implement CheckObjectCoercible a39cae6
  • README: Add spec proposal a8ae6f7
  • Correct the implementation of ToInteger b322eff
  • Avoid IE8’s broken Object.defineProperty b984c9c
  • README: Explicitly request SVG badges 9871b97
  • Cache nextIndex f04e6f9
  • Use String#substr instead of creating new strings from scratch 29cb510
  • Tag the v0.2.0 release 114c610
  • Shorten the short URL e5af058
  • Avoid isNaN 220a0b8
  • README: Add link to spec bug ticket 1f37394
  • README: Tweak link to the ES-discuss thread ad2f0ba

v0.1.0 - 2020-11-19

Commits