This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/n-meta
Releases · ml-archive/n-meta
Version 4.0.0 RC 3
Fixed
- when platform == "web" NMeta now only requires 2 parameters (platform and environment) but more can be specified.
Version 4.0.0 Release Candidate 2.1
Fixed
- use correct variable name in GitHub actions documentation script
Version 4.0.0 Release Candidate 1
Changed
- Added support for Vapor 4 🎉
Version 3.0.0 Beta 3
Fixed
- NMeta will be verified before chaining to the next responder
Updated
- Using Swift 4.2 for CircleCI
Version 3.0.0 Beta 2
Fixed
- An issue where you couldn't add
NMetaMiddleware
since the service wasn't registered.
Version 3.0.0 Beta 1
Changed
- Added support for Vapor 3 🎉
Version 2.0.0
Changed
- Refactored some parts a bit to make the responsibility of some types more clear
- Made it possible to properly add this as a middleware in Vapor 2 (sorry for not noticing this before now)
Version 1.0.0
- Vapor 2 released 🎉
Version 1.0.0 Beta 1
- Updated for Vapor 2
Version 0.2.1
- exceptPaths now have * support