Skip to content

1.0.0

Latest

Choose a tag to compare

@fmarslan fmarslan released this 20 Feb 15:15
· 1 commit to main since this release

v1.0.0 - Initial Release

Highlights

  • PHIVE-based XML validation service and web UI released.
  • Rule discovery and document validation endpoints available.
  • Embed-ready Web Component added for external websites.
  • Container-first runtime with configurable context path and logging.

Included

  • Backend validation API (/api, /list-rules, /validate)
  • Web UI served from / (direct /index.html intentionally returns 404)
  • Custom 404/500 pages and servlet routing hardening
  • Docker runtime (Containerfile) and entrypoint context-path handling
  • Structured logging support:
    • LOG_FORMAT (json/plain)
    • LOG_LEVEL (default WARN)
  • Embed package:
    • embed.js (Web Component + legacy compatibility)
    • embed.css (variable-based theming/customization)
    • sample usage page
  • Infrastructure examples:
    • infra/k8s-example.yaml
    • infra/docker-compose.yml
  • Project documentation set:
    • development, contributing, technical overview, embed usage

Notes

  • Default container image: eaglessoftbv/phive-doc-validator
  • Recommended entry URL: / (not /index.html)