Skip to content

Latest commit

 

History

History
368 lines (191 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

368 lines (191 loc) · 19.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.2 (2023-08-28)

Continuous Integration

0.4.1 (2023-08-28)

Chores

0.4.0 (2022-09-20)

⚠ BREAKING CHANGES

  • Requires Node 14.8 or higher.

Bug Fixes

Refactoring

  • Requires Node 14.8 or higher. (92faf59)

Tests

  • Fixed incorrect file names. (0527818)
  • Test harness now working with AVA v4 (28ac3c5)

Documentation

Continuous Integration

Chores

  • Cleaned up. (0390336)
  • Last dependency update before release. (1cb0d8b)

0.3.12 (2022-02-20)

Bug Fixes

  • cli: Fixed some typoes in the CLI's help text. (14129df)

Chores

  • deps: bump hosted-git-info from 2.8.8 to 2.8.9 (f12bb38)
  • deps: Updated deps to test Windows CI (ca53046)

Continuous Integration

Documentation

0.3.11 (2021-10-02)

Continuous Integration

  • Updated the list runners in GHA to be the latest machine only. (e29440b)

0.3.10 (2021-09-25)

Chores

  • deps: Updated dependencies. (c639e42)

0.3.9 (2021-09-15)

Chores

0.3.8 (2021-05-13)

0.3.7 (2021-05-13)

Chores

  • deps: Updating application-log-winston-interface. (e6f708c)

0.3.6 (2021-05-13)

Chores

  • deps: Fixed vulnerabilities present in dependencies. (e8c8ccd)

0.3.5 (2021-05-08)

Chores

  • deps: Updated dependencies. (a79de4c)

0.3.4 (2021-04-25)

Continuous Integration

  • Improving coverage on the main branch. (dcfa6f6)

0.3.3 (2021-04-25)

Documentation

  • Corrected links that still referred to the old development branch. (4238a6e)

0.3.2 (2021-04-25)

Refactoring

  • Moving to branch main as the primary development branch. (5535fdf)

0.3.1 (2021-04-25)

Refactoring

  • Updated dependencies and moved to a more modern logging solution. (cbdfbe0)

0.3.0 (2021-02-13)

⚠ BREAKING CHANGES

  • Added proper support for Latin-1 Supplemental characters.

Features

  • Added proper support for Latin-1 Supplemental characters. (70c84b4)

0.2.9 (2021-02-13)

Features

  • Basic support for Latin-1 Supplemental characters. (1594965)

Tests

  • Updated test data; preparing to push. (ce97ed3)

0.2.8 (2021-01-22)

Bug Fixes

  • Obsoleteing generateDocumentationDirectoryFromFileGlobSync (fe24355)

Documentation

  • Removed obsolete function from API.md (a428da5)

0.2.7 (2021-01-21)

Continuous Integration

  • Added functional backwards compatibility via babel transpilation. (5a278ce)
  • Alright, let's see what happens now. (531a4bd)
  • Coverage reporting should work properly now. (011b272)
  • Fixed command typo in transpiled tests. (dd3ca54)
  • Forgot to update config for last commit. (7b97b31)
  • More robust CI via babel. (ad5ee0e)
  • Now testing across the matrix. (cafed76)
  • Testing buiold matrix in GitHub Actions. (3a4bb96)
  • Updating Coveralls for GitHub Actions. (d237d46)

Tests

  • Added Ava/Babel support. (2f4425d)

Chores

  • About to try running babel. (42f641f)
  • One last change before merge. (cbdebe6)
  • Regenerated config and updated CI status badge in the README.md (6b9223c)
  • Removing unused Ava config. (3f36c6c)
  • Should be done with this whole ordeal. (bec613e)
  • Something broke? (a6bb495)
  • deps: Updated dependencies to latest versions. (94ba7c9)
  • Switching to HJSON-based config, (a5c19f7)

0.2.6 (2021-01-15)

Features

  • ci: Added proper Windows CI via GitHubActions (c156a65)

Refactoring

  • test: Debugging Windows testing. (da7ea1b)

Chores

  • Fully updated standard-version config to be compatible with conventione commit standard. (68b6e4e)
  • More recent test. (375c4df)
  • ci: Actually updated the build targets. (cdff42a)
  • ci: Added more build targets for GHA. (583050a)
  • ci: Alright that should fix the issue. (69b4daf)
  • ci: GHA doesn't seem to be working. (c0c226b)
  • ci: Trying out GitHub Actions for CI. (0ecc006)
  • config: Added an addition ci type for standard-version commit messages. (e2866b6)
  • deps: Updated dependencies. (e2fb50a)
  • deps-dev: bump standard-version from 8.0.0 to 8.0.1 (a5f1f58)

Tests

  • Attempting to specify binary mode for reading files on Windows. (96533e4)
  • Now using a wrapper function. (7d90ec8)
  • Trying to use OS EOL. (ad33a2b)
  • windows: Added more debug directives for testing on Windows. (758ddb4)

0.2.5 (2020-06-30)

Tests

  • getDocumentationStringFromFilePathSync: Added parametre test for getDocumentationStringFromFilePathSync. (4696eba)

Documentation

  • README.md: Updated README to match the new CLI. (f4c0e21)

0.2.4 (2020-06-30)

Bug Fixes

  • CLI: Corrected main_Asyncs logic to fix a bug in the previous version. (707c5fe)

Chores

  • Slightly improved coverage. (cac6cf3)

0.2.3 (2020-06-29)

Features

  • CLI: Added proper multi-file mode via command-line-args multiple property. (a5c3664)
  • CLI: Multi-file mode appears to be working correctly. Will have to add tests. (bb3cac5)
  • globbing: Added getDocumentationStringFromFilePathSync and generateDocumentationDirectoryFromFileGlobSync in experimental form. Added globby as a dependency. (4c921de)

Bug Fixes

  • README.md: Corrected a small typo. (c678c29)

Tests

  • Started new CLI test suite. (3f61f7e)
  • Tests for multi-file mode is "complete" but still quite shallow; last commit before cleaning and releasing. (4f39c69)

Chores

  • Real final commit before release. (147f7b0)

0.2.2 (2020-06-27)

Bug Fixes

  • package.json: Corrected the accidental recursive publish in the publish script. (d8dce84)

0.2.1 (2020-06-27)

Tests

  • Greatly reformatted tests. We should probably switch to an actual test suite soon though. (aa9bd65)

Documentation

  • Regenerated docs; will push to GitHub to see if the formatting still holds. (4127e6e)

Chores

  • Added more convenience scripts. (bd7c622)
  • Cleaned up directory structure. (79616fd)
  • Forcing minor version bump because standard-version ignores the breaking change in the parsing commit. (8e15f37)
  • Removed now unnecessary files. (20e10ec)
  • Renamed test files. (94b2a8f)

0.1.6 (2020-06-27)

Chores

  • Preparing for first standard-version release. (4ac9c5b)

0.1.5 (2020-06-27)

Chores

  • Added more config to package.json and added standard-verison as a dev-dependencies. (26c5d50)

Old CHANGES.md

  • 2020-04-12 v0.0.0 First commit.
  • 2020-04-18 v0.0.1 Functional as an executable.
  • 2020-04-18 v0.0.2 Added NPM-version badge to README.md.
  • 2020-04-18 v0.0.3 Added public API.
  • 2020-04-19 v0.0.4 Debugging jsdoc-to-markdown.
  • 2020-04-19 v0.0.5 Cleaned up working tree, uninstalled jsdoc-to-markdown, added bin field to package.json.
  • 2020-04-19 v0.0.6 Updated README.
  • 2020-04-26 v0.0.7 Synchronising stuff.
  • 2020-04-26 v0.0.8 Greatly improved README.md.
  • 2020-04-26 v0.0.9 Fixed markup issues in the README and cleaned up the working tree's root directory.
  • 2020-04-26 v0.0.10 Experimentally adding Travis CI and Coveralls.
  • 2020-04-26 v0.0.11 Debugging Travis CI; removing docs directory; uninstalling jsdoc.
  • 2020-04-26 v0.0.12 Correcting package.json.
  • 2020-04-26 v0.0.13 Actually removed jsdoc this time and annotated main.js with istanbul ignores.
  • 2020-04-26 v0.0.14 Improving test coverage.
  • 2020-04-28 v0.1.0 docs(Made corrections in the README; reformatted the documentation comments in source/main.js; and created API.md)
  • 2020-04-28 v0.1.1 docs(Fixed formatting errors in the documentation comments of source/main.js)
  • 2020-04-28 v0.1.2 docs(README.md): Added more badges. fix(dependencies): Removed unused ava package from package.json.
  • 2020-04-28 v0.1.3 docs(API.md): Added URL for life-cycle state keywords standard.
  • 2020-05-01 v0.1.4 docs(API.md): Formatting fixes.
  • 2020-05-02 v0.1.5 fix(source/main.js): Slightly improved coverage.