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
- Tag and Release: 1.0.1
- Improve documentation and jsdoc annotations
- update README.md.
- package.json (Bump patch version update).
1.0.0 - 2023-12-21
- new optional feature to return only true/false and tests
- ci to
npm run tests
- Improve code architecture and organization.
- Fix small bugs
- 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
- Tag and Release: 0.1.3
- package.json (Bump dependencies version and patch version update).
0.1.2 - 2021-06-15
- added "dependabot" config file
- workflow: "Node.js Package".
- Tag and Release: 0.1.2
- README (added new information).
- package.json (added keyword: "jamilservices" and patch version update).
0.1.1 - 2021-06-11
- Add jest.config.js
- Add main.test.js
- Add example.js
- Tag and Release: 0.1.1
- 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
- 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
- Fixed: README (example of use).
- package.json (minor version update).
0.0.2 - 2021-06-06
- workflow: "CodeQL".
- Tag and Release: 0.0.2.
- Fixed: README (multiple changes to the look, and added new information).
- Fixed: .gitignore (new records added).
- Fixed: README (example of use).
- package.json (patch version update).
- Initial files in basic version, to add at https://www.npmjs.com/.