Skip to content

Major Bug Fixes and Features

Compare
Choose a tag to compare
@DronRathore DronRathore released this 09 Jul 18:08
· 13 commits to master since this release

Stable v1.0.2 🎉🎉

Major bugs are been fixed and few features are added.

  • [Major] 324ebb1 Allow params at arbitrary location in route strings i.e. /slug-:username-:secondaryId, user will get username and secondaryId in the request.Params field.
  • [Major] e55f59d ExpressInterface has been added to the express package, now you can use this to pass around the express instance in your code.
  • [Feature] cd29893 The CompileRegex function of router package is now been made public so that users can generate express like route's regexes and manually operate on them for the purpose of extending feature of router.
  • [Minor] 27f8028 Set default charset to UTF-8 for text/html response.
  • [Minor] #17 : Concat value of multiple headers with same name into one

This is a first thoroughly tested stable version of goexpress in production environment