diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 7f6758e..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -8.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba532c4..d9a5680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -### 2.0.3 - -- Fix issues [#10](https://github.com/sitrakary/hapi-auto-route/issues/10). -- Fix lint errors. - -### 2.0.2 - -- Fix issues [#5](https://github.com/sitrakary/hapi-auto-route/issues/5). - -### 2.0.3 - -- Update dependencies. - ## 3.0.0 - `routes_dir` requires an absolute path and must set in plugin registration. - Updates dependencies. - Updates documentation. +### 3.1.0 + +- `routes_dir` accepts an array of parameters. +- Updates documentation. + ### 3.0.1 - Updates documentation. @@ -39,7 +31,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fix unpublished version -### 3.1.0 -- `routes_dir` accepts an array of parameters. -- Updates documentation. +### 2.0.3 + +- Fix issues [#10](https://github.com/sitrakary/hapi-auto-route/issues/10). +- Fix lint errors. + +### 2.0.2 + +- Fix issues [#5](https://github.com/sitrakary/hapi-auto-route/issues/5). + +### 2.0.1 + +- Update dependencies. diff --git a/LICENSE b/LICENSE index 038bc9f..30e426b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Sitraka Ratsimba +Copyright (c) 2024 Sitraka Ratsimba Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 7eccddf..5a376ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ hapi-auto-route is a hapi plugin that lets you load route objects automatically by specifying the root directory/directories containing the routes. And allow routes path to be prefixed. -Maintainer: [Sitraka Ratsimba](https://github.com/sitraka-hq) +Maintainer: [Sitraka Ratsimba](https://github.com/cooxe) ## Installation