Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.46 KB

File metadata and controls

76 lines (51 loc) · 2.46 KB

BOTTOM AI LICENSE README

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • No additions yet

Fixed

  • No Fixes yet

[1.3.1] - 2026-03-03

  • Fixed a minor bug in the toArgs function where optional task options were not being cloned correctly.
  • Updated README.md
  • Added AI.md to document the use of AI in the development of this project.
  • Added links to AI.md, CHANGELOG.md and LICENSE.md for better navigation and documentation.
  • Updated package.json to reflect the latest version and dependencies.

[1.3.0] - 2026-01-22

Changed

  • Complete overhaul of the grunt-check-outdated plugin
  • Rewrote all core modules (lib/constants.js, lib/index.js, lib/options/*, lib/tasks/*)
  • Converted all asynchronous code to use async/await consistently
  • Replaced Promise chains in toArgs, execute, and runTask
  • Introduced structuredClone in toArgs to safely clone optional task options
  • Standardized JSDoc comments for all modules and functions
  • Headers unified across all source files
  • Updated tests to match new async structure; 100% coverage maintained
  • Improved documentation links and references for jsdoc2md generation

[1.2.0] - 2024-07-01

Updated dependencies (versions) in package.json Dropped support for nodejs versions prior 18 see: https://nodejs.org/en/about/releases/ Changed eslint config file to flat Added eslint settings for vscode (using older eslint version than grunt) Moved 'old' (conflicting) eslint config files for vscode to .conf/vscode

[1.1.0] - 2022-02-09

Updated dependencies (versions) in package.json
Dropped support for nodejs versions prior 12 see: https://nodejs.org/en/about/releases/
Changed filename gruntfile.js to Gruntfile.js to satisfy build process on gitlabrunner 'image: node:latest' (linux) WTF?! (yes, really)

[1.0.1] - 2021-09-25

Updated dependencies (versions) in package.json

[1.0.0] - 2021-07-26

Update to "stable" major version without breaking changes.

Changed

  • README.md changed link to CHANGELOG.md
  • moved changelog from docs/ to projects rootdir

[0.0.4] - 2021-07-26

Added

  • Added tests for option preferwanted
  • Added support for check-outdated --prefer-wanted
  • Added docs/changelog.md

Changed

TOP AI LICENSE README