| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/hookable/ |
Upload File : |
# Changelog All 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.4.1](https://github.com/nuxt-contrib/hookable/compare/v4.4.0...v4.4.1) (2021-02-26) ### Bug Fixes * avoid creating extra wrapper when merging hooks ([790c1c4](https://github.com/nuxt-contrib/hookable/commit/790c1c4dbbd1f7b9cb1995b40baeecead5346ed0)) ## [4.4.0](https://github.com/nuxt-contrib/hookable/compare/v4.3.1...v4.4.0) (2021-01-21) ### Features * **pkg:** expose module format ([2987b09](https://github.com/nuxt-contrib/hookable/commit/2987b0901e292eb4570f8141ca51cfd9d2d3f94f)) ### [4.3.1](https://github.com/nuxt-contrib/hookable/compare/v4.3.0...v4.3.1) (2020-11-06) ### Bug Fixes * expose types ([0ffbaff](https://github.com/nuxt-contrib/hookable/commit/0ffbaffa91d38e333e0818cd73a084cf1e8657c8)) ## [4.3.0](https://github.com/nuxt-contrib/hookable/compare/v4.2.0...v4.3.0) (2020-11-06) ### Features * `mergeHooks` helper ([#26](https://github.com/nuxt-contrib/hookable/issues/26)) ([8c52d03](https://github.com/nuxt-contrib/hookable/commit/8c52d034aa1a40bafb13d0b847c72593c51fcba5)) ## [4.2.0](https://github.com/nuxt-contrib/hookable/compare/v4.1.2...v4.2.0) (2020-10-23) ### Features * hookOnce ([225fa8a](https://github.com/nuxt-contrib/hookable/commit/225fa8af85e1a504916c357f57b047143b6bc5ab)) ### Bug Fixes * typecheck for flatHooks ([7800190](https://github.com/nuxt-contrib/hookable/commit/7800190feb82134be5dd089ca184a18a6644da19)) ### [4.1.2](https://github.com/nuxt-contrib/hookable/compare/v4.1.1...v4.1.2) (2020-08-24) ### Bug Fixes * **build:** exclude regenerator and update target to ie 11 ([48acfc5](https://github.com/nuxt-contrib/hookable/commit/48acfc5c0a4b0fb8edc6e9790b37ad336c966215)) ### [4.1.1](https://github.com/nuxt-contrib/hookable/compare/v4.1.0...v4.1.1) (2020-04-28) ### Bug Fixes * **pkg:** typo in types entry name (fixes [#19](https://github.com/nuxt-contrib/hookable/issues/19)) ([b9ba90f](https://github.com/nuxt-contrib/hookable/commit/b9ba90fbc725097e41c430d7df4205985c2faaec)) ## [4.1.0](https://github.com/nuxt-contrib/hookable/compare/v4.0.0...v4.1.0) (2020-04-17) ### Features * **types:** implement strict types ([823cdca](https://github.com/nuxt-contrib/hookable/commit/823cdcac728d189b802f75faa9a361ac5ea4883d)) ## [4.0.0](https://github.com/nuxt-contrib/hookable/compare/v3.0.0...v4.0.0) (2020-04-17) ### ⚠ BREAKING CHANGES * only dist and types getting published ### Features * allow disabling logger ([f8fb742](https://github.com/nuxt-contrib/hookable/commit/f8fb74224f1277ec7f7d5a37bd312af7514fc962)) * allow removing registered hooks ([#16](https://github.com/nuxt-contrib/hookable/issues/16)) ([4134c31](https://github.com/nuxt-contrib/hookable/commit/4134c31c44256cc82cac3a7a3610ece9252431dc)) * migrate to typescript ([d63ea3e](https://github.com/nuxt-contrib/hookable/commit/d63ea3e408ebea74ea3855af0c6e51880ebf9cac)) ## [3.0.0](https://github.com/nuxt-contrib/hookable/compare/v2.3.0...v3.0.0) (2020-02-25) ### Bug Fixes * revert back hooks ([07f52dc](https://github.com/nuxt-contrib/hookable/commit/07f52dc)) ### Features * advanced deprecation ([5b88628](https://github.com/nuxt-contrib/hookable/commit/5b88628)) * bundle package ([53a2a0e](https://github.com/nuxt-contrib/hookable/commit/53a2a0e)) # [2.3.0](https://github.com/nuxt-contrib/hookable/compare/v2.2.1...v2.3.0) (2019-09-01) ### Features * hide deprecate warnings on production builds ([0861df3](https://github.com/nuxt-contrib/hookable/commit/0861df3)) ## [2.2.1](https://github.com/nuxt-contrib/hookable/compare/v2.2.0...v2.2.1) (2019-08-21) # [2.2.0](https://github.com/nuxt-contrib/hookable/compare/v2.1.0...v2.2.0) (2019-08-21) ### Features * deprecateHooks ([62f2d38](https://github.com/nuxt-contrib/hookable/commit/62f2d38)) # [2.1.0](https://github.com/nuxt-contrib/hookable/compare/v2.0.1...v2.1.0) (2019-08-21) ### Features * optional fatal support for logger ([7c7355d](https://github.com/nuxt-contrib/hookable/commit/7c7355d)) ## [2.0.1](https://github.com/nuxt-contrib/hookable/compare/v2.0.0...v2.0.1) (2019-08-21) # [2.0.0](https://github.com/nuxt-contrib/hookable/compare/v1.0.1...v2.0.0) (2019-08-21) ### Features * custom logger ([ada6e37](https://github.com/nuxt-contrib/hookable/commit/ada6e37)) ### BREAKING CHANGES * console is replaced by consola by default ## [1.0.1](https://github.com/nuxt-contrib/hookable/compare/v1.0.0...v1.0.1) (2019-03-16) ### Bug Fixes * fix package.json (2) ([7ff4ce9](https://github.com/nuxt-contrib/hookable/commit/7ff4ce9)) <a name="1.0.0"></a> # [1.0.0](https://github.com/nuxt-contrib/hookable/compare/v0.0.7...v1.0.0) (2019-02-11) ### Features * rewrite for 1.0.0 ([88decae](https://github.com/nuxt-contrib/hookable/commit/88decae)) ### BREAKING CHANGES * api change <a name="0.0.7"></a> ## [0.0.7](https://github.com/pi0/hookable/compare/v0.0.6...v0.0.7) (2018-01-28) ### Bug Fixes * hook with array or falsy key ([7e90de1](https://github.com/pi0/hookable/commit/7e90de1)) ### Performance Improvements * use for in for hookObj ([3c8e2e7](https://github.com/pi0/hookable/commit/3c8e2e7)) <a name="0.0.6"></a> ## [0.0.6](https://github.com/pi0/hookable/compare/v0.0.5...v0.0.6) (2018-01-26) ### Performance Improvements * reduce transpiled dist size ([df607cf](https://github.com/pi0/hookable/commit/df607cf)) <a name="0.0.5"></a> ## [0.0.5](https://github.com/pi0/hookable/compare/v0.0.4...v0.0.5) (2018-01-26) ### Bug Fixes * **package:** lib ~> dist ([34a8d5c](https://github.com/pi0/hookable/commit/34a8d5c)) <a name="0.0.4"></a> ## [0.0.4](https://github.com/pi0/hookable/compare/v0.0.3...v0.0.4) (2018-01-26) ### Performance Improvements * handle fn as array faster ([ec35edc](https://github.com/pi0/hookable/commit/ec35edc)) <a name="0.0.3"></a> ## [0.0.3](https://github.com/pi0/hookable/compare/v0.0.2...v0.0.3) (2018-01-26) ### Bug Fixes * bind hookObj to this context ([6f6f7bc](https://github.com/pi0/hookable/commit/6f6f7bc)) ### Performance Improvements * minor refactor ([e4083aa](https://github.com/pi0/hookable/commit/e4083aa)) <a name="0.0.2"></a> ## 0.0.2 (2018-01-26)