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.3 - 2024-02-05
- [Deps] update
call-bind
,define-properties
,es-abstract
,get-intrinsic
de770f7
- [Dev Deps] update
aud
,npmignore
,tape
dcfc09a
- [meta] add missing
engines.node
7821acd
- [Refactor] use
es-errors
, so things that only need those do not needget-intrinsic
de71c86
v1.0.2 - 2023-08-26
- [Deps] update
es-abstract
,get-intrinsic
b62cdbe
- [Dev Deps] update
@es-shims/api
,@ljharb/eslint-config
,aud
,tape
7402a9b
v1.0.1 - 2023-05-03
- [eslint] add eslint
407e79f
- [meta] add
auto-changelog
fe2a285
- [Tests] migrate from travis to github actions
8f2a411
- Set up automated
npm publish
98f9153
- [Refactor] use
call-bind
instead offunction-bind
; updatees-abstract
usage6c2e3fc
- [Tests] switch to
nyc
for coverage6e50781
- [Tests] add coverage
cf62429
- [meta] use
npmignore
to autogenerate an npmignore filef44a07b
- [Dev Deps] update
@es-shims/api
,functions-have-names
,tape
4e12eb2
- [Fix]
exports
references nonexistentgetPolyfill
; addpolyfill
d5302af
- [Deps] update
define-properties
,es-abstract
796ebf4
- [Tests] increase coverage
6fcbdf9
- [meta] release message is preconfigured
dca5491
- [Tests] add missing
posttest
6c60518
v1.0.0 - 2020-05-21
- [breaking] Implement the es-shim-api interface
#5
- Use
tape
in tests and run them on every Node.js versionffa1982
- Use HTTPS URLs where possible
880fb77
- Update readme
83e00ac
- Set up Coveralls
0c77f92
- Update repo config files
2832638
- Test that it respects the es-shim-api interface
34e9060
- Add missing Istanbul devDependency
54fdd4d
v0.2.1 - 2014-07-15
- Tag the v0.2.1 release
c2c8570
- Make
String.fromCodePoint.length
equal1
as per the latest draft64774a2
- Add some tests that were suggested by @arv
396674f
v0.2.0 - 2014-04-10
- Avoid
RangeError
s due to maximum call stack size#1
- Simplify tests
177fc9f
- Make the
fromCodePoint
property non-enumerabled635a7c
- Add a few tests
d3098dc
- Avoid IE8’s broken
Object.defineProperty
23ee503
- Tag the v0.2.0 release
2a010ab
- README: Explicitly request SVG badges
31b41b3
- Add some more tests
dd1ca34
- README: Add link to
String.prototype.codePointAt
polyfill7dc1b58
- Add test for
-0
02764aa
- README: Tweak
require
instructions57bc578
- README: Mention Mozilla
02c8ae5
- README: Update link to ES6 draft
579503e
- README: Update link
a018a18
- README: Link to @paulmillr’s es6-shim
5034e15