Skip to content

Release 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@acoshift acoshift released this 06 Jun 06:06
· 179 commits to master since this release
503c452

Breaking Changes

  • Context become struct
    your code must change
    from
    func index(ctx hime.Context) hime.Result { ... }
    to
    func index(ctx *hime.Context) hime.Result { ... }

Features

  • Add ctx.FormFileHeader and ctx.FormFileHeaderNotEmpty

Others

  • Add more tests