Skip to content

Latest commit

Β 

History

History
401 lines (356 loc) Β· 30.7 KB

CHANGELOG.md

File metadata and controls

401 lines (356 loc) Β· 30.7 KB

v1.2.7 (27-11-2024, 12:05:21 am)

✨ Features

  • 490fabd feat: isNotNull implemented, tests added.
  • e2d2d5d feat: hasObj.
    • implemented.
    • tests added.
  • f54c2f6 feat: toPromise.
    • implemented.
    • test cases added.

πŸ“ƒ Commits

  • 1b48853 update: release script - semver check removed.
  • c08bf75 chore: isBool, modifyArray

v1.2.6 (9-26-2024, 4:12:57)

πŸ“ƒ Commits

  • 45e8cf9 update: arrayIntoChunks refactor.
    • odd length input check and decimal value check.
    • mergeObjects docstring update.
  • 03c6626 docs: documentation updated.
  • a9252fc docs: README.md updated.
  • b0af41d docs: README.md updated

v1.2.5 (9-20-2024, 4:05:22)

πŸ“ƒ Commits

  • 1989a01 scripts: husky replaced with custom hooks path.
  • 19e7682 update: sortObjectByKey custom type acceptance.
  • e182377 docs: mergeObjects docstring updated.
  • cd28a44 chore: package moved to @bhaireshm/ez.js

v1.2.3 (2-8-2024, 8:25:41)

✨ Features

  • 4fd96f8 feat: titleCase.
    • implemented.
    • test cases added.

πŸ“ƒ Commits

  • ac416a8 scripts: release.sh updated.
  • 33f0461 docs: titleCase updated.
  • 900255a docs: titleCase updated.
  • 53748d1 docs: Updated documentation
  • a16f98d configs: πŸ”§ sonarcloud.properties updated

v1.2.2 (2-8-2024, 1:28:48)

πŸ“ƒ Commits

v1.2.1 (2-8-2024, 10:11:06)

πŸ“ƒ Commits

  • 895b53b script: pre-commit hook.
  • ddafcc0 update: listed below.
    • isArray, isBool, isFn, isNull, isNum, isRegExp new functions added.
    • isStr, isObj modified.
    • docs updated.
  • 0db6de3 update: proto to prototype check.

v1.2.0 (2-7-2024, 11:56:30)

πŸ“ƒ Commits

  • a5dfbbe fix: sonar-lint.
    • The 'proto' property is deprecated.

v1.1.1 (12-3-2023, 7:27:24)

πŸ“ƒ Commits

  • b80bb5b config: tsconfig reverted to v1.0.0-rc.1
  • 205ca83 chore: unicode file added.

v1.1.0 (12-2-2023, 10:38:04)

πŸ“ƒ Commits

  • 3e292bf chore: case method rename.
  • a7b4936 chore: case method rename.
  • c148f69 update: toPascalCase -> pascalCase
  • 84c6644 fix: sonarlint-severity-low
  • af2f7c5 fix: sonarlint-severity-medium
  • b2d7396 configs: sonar-cloud properties updated.
  • cf73d20 configs: sonar-cloud properties file added.
  • bd4bec8 docs: README.md updated.
  • a1140a9 docs: README.md updated.
  • 376bf43 docs: modified.

v1.0.0-rc.1 (11-30-2023, 6:34:41)

✨ Features

  • e51ec74 feat: migrate to typescript, basic configurations.

πŸ“ƒ Commits

  • 63075a3 types: AnyObject added to required files. docs: configuration changed to typedoc.
  • a46dbd1 config: lint-staged, pre-commit updated.
  • f67d3aa update: dataFormatter.
    • converted to typescript.
    • test cases added.
  • 95b180c types: getNestedValue updated.
  • 405b459 update: removeEmptyProperty.
    • converted to typescript.
    • test cases added.
  • de65a3b update: sortObjectByMultipleKeys.
    • converted to typescript.
    • test cases added.
  • f30b135 update: sortObjectByKey.
    • converted to typescript.
    • test cases added.
  • 12d1ab6 update: toPascalCase.
    • converted to typescript.
    • test cases added.
  • 90df8fb update: shuffleString.
    • converted to typescript.
    • test cases added.
  • 22cabf7 update: shortenString.
    • converted to typescript.
    • test cases added.
  • 6e90f54 update: reverseStr.
    • converted to typescript.
    • test cases added.
  • 070d2a4 update: printPretty.
    • converted to typescript.
    • test cases added.
  • d78638f update: objectToQueryParams.
    • converted to typescript.
    • test cases added.
  • dce68f0 config: jest updated.
  • a882687 update: getUniqueArray.
    • converted to typescript.
    • test cases added.
  • df22e1d update: constant patterns added.
  • 3062742 update: getDiffInHrs.
    • converted to typescript.
    • test cases added.
  • 2d4c28e update: getDates.
    • converted to typescript.
    • test cases added.
  • 05fc23c update: isURLValid.
    • converted to typescript.
    • test cases added.
  • d17579f update: modifyArray.
    • converted to typescript.
    • test cases added.
  • 9cce68a update: uniqueArrayOfObjects.
    • converted to typescript.
    • test cases added.
  • 2fc3df6 update: generateRandomString.
    • converted to typescript.
    • test cases added.
  • bfa927f update: currencyFormatter.
    • converted to typescript.
    • test cases added.
  • d7cad57 config: jest updated.
  • af8f166 update: isStr, isNum, isObj, dateDiff.
    • converted to typescript.
    • test cases added.
    • compareObjects, isStrHasSpecialChar.test, convert change type checks to respected methods.
  • db254f9 update: isStr, isStrHasSpecialChar.
    • converted to typescript.
    • test cases added.
  • b32858e chore: todolist added
  • 7f8d0d6 chore: pre-commit command updated. chore: script updted.
  • 0feab4c update: mergeObjects.
    • converted to typescript.
    • test cases added.
  • 049c42f fix: isEmpty checks.
  • 2483935 update: hasOwnProperty.
    • changed the logic.
    • test cases added.
  • 91e63f0 config: jsDoc to typeDoc.
  • 0ddaf97 update: add2Matrix ts conversion.
  • f910ed6 chore: version check pattern updated in release script.
  • d94cc78 chore: dataFormatter todo list added. chore: sortObjectByKey var rename.
  • dc7b4e7 update: convert.
    • converted to typescript.
    • test cases added.
  • 038b54b config: tscnofig, package.json updated.
    • exports updated.
  • e40ad85 config: tscnofig, package.json updated.
    • exports updated.
  • 02e4f96 update: compareObject.
    • converted to typescript.
    • test cases added.
  • 24bbb0f update: isEmpty.
    • converted to typescript.
    • test cases added.
  • 5cb3ad2 update: checkObject.
    • object check changes.
    • converted to typescript.
    • test cases added.
  • 50e2d88 update: getNestedValue.
    • using own methods for checks.
    • converted to typescript.
    • test cases added.
  • f422ee0 update: camelCase.
    • converted to typescript.
    • test cases added.
  • 85e6d94 update: tsc and test cases.
    • arrayIntoChunks.
    • config changes.
  • e4194a1 update: some functions converted to ts.
  • 7ad8804 CONTRIBUTION.md updated.

v0.0.23 (10-27-2023, 6:22:09)

πŸ“ƒ Commits

  • e412011 fix: uniqueArrayOfObjects more than 3 getting replicated.
  • 2d1cf1f Update README.md- 79c40ec Update CONTRIBUTION.md- 7ae30b0 CHANGELOG.md updated.

v0.0.22 (9-20-2023, 12:38:39)

πŸ“ƒ Commits

v0.0.21 (9-19-2023, 11:48:08)

πŸ“ƒ Commits

  • 1835b3a update: release script modified.

v0.0.20 (9-19-2023, 11:26:43)

πŸ“ƒ Commits

  • f9c46e5 update: regExpPatterns constants added.
  • bc0b047 update: toPascalCase function added.
  • 025df3c update: removeEmptyProperty will now remove empty values from array as well.
  • 8f8bb19 docs: modifyArray jsDoc updated.

v0.0.19 (9-11-2023, 10:46:14)

πŸ“ƒ Commits

  • 78890b6 update: rename addDelEleFromArray -> modifyArray.
  • bfd9d6d update: printPretty nested logging implemented.
  • 96382fe Create LICENSE
  • ecaf261 configs: jsdoc2md.json updated.
  • 0d2bec7 docs: CHANGELOG.md updated.
  • 4e43fab chore: publishh command added in release script.
  • f140595 configs: rollup updated for typescript imports.
  • 6a4654d docs: CHANGELOG.md updated.
  • 7b7736e docs: all method's docstring modified.
  • b837836 update: release-script updated.
    • changelog.js file added to update CHANGELOG.md
  • 628a2fd fix: mergeObjects nestedObject merge.
  • 9a2d2f8 update: release script.

v0.0.18 (9-2-2023, 9:10:53)

πŸ“ƒ Commits

  • f140595 configs: rollup updated for typescript imports.
  • 6a4654d docs: CHANGELOG.md updated.

v0.0.17 (9-2-2023, 8:36:46)

Clean

✨ Features

  • 2b17d28 feat: checkObject() => new function added.
  • 2150d09 feat: getDates() => new function added.

πŸ“ƒ Commits

  • 7b7736e docs: all method's docstring modified.
  • b837836 update: release-script updated.
    • changelog.js file added to update CHANGELOG.md
  • 628a2fd fix: mergeObjects nestedObject merge.
  • 9a2d2f8 update: release script.
  • a393b4a docs: addDelEleFromArray jsDoc updated.
  • 1e34607 update: release script updated.
  • c2ab04d chore: release script
  • 454234e update: release scripts updated.
  • bb7f951 docs: README.md updated.
  • 27cbb4d docs: reverseStr - jsDoc updated.
  • 6305cf2 docs: contribution.md release commands added.
  • 952e389 configs: release script updated.
  • 8449c24 fix: pbcopy command not found issue.
  • 7fac164 chore: wrong version was updated
  • 3ddd353 configs: git post-checkout hook ognored for release branchs.
  • 0eb8da1 configs: release scripts added.
  • f8908a7 update: #23 - Generalize examples.
  • c57162a configs: unwanted pkgs and content removed.
  • e88f4c1 configs: rollup unwanted pkgs removed.
  • a2224dd fix: (#19) strToNum().
    • If str is empty, passed object will be returned.
  • 9f2d2f9 configs: rollup configuration modified.
    • using umd format beacuse works everywhere and usually used as a fallback in case ESM does not work.
  • 6d77420 fix: KI-1 strToNum().
    • If str is empty, passed object will be returned.
  • 5bff614 configs: rollup configuration modified.
    • using umd format beacuse works everywhere and usually used as a fallback in case ESM does not work.
  • d48b451 docs: listed below.
    • author information and git repo information added in package.json.
    • jsdoc2md config updated.
    • DOCUMENTATION file separated.
    • jsDoc updated for blockBrowserBackButton, createTable, getNestedValue, getUniqueArray, isURLValid, mergeObjects, objectToQueryParams, printPretty, removeEmptyProperty, reverseStr, shortenString, shuffleString, sortObjectByKey, uniqueArrayOfObjects.
  • 0acbe9a 0.0.12
  • 129f129 configs: rollup source mapping removed and comments removed from distribution.
  • 16ef444 docs: contribution.md file updated.
  • c3b1c2e docs: compareObject, dateDiff jsDoc updated, contribution.md file added.
  • f469840 chore: files moved to respective folders.
  • 5177b87 configs: git hook post-commit updated.
  • 1bb1ccd chore: removed commitizen
  • 076ff58 chore: merge into master
  • a3fc8bb configs: git post-checkout hook updated.
  • 2ebf55d configs: post-checkout - conditional merge into default branch.
  • 169abcf configs: git pre-commit hook modified.
  • 6e98fb5 configs: git pre-commit hook.
    • Perform distribution, testing and docs creation only if the 'src' folder contents are modified.
  • e4dd8bf configs: git post-checkout hook updated. chore: ts-node package removed.
  • 4991cf6 configs: git pre-commit and post-checkout hooks ctrl_plus_c handled.
  • 5b83fc5 configs: configurations updated.
    • prettier.
    • vscode settings.
    • code formatted using prettier.
  • bd6589e chore: changelog check
  • 703b897 docs: checking changelog implementation
  • 07d11f0 docs: changelog implementation and git prepare-commit-msg hook added
  • 246a551 docs: printPretty - jsDoc.
  • 109aa0b update: unwanted files deleted.
  • 339c642 0.0.11
  • 7ccc1ee fix: hasOwn to hasOwnProperty.
  • 4e26809 0.0.10
  • 635022e chore: code formatted.
  • 3917c88 update: add2Matrix jsDoc added. batchscript deleted.
  • 7bd52ef configs: eslint, editorconfig sync.
  • 14b65f6 0.0.9
  • 69f5c5c configs: all configs updated.
  • 54e340e chore: code formatted.
  • a97a40f configs: git pre-commit hook updated.
  • 239000d configs: modification.
    • eslint, lint-staged, prettier, git pre-commit hook.
    • document updated.
    • two packages installed.
  • b219567 configs: added.
  • 566a945 eslint: formatted.
  • 353c783 configs: git pre-commit hook added.
  • fe20136 config: git hook added.
  • a32cbcb configs: updated. update: scripts converted to modules.
  • e6727ed config: eslint added and formatted.
  • 67fc80d docs: sprints doc added.
  • 55d0107 chore: comments and const to function.
  • 7c13468 docs: template updated.
  • 28fb104 docs: template typo.
  • 81710e1 chore: docs template added.
  • 23be3e8 0.0.7
  • 76117d9 docs: updated. chore: jsdoc2md config updated. chore: cleanup.
  • 56f7ceb πŸ“¦ version update.
  • d02764f docs: updated.
  • 3d370d4 docs: jsDocs added for functions. update: hasOwnProperty - updated.
  • 7182735 docs: jsDocs added for functions. update: hasOwnProperty - updated.
  • 1c71de8 0.0.4
  • 6def389 update: removed unwanted packages and folders.
  • 9ba2f07 docs: jsdoc2md implemented,
  • d655852 chore: types updated.
    • unwanted files removed.
  • 47250e0 chore: function name changes.
  • 8075c92 README.md updated.
  • da38e77 docs: added.
  • 2c91a3f docs: added.
  • b9ea081 update: filename and methods names sync.
  • a02dfc6 chore: docs.
  • e32e84a chore: docs folder removed
  • 91b082b docs: jsDocs implemented.
  • 14eadb8 update: rollup integration.
  • 04d02f3 update: files moved.
  • 0f49488 update: unsed files removed and required files added. update: exports separated.
  • d67a530 Update.
    • default export changes.
    • packge.json file updated.
    • webpack config updated.
  • a7b96e6 update: getNestedKeyValue method added.
  • cbcb86a update: data checks added.
  • 5b9568c update: data formatter method added.
  • c152ebd build: script added.
  • cb1eaa4 1.0.16-0
  • 1188aae 1.0.15