UNPKG

1.92 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="5.0.0"></a>
6# [5.0.0](https://github.com/zkat/genfun/compare/v4.0.1...v5.0.0) (2017-12-12)
7
8
9### Bug Fixes
10
11* **license:** relicense to MIT ([857e720](https://github.com/zkat/genfun/commit/857e720))
12* **platforms:** drop support for node 4 and 7 ([2cdbe32](https://github.com/zkat/genfun/commit/2cdbe32))
13
14
15### BREAKING CHANGES
16
17* **platforms:** node 4 and node 7 are no longer officially supported
18* **license:** license changed from CC0-1.0 to MIT
19
20
21
22<a name="4.0.1"></a>
23## [4.0.1](https://github.com/zkat/genfun/compare/v4.0.0...v4.0.1) (2017-04-16)
24
25
26### Bug Fixes
27
28* **cache:** stop side-effecting cached applicableMethods ([09cee84](https://github.com/zkat/genfun/commit/09cee84))
29
30
31
32<a name="4.0.0"></a>
33# [4.0.0](https://github.com/zkat/genfun/compare/v3.2.1...v4.0.0) (2017-04-16)
34
35
36### Bug Fixes
37
38* **genfun:** make internal properties private ([e855c72](https://github.com/zkat/genfun/commit/e855c72))
39* **perf:** short-circuit default methods ([7a9b06b](https://github.com/zkat/genfun/commit/7a9b06b))
40
41
42### Features
43
44* **addMethod:** default-method shortcut syntax for gf.add ([40a3ebb](https://github.com/zkat/genfun/commit/40a3ebb))
45* **genfun:** default method and name opts + default shortcut ([0a40939](https://github.com/zkat/genfun/commit/0a40939))
46* **genfun:** now with inheritance! ([74abcc2](https://github.com/zkat/genfun/commit/74abcc2))
47* **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b35))
48* **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/genfun/commit/cc00d95))
49
50
51### BREAKING CHANGES
52
53* **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all gone.