# Changelog for Dev::Util

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

## [version/v2.19.11] - 2025-11-20

### ๐Ÿ› Bug Fixes

- *(query)* Make yes_no_prompt return 1 or 0 as the API specifies

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

## [release/2025/11/20/1836] - 2025-11-20

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.19.10] - 2025-11-20

### ๐Ÿ› Bug Fixes

- *(query)* Return value of response, not IO::Prompt::ReturnVal
- *(banner)* Explicitly specify Term::ReadKey::GetTerminalSize()

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

### ๐ŸŽจ Styling

- *(spelling)* Fix typo, add to dictionary

## [release/2025/11/20/1406] - 2025-11-20

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.19.8] - 2025-11-20

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

### ๐Ÿšœ Refactor

- *(manifest)* Cleanup manifest skip file

### ๐Ÿ“š Documentation

- *(pod)* Improve sub-module descritions in Util.pm for CPAN

## [release/2025/11/19/0732] - 2025-11-19

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.19.7] - 2025-11-19

### ๐Ÿ› Bug Fixes

- *(makefile)* List::Util needs at least version 1.66 for uniq export

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

## [release/2025/11/18/1744] - 2025-11-18

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.19.6] - 2025-11-18

### ๐Ÿš€ Features

- *(os)* Add fn is_freebsd, and associated tests
- *(os)* Add distro version hashes, is_openbsd sub
- *(os)* Add functions is_freebsd and is_openbsd, with tests, docs

### ๐Ÿ› Bug Fixes

- Check for existence of files before deleting
- *(file)* Skip tests if setting setuid/setgid/sticky on test file fails
- *(file)* Skip test (not skip_all) if block/char files is not avail

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version minor level

### ๐Ÿšœ Refactor

- *(test)* Remove the dependence on yath
- *(tests)* Utilize Test2::Require::Module to ensure test modules are available

### ๐Ÿงช Testing

- *(boilerplate)* Add Dev::Util::Sem

## [release/2025/11/15/1336] - 2025-11-15

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.18.35] - 2025-11-15

### ๐Ÿ› Bug Fixes

- *(test)* Remove the plan because number of tests is variable.
- *(mode)* Change file permissions to allow access to test file
- *(timezone)* Set timezone so all testers use the same one

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

### ๐Ÿšœ Refactor

- *(use)* Standarize module loading, remove use lib 'lib'

## [release/2025/11/15/0912] - 2025-11-15

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.18.31] - 2025-11-15

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

### ๐Ÿšœ Refactor

- *(use)* Standarize module loading, remove use lib 'lib'
- *(yath)* Add option to not use concurrency (--single)

### ๐Ÿงช Testing

- *(yath)* Update test configuration and options

### ๐Ÿšง Build

- *(git)* Ignore yath temp file lastlog.jsonl

## [release/2025/11/14/0931] - 2025-11-14

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.18.26] - 2025-11-14

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level

### ๐Ÿงช Testing

- Remove Data::{Dumper,Printer}. Set plan

### ๐Ÿ“š Documentation

- *(pod)* Clarify documentation
- Documentation improvements
- *(readme)* Use Dev::Util::Syntax automatically adds use strict and use warnings

## [release/20251114] - 2025-11-14

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

### ๐Ÿšง Build

- *(manifest)* Update manifest and signature file

### Other

- *(other)* Merge branch 'sem' - Create Sem module

* sem:
  build(manifest): Update manifest and signature file
  docs(changelog): Update changelog
  chore(version): Update version minor level
  docs(pod): Expand the pod documentation
  chore(example): Create simple example of semaphore locking
  fix(diagnostics): Remove diagnostics code used in development
  test(remove): Delete block testing second semaphore wait
  feat(semaphor): Create Sem file locking module and tests
  build(critic): Add _get_locks_dir to ProtectPrivateSubs
  docs(links): Remove links to defunct websites: AnnoCPAN and CPAN Ratings
  docs(contibuting): Document coding style for contributions
  docs(contributing): Create a policy for contibutions to this project
  fix(links): Remove links to defunct websites: AnnoCPAN and CPAN Ratings
  chore(security): Add security policy tool. Create security policy.
  build(support): Create support dir for development tools
  build(makefile): Add IO::Prompt, App::Yath to PREREQ_PM and TEST_REQUIRES respectively
  build(makefile): Add new tests in XT_TEST_REQUIRES
  docs(readme): Add pod description for Dev::Util::Sem
  test: Add xt tests for utf-8 and file name portability
  test(pod): Rename pod.t to pod-syntax.t

## [version/v2.18.19] - 2025-11-14

### ๐Ÿš€ Features

- *(semaphor)* Create Sem file locking module and tests

### ๐Ÿ› Bug Fixes

- *(links)* Remove links to defunct websites: AnnoCPAN and CPAN Ratings
- *(diagnostics)* Remove diagnostics code used in development

### โš™๏ธ Miscellaneous Tasks

- *(security)* Add security policy tool. Create security policy.
- *(example)* Create simple example of semaphore locking
- *(version)* Update version minor level

### ๐Ÿงช Testing

- *(author)* Convert to Author test perl{tidy,critic}
- *(pod)* Rename pod.t to pod-syntax.t
- Add xt tests for utf-8 and file name portability
- *(remove)* Delete block testing second semaphore wait

### ๐Ÿ“š Documentation

- *(readme)* Add pod description for Dev::Util::Sem
- *(contributing)* Create a policy for contibutions to this project
- *(contibuting)* Document coding style for contributions
- *(links)* Remove links to defunct websites: AnnoCPAN and CPAN Ratings
- *(pod)* Expand the pod documentation

### ๐Ÿšง Build

- *(makefile)* Add new tests in XT_TEST_REQUIRES
- *(makefile)* Add IO::Prompt, App::Yath to PREREQ_PM and TEST_REQUIRES respectively
- *(support)* Create support dir for development tools
- *(critic)* Add _get_locks_dir to ProtectPrivateSubs

## [release/20251111] - 2025-11-11

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v2.17.17] - 2025-11-11

### โš™๏ธ Miscellaneous Tasks

- *(version)* Update version to v2.17.17

### ๐Ÿšœ Refactor

- *(use)* Clean up use statements
- *(use)* Clean up use statements
- *(use)* Remove un-needed modules
- *(makefile)* Add METE_MERGE info. Update PREREQ_PM & TEST_REQUIRES

### ๐Ÿงช Testing

- *(spell)* Add to spelling whitelist
- *(boilerplate)* Fix typo for README.md

### ๐Ÿ“š Documentation

- *(pod)* Add function descriptions
- *(readme)* Convert README to Markdown
- *(readme)* Customize README.md for this module and sub-modules
- *(pod)* Updated and corrected pod documentation for modules

### ๐ŸŽจ Styling

- *(typo)* Fix spelling mistake

### ๐Ÿšง Build

- *(makefile)* Update Prereq_pm with needed modules

## [version/v2.17.4] - 2025-11-10

### ๐Ÿš€ Features

- *(mk_temp_file)* Autoflush temp file, don't unlink it

### โš™๏ธ Miscellaneous Tasks

- *(version)* Update version to v2.17.4

### ๐Ÿšœ Refactor

- *(ipc_run)* [**breaking**] Rename functions ipc_run_{l,s} to ipc_run_{c,e}
- *(query)* Code clean up

### ๐Ÿงช Testing

- *(const)* Fix test diagnostic messages
- *(spelling)* Add spell check for pod documentation
- *(boilerplate)* Update list of submodules
- *(coverage)* Add tests for better conditional coverage
- *(read_list)* Add tests for read_list
- *(query)* Add tests for query module

### ๐ŸŽจ Styling

- *(test)* Fix typo in test message
- *(spelling)* Fix mis-spelling of ACKNOWLEDGMENTS

### ๐Ÿšง Build

- *(docs)* Add make manifest and make signature

## [version/v2.15.4] - 2025-11-07

### โš™๏ธ Miscellaneous Tasks

- *(version)* Update version minor level

### ๐Ÿšœ Refactor

- *(file)* [**breaking**] Move functions to File from Utils
- *(os)* [**breaking**] Move functions to OS from Utils
- *(utils)* [**breaking**] Move Utils to Query

### ๐Ÿงช Testing

- Test functions in new module
- *(query)* Convert to Query from Utils

### ๐Ÿ“š Documentation

- *(pod)* Update Pod docs
- *(pod)* Update Pod docs

### Other

- *(other)* Merge branch 'query'

* query:
  docs(pod): Update Pod docs
  test(query): Convert to Query from Utils
  refactor(utils)!: Move Utils to Query

## [version/v2.16.4] - 2025-11-06

### ๐Ÿš€ Features

- *(docs)* Add script to make docs for modules
- *(read_list)* Add read_list function
- *(mk_tmp_dir)* Add ability to specify temp dir

### ๐Ÿ› Bug Fixes

- *(pod)* Fix typo in pod
- *(display_menu)* Use prompt from IO::Prompt, not the local one

### โš™๏ธ Miscellaneous Tasks

- Merge branch 'utils'

* utils: (26 commits)
  fix(display_menu): Use prompt from IO::Prompt, not the local one
  docs(pod): Update Pod docs
  test(valid): Remove tests for deleted function
  refactor(prompt): Modernize code with IO::Prompt, keeping API
  refactor(display_menu): Modernize code, use IO::Prompt
  feat(mk_tmp_dir): Add ability to specify temp dir
  feat(read_list): Add read_list function
  refactor(yes_no_prompt): Rewrite function using IO::Prompt
  refactor: Remove get_keypress and valid functions, and tests
  docs(markdown): Create markdown docs for modules via make_docs.sh
  feat(docs): Add script to make docs for modules
  build(manifest): Exclude scratch dir from manifest
  fix(pod): Fix typo in pod
  test(load): Include Dev::Util::File in load test
  build(git): Update git ignore file
  test(perlcritic): Update perl critic test
  test(xt): Include xt tests when running yath
  docs(install): Add installation documentation
  refactor(test): Modernize Author tests
  refactor(use): Remove un-needed modules
  ...
- *(version)* Update version to v2.12.4

### ๐Ÿšœ Refactor

- *(utils)* [**breaking**] Move file and dir functions to new module: Dev::Util::File
- *(use)* Remove un-needed modules
- *(test)* Modernize Author tests
- Remove get_keypress and valid functions, and tests
- *(yes_no_prompt)* Rewrite function using IO::Prompt
- *(display_menu)* Modernize code, use IO::Prompt
- *(prompt)* Modernize code with IO::Prompt, keeping API

### ๐Ÿงช Testing

- *(xt)* Include xt tests when running yath
- *(perlcritic)* Update perl critic test
- *(load)* Include Dev::Util::File in load test
- *(valid)* Remove tests for deleted function

### ๐Ÿ“š Documentation

- *(constants)* Define the constants
- *(install)* Add installation documentation
- *(markdown)* Create markdown docs for modules via make_docs.sh
- *(pod)* Update Pod docs

### ๐Ÿšง Build

- *(git)* Update git ignore file
- *(manifest)* Exclude scratch dir from manifest

## [version/v2.1.6] - 2025-10-29

### โš™๏ธ Miscellaneous Tasks

- *(merge)* Merge branch 'devutil'
- *(version)* Bump version minor level

### ๐Ÿšœ Refactor

- *(utils)* [**breaking**] Move names constants to separate module, Dev::Util::Const

### ๐Ÿงช Testing

- *(const)* New tests for Const module
- *(module)* Include new Const module in loading tests

### ๐Ÿ“š Documentation

- *(module)* Update manifest

## [version/v2.0.7] - 2025-10-26

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version major level

### ๐Ÿšœ Refactor

- *(module)* [**breaking**] Begin conversion to Dev::Util from MERM::Base
- *(module)* [**breaking**] Convert Makefile.PL
- *(module)* [**breaking**] Convert cliff toml
- *(module)* [**breaking**] Convert example programs
- *(module)* [**breaking**] Convert lib dir name
- *(module)* [**breaking**] Convert pm modules
- *(module)* [**breaking**] Convert tests

### ๐Ÿงช Testing

- *(prereqs)* Update list of required modules

### ๐Ÿ“š Documentation

- *(changelog)* Update changelog

## [version/v1.1.6] - 2025-10-25

### โš™๏ธ Miscellaneous Tasks

- *(version)* Bump version patch level
- *(merge)* Merge branch 'backup'

### ๐Ÿšœ Refactor

- Modernize code, use MERM::Base::Backup
- Modernize code, add pod docs

### ๐Ÿงช Testing

- *(load)* Include MERM::Base::Backup in load test
- *(backup)* Add tests for directory backup

### ๐ŸŽจ Styling

- *(tidy)* Clean up code

## [version/v1.1.3] - 2025-10-23

### ๐Ÿš€ Features

- *(modules)* Add depentant modules for MERM::Base::Backup
- Add MERM::Base::Backup module
- Add bu script

### โš™๏ธ Miscellaneous Tasks

- *(manifest)* Add SIGNATURE and VERSION
- *(version)* Bump version patch level
- *(version)* Bump version minor level

### ๐Ÿงช Testing

- Add tests for MERM::Base::Backup
- *(kwalitee)* Update kwalitee test

### ๐Ÿ“š Documentation

- *(pod)* Add reference to MERM::Base::Backup
- *(manifest)* Add Backup module and test files
- *(pod)* Fix format errors via podchecker
- *(changelog)* Add changelog generated by git cliff
- *(pod)* Update pod documentation for modules

### ๐ŸŽจ Styling

- *(tidy)* Clean up code. Use /usr/bin/env perl
- *(tidy)* Clean up code

### ๐Ÿšง Build

- *(changelog)* Use git cliff
- *(cliff)* Fix error in default cliff.toml

## [version/v1.0.11] - 2024-09-17

### ๐Ÿš€ Features

- *(syntax)* Add 'use version', bump version to 1.0.10

### ๐Ÿ› Bug Fixes

- *(yes_no_prompt)* Initialize value

### ๐ŸŽจ Styling

- *(Utils)* Perl Tidy

### Other

- *(other)* Add test report-prereqs. Bump version

## [version/v1.0.8] - 2024-06-26

### Other

- *(other)* Update Makefile.PL to include requirements
- *(other)* Update manifest
- *(other)* Remove duplication

## [version/v1.0.6] - 2024-06-21

### Other

- *(other)* Base modules for perl development. Initial Commit.
- *(other)* Sync dev infrastructure with established codebase

MERM::SmartTools
- *(other)* Use base dev infrastructure for testing

Update to MERM::Base
- *(other)* Merge branch 'testing'

* testing:
  Use base dev infrastructure for testing

module-starter
  --module=MERM::Base
  --module=MERM::Base::Syntax
  --module=MERM::Base::Utils
  --builder=ExtUtils::MakeMaker
  --author='Matt Martini'
  --email=matt@imaginarywave.com
  --ignore=git
  --license=gpl3
  --genlicense
  --minperl=5.018
  --verbose
- *(other)* Tidy tests
- *(other)* Sync code with MERM::SmartTools
- *(other)* Add OS module and tests
- *(other)* Update version

<!-- generated by git-cliff -->