Skip to content

v0.3.0

Choose a tag to compare

@nok nok released this 16 Apr 22:56
56ef96e

0.3.0 (2025-04-16)

⚠ BREAKING CHANGES

  • Rename 'columns' to 'templates' in rendering functions for clarity

Features

  • Add and support polars DataFrame and Series (033e2ed)
  • Add CLI command pandas serve for serving local files (22df404)
  • Add custom column names for rendered dataframes (7406f68)
  • Add examples (258e92f)
  • Add gallery rendering feature for DataFrames (489c27e)
  • Add GitHub workflows for release and testing automation (653ba4f)
  • Add Makefile for linting, testing, and setup tasks (9f88e56)
  • Add option to hide table header (42236be)
  • Enhance Image and Link elements with default attributes (d846a07)
  • Improve column order logic (4037e76)

Bug Fixes

  • Add missing dependencies (88314c8)
  • Ease versions of dependencies (main) (42721ae)
  • Update version number in tests to match current release (bd9183f)

Documentation

  • Add contributing guidelines and restructure development section in README (8e9517c)
  • Add funding configuration (b973af4)
  • Add note on following Conventional Commits standard (3d97b40)
  • Adjust image height in README for better display (43c3776)
  • Enhance README and examples (5b1502e)
  • Fix links in README for contributing guidelines and license (a734694)
  • Update badge links for clarity and consistency (25511ba)
  • Update README to include development instructions and uv package management (721c331)
  • Update README with enhanced description and add logo image (a00e6cb)

Miscellaneous Chores

Code Refactoring

  • Rename 'columns' to 'templates' in rendering functions for clarity (5f0dbe8)