Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-callable/CHANGELOG.md')
-rw-r--r--node_modules/is-callable/CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/is-callable/CHANGELOG.md b/node_modules/is-callable/CHANGELOG.md
index 58286a053..fab0cfc2d 100644
--- a/node_modules/is-callable/CHANGELOG.md
+++ b/node_modules/is-callable/CHANGELOG.md
@@ -1,3 +1,22 @@
+1.2.0 / 2020-06-02
+=================
+ * [New] use `Reflect.apply`‑based callability detection
+ * [readme] add install instructions (#55)
+ * [meta] only run `aud` on prod deps
+ * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `make-arrow-function`, `make-generator-function`; add `aud`, `safe-publish-latest`, `make-async-function`
+ * [Tests] add tests for function proxies (#53, #25)
+
+1.1.5 / 2019-12-18
+=================
+ * [meta] remove unused Makefile and associated utilities
+ * [meta] add `funding` field; add FUNDING.yml
+ * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `covert`, `rimraf`
+ * [Tests] use shared travis configs
+ * [Tests] use `eccheck` over `editorconfig-tools`
+ * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
+ * [Tests] remove `jscs`
+ * [actions] add automatic rebasing / merge commit blocking
+
1.1.4 / 2018-07-02
=================
* [Fix] improve `class` and arrow function detection (#30, #31)