Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.8 KB

File metadata and controls

41 lines (28 loc) · 1.8 KB

jaspAudit Changelog

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.

jaspAudit (development version)


jaspModuleTemplate 0.2.0

Added

  • 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.

jaspModuleTemplate 0.1.0

Added

  • Initial examples to showcase JASP module development

Changed

  • Use best practices for checking input (Issue #19).
  • The main results table now defaults to displaying 95% Confidence Intervals for effect sizes.

Fixed

  • Remove deprecated dependencies from qml files (Issue #14).