aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@sinonjs/commons/CHANGES.md
diff options
context:
space:
mode:
authorJoel Kronqvist <work.joelkronqvist@pm.me>2022-03-11 20:46:06 +0200
committerJoel Kronqvist <work.joelkronqvist@pm.me>2022-03-11 20:46:06 +0200
commit080c5819d87b933816d724a83f3bf4f1686770a7 (patch)
tree4a2ccc68b27edf7d4cbc586c932cc7542b655e19 /node_modules/@sinonjs/commons/CHANGES.md
parent5ac7049a9d30733165cc212dee308163c2a14644 (diff)
parentd003b82235a9329f912522a2f70aa950dfce4998 (diff)
downloadLYLLRuoka-080c5819d87b933816d724a83f3bf4f1686770a7.tar.gz
LYLLRuoka-080c5819d87b933816d724a83f3bf4f1686770a7.zip
Merge branch 'master' of https://github.com/JoelHMikael/FoodJS
Updating remote changes
Diffstat (limited to 'node_modules/@sinonjs/commons/CHANGES.md')
-rw-r--r--node_modules/@sinonjs/commons/CHANGES.md57
1 files changed, 57 insertions, 0 deletions
diff --git a/node_modules/@sinonjs/commons/CHANGES.md b/node_modules/@sinonjs/commons/CHANGES.md
new file mode 100644
index 0000000..9d30695
--- /dev/null
+++ b/node_modules/@sinonjs/commons/CHANGES.md
@@ -0,0 +1,57 @@
+# Changes
+
+## 1.8.3
+
+- [`6af2d0c`](https://github.com/sinonjs/commons/commit/6af2d0cf33e9fd1e4aaef5308fd16a9cd78a5782)
+ Bump y18n from 4.0.0 to 4.0.1 (dependabot[bot])
+ >
+ > Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
+ > - [Release notes](https://github.com/yargs/y18n/releases)
+ > - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
+ > - [Commits](https://github.com/yargs/y18n/commits)
+ >
+ > Signed-off-by: dependabot[bot] <support@github.com>
+
+_Released on 2021-04-08._
+
+## 1.8.2
+
+- [`6b7a796`](https://github.com/sinonjs/commons/commit/6b7a796ffc088b43dc283cc4477a7d641720dc96)
+ Add .d.ts files to package (Morgan Roderick)
+ >
+ > In order to improve the experience of TypeScript users, we are compiling
+ > `.d.ts` files from the JSDoc and distributing them with the package
+ >
+
+_Released on 2021-01-13._
+
+## 1.8.1
+
+- [`07b9e7a`](https://github.com/sinonjs/commons/commit/07b9e7a1d784771273a9a58d74945bbc7319b5d4)
+ Optimize npm package size (Uladzimir Havenchyk)
+
+_Released on 2020-07-17._
+
+## 1.8.0
+
+- [`4282205`](https://github.com/sinonjs/commons/commit/4282205343a4dcde2a35ccf2a8c2094300dad369)
+ Emit deprecationg warnings in node, and keep console info in browsers (mshaaban0)
+
+_Released on 2020-05-20._
+
+## 1.7.2
+
+- [`76ad9c1`](https://github.com/sinonjs/commons/commit/76ad9c16bad29f72420ed55bdf45b65d076108c8)
+ Fix generators causing exceptions in function-name (Sebastian Mayr)
+
+_Released on 2020-04-08._
+
+## 1.7.1
+
+- [`0486d25`](https://github.com/sinonjs/commons/commit/0486d250ecec9b5f9aa2210357767e413f4162d3)
+ Upgrade eslint-config-sinon, add eslint-plugin-jsdoc (Morgan Roderick)
+ >
+ > This adds linting of jsdoc
+ >
+
+_Released on 2020-02-19._