Skip to content

Releases: jtc42/fastapi-hypermodel

v2.1.0

15 Feb 11:13
c9ef027
Compare
Choose a tag to compare

What's Changed

  • Implement HAL Hypermedia Format by @ELC in #48
  • Implement the SIREN Hypermedia Format by @ELC in #49

Internals

  • Adding stricter quality checks by @ELC in #43
  • Re-Structuring Project and improve Tests by @ELC in #47
  • ci: run ci on a nightly schedule by @jtc42 in #59
  • Abstract reusable components by @ELC in #51

Dependencies

  • Update uvicorn requirement from >=0.17.6,<0.24.0 to >=0.17.6,<0.25.0 by @dependabot in #40
  • Update mypy requirement from >=0.991,<1.6 to >=0.991,<1.8 by @dependabot in #41
  • Update uvicorn requirement from >=0.17.6,<0.25.0 to >=0.17.6,<0.26.0 by @dependabot in #44
  • Update mypy requirement from >=0.991,<1.8 to >=0.991,<1.9 by @dependabot in #45
  • Update httpx requirement from >=0.23.1,<0.26.0 to >=0.23.1,<0.27.0 by @dependabot in #46

New Contributors

  • @ELC made their first contribution in #43

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Oct 09:42
15b2250
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v2.0.0

v0.5.0

11 Mar 12:00
Compare
Choose a tag to compare

What's Changed

  • Handle endpoint as callable on HALFor/UrlFor by @wo0dyn in #21

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Jul 11:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

06 Apr 15:09
Compare
Choose a tag to compare

What's Changed

  • Add type hints to allow any AbstractHyperField to be used within a LinkSet
  • Add Py3.10 to workflow by @jtc42 in #7

Full Changelog: v0.3.2...v0.3.3

v0.3.2

02 Jan 12:37
Compare
Choose a tag to compare

Changelog

  • Prevent HALFor serialiser from removing route methods with pop()

v0.3.1

02 Jan 11:17
Compare
Choose a tag to compare

Changelog

  • Added missing top-level imports for HALFor and HALItem

v0.3.0

22 Nov 16:47
Compare
Choose a tag to compare

Changelog

  • Added groundwork for different link styles and extensions
  • Added HAL-ish link style with HALFor class

v0.2.8

10 Sep 13:52
Compare
Choose a tag to compare

Changelog

  • URL-encode string arguments before building URL

v0.2.7

19 Jul 14:58
Compare
Choose a tag to compare

Changelog

  • Allow any FastAPI version above 0.65.2