Skip to content

Commit

Permalink
4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 20, 2024
1 parent e75ac16 commit 3640ab9
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 3 deletions.
60 changes: 60 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# Changes

## 4.0.0-alpha.0

- [`e75ac16`](https://github.com/sinonjs/commons/commit/e75ac166d9f77ec9c78d0078d50b1226ea0e1e45)
chore: replace nyc with c8 (Morgan Roderick)
>
> nyc doesn't support ESM, but c8 does and is a drop in replacement
>
> See https://github.com/bcoe/c8
>
- [`4d7af3e`](https://github.com/sinonjs/commons/commit/4d7af3e04526336e0204ff729f6e48a40f3da6fd)
chore: remove index (Morgan Roderick)
>
> Instead, promote importing each file directly
>
- [`715083e`](https://github.com/sinonjs/commons/commit/715083ed2333f2ecb39c9f8064779377d593e120)
chore: consolidate lib/prototypes/ into lib/prototypes.mjs (Morgan Roderick)
>
> This avoids creating another index file
>
- [`f6e7108`](https://github.com/sinonjs/commons/commit/f6e7108c805bb2515fbb4d5632100ad3d935fa52)
chore: move copy-prototype-methods up one level (Morgan Roderick)
- [`2561540`](https://github.com/sinonjs/commons/commit/25615403af4a64ae3919aa263f02d7598c5a0454)
Move throws-on-prototype up one level (Morgan Roderick)
- [`3fdb119`](https://github.com/sinonjs/commons/commit/3fdb11975199417f74ee164d2b6ffb11864f3a3c)
chore: convert prototypes to ESM (Morgan Roderick)
- [`33adb63`](https://github.com/sinonjs/commons/commit/33adb63a86141a948ba900c47dd90161b9164210)
chore: convert valueToString to ESM (Morgan Roderick)
- [`22d4635`](https://github.com/sinonjs/commons/commit/22d4635b9b9f48cf1f56cb6e4eb960ca1c6385d1)
chore: convert typeOf to ESM (Morgan Roderick)
- [`d1ee17e`](https://github.com/sinonjs/commons/commit/d1ee17ee0dadbdc647008fd63ac01fa463fdc367)
chore: convert orderByFirstCall to ESM (Morgan Roderick)
- [`d7205c7`](https://github.com/sinonjs/commons/commit/d7205c7f98b94ffa858ddd51980add7a67a5e872)
chore: convert global to ESM (Morgan Roderick)
- [`4895e4a`](https://github.com/sinonjs/commons/commit/4895e4ac79fbf59cb1ee6d8c8e70f13839258777)
chore: convert functionName to ESM (Morgan Roderick)
- [`bcd5a9f`](https://github.com/sinonjs/commons/commit/bcd5a9f9ffb6141f287960411aa6b4475a5ccd55)
chore: convert every to ESM (Morgan Roderick)
- [`3221331`](https://github.com/sinonjs/commons/commit/322133113170c8e955d87150bfaa7a38306816bd)
chore: convert deprecated to ESM (Morgan Roderick)
- [`654c546`](https://github.com/sinonjs/commons/commit/654c546a442fcda38f910a8594e27a8fc867078c)
chore: set project type to module (Morgan Roderick)
- [`7e578a3`](https://github.com/sinonjs/commons/commit/7e578a3fed0b07fd5692e0d7e098177dcc402c0f)
chore: convert className to ESM (Morgan Roderick)
- [`a84e58c`](https://github.com/sinonjs/commons/commit/a84e58c041572d9b8acef630315e100455d8fecf)
chore: convert called-in-order to ESM (Morgan Roderick)
- [`0aa0cd9`](https://github.com/sinonjs/commons/commit/0aa0cd93e4083a7221958cc33583a854dabab083)
chore: convert index.js to ESM (Morgan Roderick)
- [`2c3ce62`](https://github.com/sinonjs/commons/commit/2c3ce62a7eca4475fff9599ddd0e566115c9ef80)
chore: use .cjs extension (Morgan Roderick)
>
> * Prepare build for both CommonJS and ESM support
> * Export CommonJS bundled as default
>
- [`d23fc83`](https://github.com/sinonjs/commons/commit/d23fc83ed3a7b36987c998f9f3b42a62725f1288)
chore: Update actions/setup-node (Morgan Roderick)
- [`05e3092`](https://github.com/sinonjs/commons/commit/05e30929258a841173c5a9003e45af49e801e483)
chore: Update actions/checkout (Morgan Roderick)

_Released by Morgan Roderick on 2024-01-20._

## 3.0.1

- [`f82068f`](https://github.com/sinonjs/commons/commit/f82068f633523edd42b01df28d031b2cacfbcc1d)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinonjs/commons",
"version": "3.0.1",
"version": "4.0.0-alpha.0",
"description": "Simple functions shared among the sinon end user libraries",
"main": "./dist/index.cjs",
"exports": {
Expand Down

0 comments on commit 3640ab9

Please sign in to comment.