Skip to content

Latest commit

 

History

History
127 lines (74 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

127 lines (74 loc) · 3.57 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2023-12-23

Added

Fixed

  • Improve documentation and jsdoc annotations

Changed

  • update README.md.
  • package.json (Bump patch version update).

1.0.0 - 2023-12-21

Added

  • new optional feature to return only true/false and tests
  • ci to npm run tests

Fixed

  • Improve code architecture and organization.
  • Fix small bugs

Changed

  • ci to manual trigger
  • remove "jdoc" dependency and replace to use npx
  • remove "jest" dependency and replace with native tests of node-v20+
  • remove import as function and replace with default object types Helper
  • minimum compatible version of Node.js change to 20.10
  • update package.json settings
  • package.json (Bump engines.node version and major version update).

0.1.3 - 2021-07-19

Added

Changed

  • package.json (Bump dependencies version and patch version update).

0.1.2 - 2021-06-15

Added

  • added "dependabot" config file
  • workflow: "Node.js Package".
  • Tag and Release: 0.1.2

Changed

  • README (added new information).
  • package.json (added keyword: "jamilservices" and patch version update).

0.1.1 - 2021-06-11

Added

  • Add jest.config.js
  • Add main.test.js
  • Add example.js
  • Tag and Release: 0.1.1

Changed

  • package.json (added keywords, added "jest" and "@types/node" as "devDependencies" and added "scripts > test" to run command: "npm run test").
  • Fixed: main.js (changed line:9 : type.join(" ,") to type.join(", ")).
  • Fixed: README (example of use).
  • Fixed: CHANGELOG ("pacth" to "patch" on "0.0.2" version).
  • package.json (patch version update).

0.1.0 - 2021-06-06

Added

  • Custom types: 'integer', 'array', 'buffer', 'int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32'.
  • Add CHANGELOG.
  • "util" module (native to nodejs), added to support custom types.
  • Tag and Release: 0.1.0

Changed

  • Fixed: README (example of use).
  • package.json (minor version update).

0.0.2 - 2021-06-06

Added

  • workflow: "CodeQL".
  • Tag and Release: 0.0.2.

Changed

  • Fixed: README (multiple changes to the look, and added new information).
  • Fixed: .gitignore (new records added).

Changed

  • Fixed: README (example of use).
  • package.json (patch version update).

0.0.1 - 2021-06-06

Added