From 4b109d6223cb99eb6b250151171b61694f320cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:48:11 +0000 Subject: [PATCH] chore(master): release 5.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c406f50..222f558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [5.0.0](https://github.com/ezypeeze/nuxt-neo/compare/v4.3.1...v5.0.0) (2022-03-09) + + +### ⚠ BREAKING CHANGES + +* Parsing of params in route paths now uses the [path-to-regexp](https://github.com/pillarjs/path-to-regexp) library which is what express.js uses also. Before this change there was no validation of passed path params while now the API call will fail if the params don't match what the route path expects. + +### Bug Fixes + +* ensure bundled version of path-to-regexp is used ([#74](https://github.com/ezypeeze/nuxt-neo/issues/74)) ([2ee628b](https://github.com/ezypeeze/nuxt-neo/commit/2ee628b7e65e82f259f7c1e7dfb79f5ea260bae4)) +* make params matching use express logic ([#70](https://github.com/ezypeeze/nuxt-neo/issues/70)) ([6f520cd](https://github.com/ezypeeze/nuxt-neo/commit/6f520cd609dbf72eee770cd9ac6846b7dac4269e)) + ### [4.3.1](https://github.com/ezypeeze/nuxt-neo/compare/v4.3.0...v4.3.1) (2022-02-07) diff --git a/package.json b/package.json index 970778b..be9e6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-neo", - "version": "4.3.1", + "version": "5.0.0", "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.", "keywords": [ "nuxt",