Skip to content

1.0.0

Compare
Choose a tag to compare
@hxjo hxjo released this 18 Jul 13:31
· 3 commits to main since this release
0f422ca

Here comes version 1.0.0 !

Thanks to proposals from @ndilsou, and by taking great inspiration from the code he provided in a fork, the following improvements have been made over the past few days:

  • Leverage Jinja2 templating instead of raw HTML, allowing for easier customization of the template by library users
  • Rework InertiaConfig options to allow for easier configuration, mainly on:
    • webapp file entrypoint
    • root webapp directory
    • assets prefix
  • Make testing easier by leveraging BeautifulSoup
  • Improve performances by:
    • Caching vite manifest
    • Using HTTPX instead of requests to make async request and avoid blocking the thread

Thanks again for the proposals @ndilsou !

What's Changed

Full Changelog: 0.1.7...1.0.0