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.
And for each point, add semantics: https://seesparkbox.com/foundry/semantic_commit_messages
For each keypoint, treat like commit messages, follow Chris Beams' rules
- fix: isEmptyOrZero to able to have isNaN check
- chore: Update prettier and .vscode/setting.json for standard format
- chore: Update README.md for create-tslibs reference
- chore: Separate build modules instead of index.js
Hence the following is possible:
// to import promise module
import promise from 'utilzed/dist/promise'
// the caveat will be having the need to use dist/
- fix: Fix
package.json
dependencies
- feat: Added
versionCheck
functionality
- chore: test files using
src/index
to ensure library usability
- fix: Add missing
/timeconvert
Format
enum into index usingtimeconvert
property
- chore: remove
TimeConvert
property from index
- docs: Update README.md from utilized to utilzed
- docs: Update README.md for install instruction
- docs: Add functions documentation
- docs: Add CHANGELOG.md
- refactor: Rename waitFor to waitForTrue for semantic purpose
- note: since is still new and fresh no point having major version update instead use patch
- fix: Add flowgen.js command to npm run prepare so build can generate flow files
- chore: Rename utilz to utilzed and fix jsdoc comment because npm package utilz is taken
- fix: Fix