Skip to content

v1.0.1

Choose a tag to compare

@angga7togk angga7togk released this 23 Jul 14:18
· 12 commits to main since this release

What`s Changed ?

Bug Fixed

  • fix on fromData.getAll, not get all data!

New Update

  • new silent options for Logger, implementation: gaman.serv( { server: { slient: true } } )
  • shortcut get many field as string from formdata by ctx.inputs(name) or ctx.request.inputs(name)
  • shortcut for get many and single field as file from formdata by (ctx.file(name) and ctx.files(name)) or (ctx.request.file(name) and ctx.request.files(name))
  • ctx.json() now supported content type 'application/x-www-form-urlencoded'
  • send Response by context, like return ctx.res.json({message: "OK!"}) or return ctx.response.text("OK!")

Contributors

@angga7togk

Full Changelog: v1.0.0...v1.0.1