mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
468ab4519e
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>
1.4 KiB
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
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.