HOW TO READ AND UPDATE THIS CHANGELOG:
This document follows a modified Keep a Changelog format adapted for the R/JASP ecosystem. Releases are listed in reverse chronological order (newest first). As an example see jaspModuleTemplate
- Adding New Changes (For Contributors): All new commits should be logged at the very top of the file under the
# jaspModuleTemplate (development version)header. Place your bullet point under the appropriate category (## Added,## Fixed, etc.).- Issue References: Please reference the relevant GitHub Issue (if any) at the end of your line (e.g.,
([Issue #19](https://github.com/jasp-stats/jaspModuleTemplate/issues/19)).- Format Categories: > * Added: New template features, QML examples, or build tools.
- Changed: Updates to default configurations, boilerplate code, or dependencies.
- Fixed: Bug fixes in the build pipeline, R wrappers, or QML layouts.
- Deprecated / Removed: Outdated template components or legacy code.
- Added NEWS.md
- Added workflow to remind users to update their
NEWS.md. - Added workflow to auto-bump version when user does not do so.
- Initial examples to showcase JASP module development
- Use best practices for checking input (Issue #19).
- The main results table now defaults to displaying 95% Confidence Intervals for effect sizes.
- Remove deprecated dependencies from qml files (Issue #14).