Skip to content

Release 4.0.0

Choose a tag to compare

@deankarn deankarn released this 25 Jun 17:39
· 1 commit to master since this release

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