v1.0.0
MontFerret/ferretv1.0.0May 28, 2026by ziflex
AI Summary
Major version 1.0.0 marks a significant milestone with comprehensive documentation improvements, unit tests, and license updates.
Key Highlights
- Added unit tests for ForExpression
- Comprehensive documentation for installation and XPath functions
- Updated Apache license boilerplate and contributing guidelines
New Features
- Unit tests for ForExpression
- Installation instructions in README
- XPath examples for metadata queries
- XPATH function examples
Full Release Notes
## What's Changed * Add unit tests to ForExpression by @rikinyan in https://github.com/MontFerret/ferret/pull/791 * docs: add installation instructions to README by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/834 * docs: add comprehensive XPath examples for metadata queries by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/833 * chore: add .gitattributes for consistent line endings by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/837 * docs: add CONTRIBUTING.md by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/836 * chore: complete Apache license boilerplate by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/835 * docs: add comprehensive XPATH function examples by @jonathan-fulton in https://github.com/MontFerret/ferret/pull/832 ## New Contributors * @rikinyan made their first contribution in https://github.com/MontFerret/ferret/pull/791 * @jonathan-fulton made their first contribution in https://github.com/MontFerret/ferret/pull/834 **Full Changelog**: https://github.com/MontFerret/ferret/compare/v0.18.1...v1.0.0