mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
1.9 KiB
1.9 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2017-12-12)
Bug Fixes
BREAKING CHANGES
- platforms: node 4 and node 7 are no longer officially supported
- license: license changed from CC0-1.0 to MIT
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.