Skip to content

Releases: django-components/djc-core

1.0.3

21 Oct 20:56
f8c31bc

Choose a tag to compare

What's Changed

Refactor

  • Add support for Python 3.14 (#11)
  • Update pyo3 to 0.27.0
  • Update quick-xml to 0.38.3
  • Update maturin to 1.9.6

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

22 Mar 11:03
e432f29

Choose a tag to compare

What's Changed

Refactor

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Jan 14:16
8884067

Choose a tag to compare

What's Changed

Fix

  • Include package typing in distribution (#2)

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Jan 22:07
42e41c5

Choose a tag to compare

What's Changed

Initial release.

Feat

  • Parser can be configured to add attributes to the HTML elements.
  • Parser optionally captures what attributes were set on HTML elements
    identified by a specific attribute.

Full Changelog: https://github.com/django-components/djc-core-html-parser/commits/1.0.0