Skip to content

Releases: alimy/mir

Add macron submodule

22 Jan 04:30
Compare
Choose a tag to compare
  • Add new macron submodule to implement mir.Engine backend by Macaron engine

Fixed error when register entries by iris/mux and optimized test case

21 Jan 08:51
Compare
Choose a tag to compare
  • Add ginkgo style test case for mir module and sub-module(gin,echo,httprouter,mux)
  • iris: add iris httptest style test case
  • Fixed some error when register entries to engine(iris/mux)
  • Optimized mir core code logic and mir.Chain can defined but not assign

Fixed error when mir.Chain field defined but no assign

19 Jan 17:42
Compare
Choose a tag to compare
  • Support defined mir.Chain field but no assign when init entry to register

Add Echo,Iris,httprouter as backend for mir.Engine implement

16 Jan 07:26
Compare
Choose a tag to compare
  • Add echo sub-module provide mir.Engine implement backend by Echo
  • Add httprouter sub-module provide mir.Engine implement backend by httprouter
  • Add iris sub-module provider mir.Engine implement backend by Iris

Support set custom tag name for mir

15 Jan 17:24
Compare
Choose a tag to compare
  • Add mir.SetTag(...) function to custom struct tag of mir to parse handler info from struct field

Support register middleware to engine defined by mir.Chain type

15 Jan 14:34
Compare
Choose a tag to compare
  • Support register middleware to engine defined by mir.Chain type
  • Optimized group info define,can direct assign group string to mir.Group field override default group info in mir tag string
  • Add mux sub-module to implement mir.Engine backend by Mux

support direct register entries with give engine

13 Jan 15:25
Compare
Choose a tag to compare
  • add SetDefault(...)/RegisterDefault(..) function
  • change Register(...) function with a mir.Engine argument to direct register entries with engine instance
  • change mir.Engine interface define

First release version of mir

13 Jan 07:53
Compare
Choose a tag to compare
Pre-release
  • Add core logic to reflect handler, path, method, queries, group info from mir tag string
  • Add gin sub-module to implement mir.Engine backend by Gin