Skip to content

Releases: takapi327/lepusframework

Lepus Framework v0.2.1

24 Jul 10:25
306dc88
Compare
Choose a tag to compare

We are pleased to announce the release of Lepus Framework v0.2.1

Logback has been added in Lepus Framework v0.2.1.

We also refactored the sbt settings and changed some of the configuration methods.

Lepus Framework is still in a minor version.
Not all features are available.

The major version will be the stable version.

What's Changed

🚀 Features

🔧 Refactoring

  • Refactor/2022 06 refactoring for project settings by @takapi327 in #23

🧰 Maintenance

Full Changelog: v0.2.0...v0.2.1

Lepus Framework v0.2.0

04 Jun 08:07
1d8fa7d
Compare
Choose a tag to compare

We are pleased to announce the release of Lepus Framework v0.2.0.

Scala3 compatibility has been added to Lepus Framework in v0.2.0.

Lepus Framework is still in a minor version.
Not all features are available.

The major version will be the stable version.

What's Changed

🚀 Features

🔧 Refactoring

📖 Documentation

Full Changelog: v0.1.0...v0.2.0

Lepus Framework v0.1.0

25 May 11:18
1b6cf38
Compare
Choose a tag to compare

We are pleased to announce the release of Lepus Framework v0.1.0.

Lepus Framework is still in a minor version.
Not all features are available.

The major version will be the stable version.

What's Changed

🚀 Features

  • Creating an sbt-based project by @takapi327 in #1
  • Feature/2022 01 create lepus server project by @takapi327 in #2
  • Feature/2022 01 create lepus router project by @takapi327 in #3
  • Feature/2022 01 create lepus router project by @takapi327 in #4
  • Feature/2022 02 create lepus swagger project by @takapi327 in #5
  • Feature/2022 02 create lepus swagger project by @takapi327 in #6
  • Feature/2022 02 change main server startup settings by @takapi327 in #7
  • Feature/2022 03 change swagger generate settings by @takapi327 in #8
  • Feature/2022 03 create path param validation by @takapi327 in #9
  • Feature/2022 03 processing request parameters by @takapi327 in #10
  • Feature/2022 04 building a response body by @takapi327 in #11
  • Feature/2022 04 create ci/cd actions by @takapi327 in #12
  • Feature/2022 05 create scalafmt by @takapi327 in #13
  • Feature/2022 05 add open api document item by @takapi327 in #14
  • Feature/2022 05 create release action by @takapi327 in #15

🔧 Refactoring

  • Refactor/2022 05 pre release adjustments #16

New Contributors