Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 2, 2022
1 parent ef6bb92 commit fd9fe00
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,46 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0.0 - 2022-12-02

### Commits

- Tests [`a2decb5`](https://github.com/es-shims/es-map/commit/a2decb574cc94ce2375a7c742e9a4e13aadc3abb)
- Implementation [`b59e188`](https://github.com/es-shims/es-map/commit/b59e1881d2163f2398d4e252d36575fd2014a2d5)
- Initial commit [`f5cd986`](https://github.com/es-shims/es-map/commit/f5cd986beee8089c36a740abe9d57b7bc1ac7553)
- [actions] reuse common workflows [`7a29e1d`](https://github.com/es-shims/es-map/commit/7a29e1d4f11e0bff9ae8117598a8afd838e232f4)
- Add feature detection to shim.js [`c6b5773`](https://github.com/es-shims/es-map/commit/c6b57730acf650bb8df8c82badbe2091b838ddec)
- [Tests] migrate tests to Github Actions [`91dbaad`](https://github.com/es-shims/es-map/commit/91dbaad5b681b6efebc95d4ab9ddf4a2283675aa)
- [meta] fix package.json indentation [`9f05828`](https://github.com/es-shims/es-map/commit/9f058287d4f52c2fa636e3e4cd4de3cfc79233fe)
- [Refactor] use `internal-slot` for internal slots [`c1c045f`](https://github.com/es-shims/es-map/commit/c1c045fb632e8f38485b18b997568a7dc1a6c6a6)
- [meta] use `npmignore` to autogenerate an npmignore file [`42c98f4`](https://github.com/es-shims/es-map/commit/42c98f4d26321c73718d3e5d99f7d765155472f5)
- [meta] do not publish github action workflow files [`d01c909`](https://github.com/es-shims/es-map/commit/d01c909211b6d5187fa5d3bcadceeb7ad157caa2)
- [Deps] update `call-bind`, `es-abstract`, `es-get-iterator`, `get-intrinsic`, `globalthis`, `has-symbols`, `internal-slot`, `object.entries` [`165d4e3`](https://github.com/es-shims/es-map/commit/165d4e37ca7bf27a2b837d9400775de986b34c88)
- Implement feature detection in polyfill.js [`fb8c88f`](https://github.com/es-shims/es-map/commit/fb8c88feca0e8d656eac05503030033af9df9473)
- [Tests] re-enable eslint in the tests [`e2f7c0d`](https://github.com/es-shims/es-map/commit/e2f7c0d846f408df2e5648d7dd30fe83d27910e6)
- [actions] update workflows [`d17c47a`](https://github.com/es-shims/es-map/commit/d17c47a73464cf9be04b940dda68e612b1be8af7)
- [Refactor] a bit of formatting [`736c990`](https://github.com/es-shims/es-map/commit/736c990d164ca50eaca143ec2afb4e1d95b79dec)
- [Deps] update `define-properties`, `es-abstract`, `get-intrinsic`, `globalthis`, `has-symbols`, `object.entries` [`a175a68`](https://github.com/es-shims/es-map/commit/a175a68e0e8c9686f5db87f777ef8d9cd065db8c)
- [Refactor] remove ESM entry points [`908cf0b`](https://github.com/es-shims/es-map/commit/908cf0b153a9aaa3bf119fa34611628d85013e74)
- Use es-get-iterator [`0e871e8`](https://github.com/es-shims/es-map/commit/0e871e879b66d835e0ae27708e4ea7c151fb0f56)
- [Tests] add `implementation` tests [`5039df8`](https://github.com/es-shims/es-map/commit/5039df80b4d1292ed00361df12503dc0ce41bece)
- [Tests] run `nyc` on all tests [`1fcd52c`](https://github.com/es-shims/es-map/commit/1fcd52cf481aae127c94dbd9cd2daf2f45c547e4)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.from`, `safe-publish-latest`, `tape` [`e0c1723`](https://github.com/es-shims/es-map/commit/e0c17232ccd4f9b43581e411caecb628a527198b)
- [actions] make workflows more consistent [`3347993`](https://github.com/es-shims/es-map/commit/334799398d0420b38e9d11ee9439c20fcdea6f31)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.from`, `aud`, `auto-changelog`, `functions-have-names`, `tape` [`127c3f0`](https://github.com/es-shims/es-map/commit/127c3f0c90f04cff5f39a027dd7bbaff0fd62adb)
- [actions] update codecov uploader [`69242c8`](https://github.com/es-shims/es-map/commit/69242c8783ea3f72f899717ab779afab49ec8968)
- [actions] update rebase action to use reusable workflow [`f1e5ece`](https://github.com/es-shims/es-map/commit/f1e5eceefb6ea9206ff24582438f30bea353c1a9)
- [Tests] increase coverage [`718abbb`](https://github.com/es-shims/es-map/commit/718abbb90c70ddb8776e5bc409068fa8fbfca52f)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode` [`22f43cd`](https://github.com/es-shims/es-map/commit/22f43cd9d9a5607f24939d29ef9927d982060658)
- [readme] remove travis badge [`bc73775`](https://github.com/es-shims/es-map/commit/bc73775725e4d77be8ea2869a2659bb7cc21636c)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`55fad2f`](https://github.com/es-shims/es-map/commit/55fad2fd19bec1e765864c940e865a29a49cf349)
- [Refactor] use `call-bind` and `get-intrinsic` where applicable [`a63a33c`](https://github.com/es-shims/es-map/commit/a63a33c78af6fa811514367bb23a2ccd7848102d)
- [Fix] `shim`: ensure `Map.call(new Map())` throws [`f8cd8f5`](https://github.com/es-shims/es-map/commit/f8cd8f549e6b62e34fda1a350526b1b5c30592ea)
- [readme] add github actions/codecov badges [`83b43c7`](https://github.com/es-shims/es-map/commit/83b43c7d00fa6a09c23c5ea16c6e4902a7d91145)
- [Dev Deps] update `eslint`, `tape` [`5ebbdf5`](https://github.com/es-shims/es-map/commit/5ebbdf5728ed55797c35cdfb4f4ecbb381413652)
- Fix MapIterator.prototype [`cbe3cf2`](https://github.com/es-shims/es-map/commit/cbe3cf25752db8395c5c2c63ef410022b5433202)
- [Dev Deps] update `eslint` [`263274e`](https://github.com/es-shims/es-map/commit/263274e541eb6d8928d29c4efa325e1f8227c44b)
- [Tests] fix tests in symbol-less node [`ef6bb92`](https://github.com/es-shims/es-map/commit/ef6bb9230762d284529ea1eea2ddbbedb457d332)
- [Fix] use `for-each` instead of `foreach` [`6f2a0da`](https://github.com/es-shims/es-map/commit/6f2a0dab6659d57314341a7a9d2965edcbfb4a91)
- [Tests] add `@es-shims/api` [`a687f3e`](https://github.com/es-shims/es-map/commit/a687f3e88165a1e3d224f42dc52bcbf4e210b869)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-map",
"version": "0.0.0",
"version": "1.0.0",
"description": "An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit fd9fe00

Please sign in to comment.