Skip to content

Releases: gopulse/pulse

v1.1.0

26 Apr 14:23
f5d9318
Compare
Choose a tag to compare

🚀 New

v1.0.0

21 Apr 22:31
6ee791c
Compare
Choose a tag to compare

🥳 Stable Version

We are thrilled to announce the stable release of Pulse —a lightweight, and flexible Golang framework for building web applications. With this major milestone, users can now confidently use Pulse in their production environments,

💀 Breaking Change

  • Using net instead of fasthttp

🧹 Updates

  • Improvements in the tests environment in the framework
  • Increased test coverage

v0.5.6

17 Apr 22:42
8c69936
Compare
Choose a tag to compare

🧹 Updates

  • Mention fasthttp in readme
  • Cleanup project

v0.5.5

15 Apr 11:54
eddd8be
Compare
Choose a tag to compare

🧹 Updates

  • Add FromJSON test function

v0.5.4

14 Apr 23:19
2d73a22
Compare
Choose a tag to compare

🧹 Updates

  • Fix codeconv configuration

v0.5.3

13 Apr 22:03
c431f39
Compare
Choose a tag to compare

🧹 Updates

  • Handle slash suffix in route

v0.5.2

13 Apr 15:47
Compare
Choose a tag to compare

🧹 Updates

  • move cors middleware from request to response headers

v0.5.1

13 Apr 15:30
89d63b7
Compare
Choose a tag to compare

🧹 Updates

  • Export Params field in context

v0.5.0

13 Apr 15:16
49dea4f
Compare
Choose a tag to compare

🚀 New

  • BodyParser method in context to parse request body

v0.4.2

13 Apr 13:19
078353d
Compare
Choose a tag to compare

🧹 Updates

  • return bytes, error from JSON method in context