Skip to content

Releases: go-labx/lightning

v0.7.3

28 Jun 03:14
dfe1ec2
Compare
Choose a tag to compare

What's Changed

  • feat: add QueryBool method to Context and comprehensive unit tests for Context methods by @kk0829 in #20
  • docs: supplementary changelog documentation by @kk0829 in #21

Full Changelog: v0.7.2...v0.7.3

v0.7.2

28 Jun 03:13
68a0156
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

Release v0.7.1

13 Oct 10:10
a452185
Compare
Choose a tag to compare
Merge pull request #17 from go-labx/hotfix/empty_string_check

fix: Fixed empty string check in QueryInt, QueryUInt, QueryInt8, QueryUInt8, QueryInt32, QueryUInt32, QueryInt64, QueryUInt64, QueryFloat32, and QueryFloat64.

Release v0.7.0

13 Oct 09:22
619e04f
Compare
Choose a tag to compare
Merge pull request #16 from go-labx/feature/query_enhance

feat: added methods to retrieve query parameters as different data types, such as strings, integers, and floats.

Release v0.6.0

22 Sep 14:53
73bf3a8
Compare
Choose a tag to compare
Merge pull request #15 from go-labx/feature/param_parse

feat: The newly added methods in the Context struct allow for retrieving URL parameters as different data types such as integers, floats, and strings.

Release v0.5.0

14 May 03:03
4cec741
Compare
Choose a tag to compare
Merge pull request #14 from go-labx/feature/support-template

feat: support template engine and static file hosting

Release v0.4.1

13 May 10:06
086fc55
Compare
Choose a tag to compare
Merge pull request #13 from go-labx/refactor_to_trie_router

refactor: refactor router to prefix tree

Release v0.4.0

20 Apr 00:47
c00c25a
Compare
Choose a tag to compare
Merge pull request #11 from go-labx/feature/optimize-code-0417

chore: optimize and fix some bugs

Release v0.3.0

08 Apr 11:01
0386ce3
Compare
Choose a tag to compare
Merge pull request #9 from go-labx/feature/support-skip-flush

feat: add SkipFlush method and original Req/Res to context

Release v0.2.0

07 Apr 01:54
ad62d98
Compare
Choose a tag to compare
Merge pull request #8 from go-labx/feature/binding

feat: context support Bind and BindAndValidate method