Skip to content

Releases: RomanEmreis/volga

v0.5.3

20 Feb 18:07
edf9535
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

v.0.5.2

14 Feb 16:46
c80e95f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

v0.5.1

06 Feb 16:08
473e80f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

v0.5.0

03 Feb 16:24
6f9d7c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.9...0.5.0

v0.4.9

23 Jan 14:31
7e01dd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.8...0.4.9

v0.4.8

17 Jan 16:56
e7f2fe5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.7...0.4.8

v0.4.7

14 Jan 14:32
ab04005
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • The save() method of the File/FileStream has been redesigned, now it takes the folder path and saves a file with the name from the content-disposition header. To save a file with a specific name - use the save_as() method

Full Changelog: 0.4.6...0.4.7

v0.4.6

09 Jan 16:53
007ce13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

v0.4.5

28 Dec 10:31
e4bcc93
Compare
Choose a tag to compare

What's Changed

  • Route grouping and DI improvements by @RomanEmreis in #42
  • Functional declaration style for endpoints mapping, middlewares and DI by @RomanEmreis in #43

Breaking Changes

  • DI service registration methods renamed:
    • register_singleton() -> add_singleton()
    • register_scoped() -> add_scoped()
    • register_transient() -> add_transient()

Full Changelog: 0.4.4...0.4.5

v0.4.4

23 Dec 12:09
2a9812a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4