lars v4.0.1 Release Notes
Release Date: 2017-10-31 // almost 7 years ago-
🛠 What's was fixed?
- ⚡️ Updated docs
- ⚡️ Updates custom context example for simplicity
- ⚡️ Updated benchmarks with go1.9.2
Previous changes from v4.0.0
-
What's changed?
- 👀 Corrected a bug with the Group middleware see #17
- Split out Group function for clarity into:
- Group - retains existing middleware
- GroupWithMore - retains existing middleware + adds more
- GroupWithNone - groups with no middleware
- 📇 renamed examples dir to _examples