An open API service providing commit metadata for open source projects.

GitHub / mathiasbynens/String.prototype.codePointAt / commits

A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.

SHA Message Author Date Stats
663a7a80 Remove .nvmrc usage from publish-on-tag.yml Nicolò Ribaudo <h****o@n****v>
Committed by: GitHub <n****y@g****m>
over 1 year ago
eeaf1088 1.0.1 Nicolò Ribaudo <n****c@N****l> over 1 year ago
a1d2d462 Delete .nvmrc to workoaround nvm bug Nicolò Ribaudo <h****o@n****v>
Committed by: GitHub <n****y@g****m>
over 1 year ago
85730bbb merge Merge pull request #6 from es-shims/updates Nicolò Ribaudo <h****o@n****v>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2587ded8 [meta] add missing `engines.node` Jordan Harband <l****b@g****m> over 1 year ago
0eb6780b [meta] add `directories.test` Jordan Harband <l****b@g****m> over 1 year ago
cfe9a62d [meta] rename license to conventional filename Jordan Harband <l****b@g****m> over 1 year ago
5e5a241e [Tests] add actions Jordan Harband <l****b@g****m> over 1 year ago
91a11f8f [eslint] add linting Jordan Harband <l****b@g****m> over 1 year ago
955b8e6f [Tests] use `has-strict-mode` Jordan Harband <l****b@g****m> over 1 year ago
76dea316 [Tests] add `posttest` Jordan Harband <l****b@g****m> over 1 year ago
524d34bd [Fix] add missing `polyfill` endpoint; remove nonexistent `getPolyfill` endpoint Jordan Harband <l****b@g****m> over 1 year ago
87558cd9 [Deps] update `es-abstract` Jordan Harband <l****b@g****m> over 1 year ago
213f7c95 [Tests] use `call-bind` instead of `function-bind` Jordan Harband <l****b@g****m> over 1 year ago
9a128626 [Dev Deps] update `@es-shims/api`, `define-properties`, `function-bind`, `fun... Jordan Harband <l****b@g****m> over 1 year ago
c3b62318 Set up automated `npm publish` Mathias Bynens <m****s@q****e> almost 3 years ago
15e01b62 1.0.0 Nicolò Ribaudo <n****o@g****m> almost 6 years ago
36065fe8 Export the native function when available Nicolò Ribaudo <n****o@g****m> almost 6 years ago
aa59dce1 merge Merge pull request #4 from mathiasbynens/nr/es-shim-api Nicolò Ribaudo <n****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
faaa2079 Use `tape` in tests and run them on every Node.js version Nicolò Ribaudo <n****o@g****m> almost 6 years ago
396ba12a Update readme Nicolò Ribaudo <n****o@g****m> almost 6 years ago
207f39b7 Test that it respects the es-shim-api interface Nicolò Ribaudo <n****o@g****m> almost 6 years ago
0e518c62 Implement the es-shim-api interface Nicolò Ribaudo <n****o@g****m> almost 6 years ago
97ab3d38 Release v0.2.1 Mathias Bynens <m****s@q****e> almost 8 years ago
07501741 Use HTTPS URLs where possible Mathias Bynens <m****s@q****e> over 11 years ago
86811a9f Add some tests that were suggested by @arv Mathias Bynens <m****s@q****e> over 11 years ago
87098c59 Tag the v0.2.0 release Mathias Bynens <m****s@q****e> almost 12 years ago
3d1f3be0 README: Explicitly request SVG badges Mathias Bynens <m****s@q****e> almost 12 years ago
13d72956 Avoid IE8’s broken `Object.defineProperty` Mathias Bynens <m****s@q****e> about 12 years ago
54224fa8 Make the `codePointAt` property non-enumerable Mathias Bynens <m****s@q****e> about 12 years ago
e1d8a801 Avoid `isNaN` Mathias Bynens <m****s@q****e> about 12 years ago
19d02b3d README: Update link to es6-shim implementation Mathias Bynens <m****s@q****e> about 12 years ago
fd533bd9 Implement `CheckObjectCoercible` Mathias Bynens <m****s@q****e> about 12 years ago
345dbd33 Simplify tests Mathias Bynens <m****s@q****e> over 12 years ago
f61dde70 README: Update link to ES6 draft Mathias Bynens <m****s@q****e> over 12 years ago
53239b2d README: Add link to `String.fromCodePoint` polyfill Mathias Bynens <m****s@q****e> over 12 years ago
8cbd215a Add tests for `-0` Mathias Bynens <m****s@q****e> over 12 years ago
36ebbdec README: Tweak `require` instructions Mathias Bynens <m****s@q****e> over 12 years ago
1b07598b Add a test for the function’s length Mathias Bynens <m****s@q****e> over 12 years ago
df00ca83 README: Link to @paulmillr’s es6-shim Mathias Bynens <m****s@q****e> over 12 years ago
c7d41b7a README: Update link Mathias Bynens <m****s@q****e> over 12 years ago
8567323f README: Update test count Mathias Bynens <m****s@q****e> over 12 years ago
018680ec Add header comment Mathias Bynens <m****s@q****e> over 12 years ago
79e1ea79 README: Tweak description Mathias Bynens <m****s@q****e> over 12 years ago
b3e7541b README: Add build status badge Mathias Bynens <m****s@q****e> over 12 years ago
803a1162 Add MIT license Mathias Bynens <m****s@q****e> over 12 years ago
e1a55c52 Initial commit Mathias Bynens <m****s@q****e> over 12 years ago

← Back to repository