===============================================================================
- Consolidate RTD content to a single canonical source in Markdown (
docs/docs.md,docs/api.md) - Include project README in RTD via
docs/readme.md - Add release notes page to RTD via
docs/RELEASE.md - Update RTD index page to explicitly list WASM, Docker, and Python usage modes
- Enable Markdown parsing with
myst-parser - Update docs build dependencies in CI to install from
docs/requirements.txt - Remove duplicate
.rstcontent pages that were diverging from.mdpages
- Simplify grammar by removing unreachable
SPACEandNEWLINEstatement productions - Preserve existing parsing behavior and test compatibility
- New React/TypeScript frontend with Monaco Editor
- Split-pane editor layout with resizable panels
- Syntax highlighting for ShExStatements input and ShEx output
- Dark mode support
- File upload for CSV, ODS, XLS, XLSX files
- FastAPI-based REST API replacing Flask
- OpenAPI/Swagger documentation at /docs
- Async request handling for better performance
- Structured JSON responses with detailed error information
- Docker Compose configuration for easy deployment
- Separate frontend (nginx) and backend (uvicorn) containers
- Production-ready containerized setup
- GitHub Actions workflow for frontend and backend
- Automated testing for Python 3.12 and 3.13 (plus 3.14-dev in experimental matrix)
- TypeScript type checking and build validation
- Modern Python packaging with pyproject.toml
- Pydantic models for request/response validation
- Improved parser error handling with line numbers
===============================================================================
- Correct error related to handling of CSV files
===============================================================================
- Add support for spreadsheet files (.ods, .xls, .xlsx)
- Apply pycodestyle (PEP8)
- Add Github workflow
===============================================================================
- Support more than one input CSV files on the command line
- Support option to run web application from the command line (
--run) - Update documentation
- Prepare
pipfirst release
===============================================================================
- Move cli argument parsing to
shexstatementsfolder - Move web application program to
shexstatementsfolder - Prepare configuration for a
pippackage
===============================================================================
- API for shexstatements
- JSON input array with two parameters
- ShEx as json output array
- Support CSV file upload (web interface)
- Add API documentation
===============================================================================
- Web interface
- Add support for online generation of ShEx
- Use of Flask
- New features
- Support IMPORT
- Allow # in nodenames
- Add >< for CLOSED
- Add ++ for EXTRA
- Support code coverage
- Add Github actions to test package
- Update documentation
- Update web interface documentation
- Update README with demo links
- Update About section
- Add CSS and images
- Add documentation for coverage
- Add command for reporting code coverage
- Add link to Software Heritage
- Bugs
- Resolve shift-reduce conflict
- Update unit tests
- Remove Python 3.5
- Examples
- Add hospital (Malayalam) example
- Add examples on dataset, API and sparql endpoints
===============================================================================
- documentation for ShExStatements
- Installation and working with Python virtualenv
- Comments can have special characters (,.)
- Support for additional forms of cardinality
- ?: one or more values
- m,: m or more values
- Support negative statements
- Suport for case-insentive node kinds
- Literal, BNode, NonLiteral, IRI
- Support for types in third column
- values starting with @@ considered as types
===============================================================================
- Support for specifying CSV header
- --skipheader or -s option in shexstatement.sh
- skipheader function argument in CSV.generate_shex_from_csv
- Support generation of ShExJ from CSV files
- --shexj or -j option in shexstatement.sh
- Supports input in the form of Application Profile
- --applicationprofile or -ap option in shexstatement.sh
- Handling cardinality values of the form (in addition to +,*)
- number
- number,number
===============================================================================
- Support generation of ShEx from CSV files
- Support for prefixes, keywords like EXTRA, CLOSED etc.