Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.65 KB

Changelog

Emojis

  • New Features -> ⚡
  • Enhancements -> 🌟
  • Breaking Changes -> 💥
  • Bugs -> 🪲
  • Pull Requests -> 📖
  • Documents -> 🎓
  • Tests -> 👓

v1.8.0 - (2019-01-07)

  • 🌟 Added ability to modify qs.parse options

v1.7.0 - (2019-01-02)

  • 🌟 Added ability to add pre handler to all routes
  • 💥 Changed filter operator ex to exists
  • 💥 Changed filter operator lk to like
  • 💥 Changed filter operator nlk to nlike

v1.6.0 - (2018-12-28)

  • 🌟 Added ability to use has filter in the first and level

v1.5.0 - (2018-12-16)

  • ⚡ Added Odin's whereHas compatibility

v1.4.0 - (2018-12-15)

  • ⚡ Added has to filters

v1.3.0 - (2018-12-06)

  • ⚡ Automatically create rest routes

v1.1.1 - (2018-11-29)

  • ⚡ Added lk and nlk to filter operators

v1.1.0 - (2018-11-15)

  • ⚡ Added ability to set defaults for decoded params

v1.0.0 - (2018-11-15)

  • 🎉 First Release