Skip to content

Latest commit

 

History

History
119 lines (56 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

119 lines (56 loc) · 4.8 KB

Changelog

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

4.2.0 (2024-10-29)

Features

4.1.0 (2024-10-29)

Features

3.3.0 (2022-09-21)

Features

3.2.6 (2021-07-12)

3.2.4 (2021-07-12)

Bug Fixes

  • fix regex path middleware (16eb1c0)

3.2.3 (2021-05-06)

Bug Fixes

  • plugin: return promise on server side (d169e61)

3.2.2 (2021-03-11)

Bug Fixes

  • fix resources injection to plugin and fix tests (f6dfde6)

3.2.1 (2021-03-11)

Bug Fixes

  • inject plugin during build process (1371e80)

3.2.0 (2021-03-11)

Features

  • add specific plugin name for managing order with nuxt (e340ab0)

3.1.2 (2021-03-11)

Bug Fixes

  • fix windows device path match (17fd17b)

3.1.1 (2021-03-09)

Bug Fixes

3.1.0 (2020-05-20)

Features

  • extend: add the ability to extend the module (#7) (72dfef7)

3.0.1 (2020-05-20)

Bug Fixes

3.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • module: no cache during build process

Bug Fixes

  • module: skip module init during build process (baa54dc)

2.1.0 (2020-04-14)

Features

  • build: inject circleci config (89518ba)
  • formating: add formating (fe01aa2)
  • module: add apiKey for resources listing (c0bf1ba)
  • module: add response header message (a0941b3)
  • npm: add yarn lock (a1f96b8)
  • test: add new tests (6294fce)
  • add maxAge function type for dynamic maxAge value (e33a80d)

Bug Fixes