0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/npm/node_modules/genfun/CHANGELOG.md
Rebecca Turner 468ab4519e deps: upgrade npm to 6.1.0
PR-URL: https://github.com/nodejs/node/pull/20190
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2018-05-24 23:24:45 -07:00

1.4 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2017-04-16)

Bug Fixes

  • cache: stop side-effecting cached applicableMethods (09cee84)

4.0.0 (2017-04-16)

Bug Fixes

  • genfun: make internal properties private (e855c72)
  • perf: short-circuit default methods (7a9b06b)

Features

  • addMethod: default-method shortcut syntax for gf.add (40a3ebb)
  • genfun: default method and name opts + default shortcut (0a40939)
  • genfun: now with inheritance! (74abcc2)
  • nextMethod: arg-based nextMethod calls (17a0b35)
  • noNext: allow users to disable nextMethod functionality (cc00d95)

BREAKING CHANGES

  • nextMethod: next methods are now passed in as arguments. context/callNextMethod/etc are all gone.