Skip to content

Commit

Permalink
chore: change log set up
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 3, 2024
1 parent 30aa400 commit 2bec8d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 55 deletions.
7 changes: 7 additions & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignoreCommitPattern": "^chore",
"output": "CHANGELOG.md",
"template": "compact",
"commitLimit": false,
"hideCredit": true
}
58 changes: 3 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,86 +2,61 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.9.0](https://github.com/DIY0R/file-graph/compare/0.8.0...0.9.0)

> 3 September 2024
- feat: add public findUpToLevel method [`b528065`](https://github.com/DIY0R/file-graph/commit/b528065ffb083961104408d627be3fc6d5b42069)
- test: add unit tests for findUpToLevel method [`4728ec3`](https://github.com/DIY0R/file-graph/commit/4728ec32f3a44944178e6ee003a36d29aac66d53)
- test: add unit tests for createArcs method [`8256072`](https://github.com/DIY0R/file-graph/commit/82560727110238d975061b09f7ce8c39dcee3cbb)
- refactor: improve code readability [`e4aaf01`](https://github.com/DIY0R/file-graph/commit/e4aaf013ab02a4004f03b0a4a35f30cfa5c41c52)
- feat: add public createArcs method [`77ad981`](https://github.com/DIY0R/file-graph/commit/77ad9814dbefa4387b4349467e98f0fb224e6195)
- refactor(test): change to createVertices [`1d9bf72`](https://github.com/DIY0R/file-graph/commit/1d9bf72de19ac79b48b9f6645e937f0171eda49b)
- chore: bump get-tsconfig from 4.7.6 to 4.8.0 [`2c18f3e`](https://github.com/DIY0R/file-graph/commit/2c18f3ed750f08b36ff1be6a12032fa41c28ecb0)

#### [0.8.0](https://github.com/DIY0R/file-graph/compare/0.7.0...0.8.0)

> 30 August 2024
- feat: add public createEdge method [`6fb8851`](https://github.com/DIY0R/file-graph/commit/6fb88517fb392f0879e8b9fab7c13ca2cf8ad250)
- chore: bump @commitlint/lint from 19.2.2 to 19.4.1 [`88d17bf`](https://github.com/DIY0R/file-graph/commit/88d17bfc2ba95280cfe5d32470f0214c9d1a5c6d)
- test: add unit test for createEdge method [`7a4d7df`](https://github.com/DIY0R/file-graph/commit/7a4d7df316c9be3329d337db78d575fb6c32e1e1)
- chore: version v0.8.0 [`41c68f7`](https://github.com/DIY0R/file-graph/commit/41c68f7ca328637d8ec2bafa30541c12516b5b55)
- refactor: move type of lint function [`83a520f`](https://github.com/DIY0R/file-graph/commit/83a520fc282a74b57186fc4955254c644ab4e2a1)
- chore: bump @commitlint/config-conventional from 19.2.2 to 19.4.1 [`8369b02`](https://github.com/DIY0R/file-graph/commit/8369b023d24107c1aeea2660d5efea0f286dce11)
- chore: max-lines turn off [`73bb672`](https://github.com/DIY0R/file-graph/commit/73bb672c0fdd2619a1572779ce2954f3db715c7f)

#### [0.7.0](https://github.com/DIY0R/file-graph/compare/0.6.0...0.7.0)

> 27 August 2024
- chore: bump typescript-eslint from 8.2.0 to 8.3.0 [`865aa57`](https://github.com/DIY0R/file-graph/commit/865aa578526981d840958c167fa008c81380a40a)
- feat: add public findAll method [`d237fa4`](https://github.com/DIY0R/file-graph/commit/d237fa4c87a2d216e7048a4a7e56898cd8e01290)
- test: add unit test for findAll method [`d0984ca`](https://github.com/DIY0R/file-graph/commit/d0984ca9b513273337522468907854c7d82cc3fc)
- chore: version v0.7.0 [`7f29bf4`](https://github.com/DIY0R/file-graph/commit/7f29bf40495ae9735f5902f141d7ca62efeefdc0)
- chore: bump tslib and tsx [`72d3d7e`](https://github.com/DIY0R/file-graph/commit/72d3d7e4fd7e64c2febf0337b0ec38f3f7b6e4f2)
- chore: bump tsx from 4.18.0 to 4.19.0 [`4e99ad8`](https://github.com/DIY0R/file-graph/commit/4e99ad8e2131a80b133c4d45cf7ae3226dc36dc7)
- chore: set skipBlankLines off [`379293e`](https://github.com/DIY0R/file-graph/commit/379293e79b720eca113937c7575b5e66ad186409)
- test: skip length test [`b7c5842`](https://github.com/DIY0R/file-graph/commit/b7c5842e863de47443d8fcdbaf3a6259c6e56240)

#### [0.6.0](https://github.com/DIY0R/file-graph/compare/0.5.3...0.6.0)
#### [0.6.0](https://github.com/DIY0R/file-graph/compare/0.5.2...0.6.0)

> 23 August 2024
- style: logical arrangement of methods [`48b0d0e`](https://github.com/DIY0R/file-graph/commit/48b0d0ebb83c5e60979842efcf519b6ecd6d7eff)
- feat: add public createVertices method [`c744ade`](https://github.com/DIY0R/file-graph/commit/c744adeb7b7991231b744d1b0f10a6df3d25883a)
- chore: version v0.6.0 [`9767ba2`](https://github.com/DIY0R/file-graph/commit/9767ba287e8032ba10bb3c5cfd979abb51252d97)
- refactor: transition to async/await syntax [`4bb6178`](https://github.com/DIY0R/file-graph/commit/4bb61782a0f99667fd72b0e717d601942635d835)
- test: creates multiple vertices [`f972898`](https://github.com/DIY0R/file-graph/commit/f972898eb275cb529a6f71cf43f46b3164fc482a)
- chore: bump @types/node from 22.4.1 to 22.5.0 [`2735a72`](https://github.com/DIY0R/file-graph/commit/2735a725396644a72dbdd5b42ea1dae7410fd990)

#### [0.5.3](https://github.com/DIY0R/file-graph/compare/0.5.2...0.5.3)

> 21 August 2024
- chore: version v0.5.3 [`e59f8fe`](https://github.com/DIY0R/file-graph/commit/e59f8feb0cda753ebce505a7050fb9a5e136aa4d)
- chore: update module resolution to 'Node' [`0cda98b`](https://github.com/DIY0R/file-graph/commit/0cda98beedb9530a4b950ac4c5920012ef253db3)

#### [0.5.2](https://github.com/DIY0R/file-graph/compare/0.5.1...0.5.2)

> 20 August 2024
- chore: bump typescript-eslint from 8.1.0 to 8.2.0 [`b4101ad`](https://github.com/DIY0R/file-graph/commit/b4101adae0f3fc40b1338051c7f158c5175d2a5d)
- perf: return the created vertex object [`18f96ee`](https://github.com/DIY0R/file-graph/commit/18f96ee8425a5184463c93de3ac95a9096e114de)
- chore: version v0.5.2 [`d070e4f`](https://github.com/DIY0R/file-graph/commit/d070e4f2c65bb835fd53cecaab2a4f6508479e26)
- Merge pull request #21 from DIY0R/dependabot/npm_and_yarn/typescript-eslint-8.2.0 [`2aa095d`](https://github.com/DIY0R/file-graph/commit/2aa095dda4078ff8996e7992df6666d7ce2ca45a)

#### [0.5.1](https://github.com/DIY0R/file-graph/compare/0.5.0...0.5.1)

> 19 August 2024
- fix: update JSDoc for hasArc method [`35f2b07`](https://github.com/DIY0R/file-graph/commit/35f2b07205cdc2421a5d8e36e0a8d285fcdad21d)
- chore: version v0.5.1 [`552a414`](https://github.com/DIY0R/file-graph/commit/552a4141292c131a0fa4a898ab0d5ecd435a0aef)

#### [0.5.0](https://github.com/DIY0R/file-graph/compare/0.4.0...0.5.0)

> 19 August 2024
- chore: version v0.5.0 [`b49c5d5`](https://github.com/DIY0R/file-graph/commit/b49c5d56ba490c8d49d1b942a771b61073ed88d6)
- feat: add public hasArc method [`6c41f68`](https://github.com/DIY0R/file-graph/commit/6c41f68305fe24aac87a4ea6789392a530b598b9)
- chore: bump @types/node from 22.3.0 to 22.4.1 [`5f5f429`](https://github.com/DIY0R/file-graph/commit/5f5f429f7fbc75895d10088be2254276494757da)
- test: check existence of arc between two vertices [`b30ed79`](https://github.com/DIY0R/file-graph/commit/b30ed799b39b5db9ae75576518adebb64c458e15)
- chore: bump ky from 1.6.0 to 1.7.0 [`ee119e0`](https://github.com/DIY0R/file-graph/commit/ee119e0606522b87e3237c50cba335813cc66e1b)

#### [0.4.0](https://github.com/DIY0R/file-graph/compare/0.3.26...0.4.0)

Expand All @@ -92,58 +67,31 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: add data attribute in vertex [`6b3ae4e`](https://github.com/DIY0R/file-graph/commit/6b3ae4e163862f9e61a51a4c6daaf8527404cfd9)
- test: add unit tests removeArc method [`32da87b`](https://github.com/DIY0R/file-graph/commit/32da87b345f6ccb11eac0174239315dd25071b5a)
- test: create an arc between two vertice [`2d13779`](https://github.com/DIY0R/file-graph/commit/2d137795dd0d8f2e47169439bac86b65270c6287)
- chore: version v0.4.0 [`6cea3a0`](https://github.com/DIY0R/file-graph/commit/6cea3a009c30f5baec487468158bfbccdb0ece99)
- refactor: update jsdoc [`89ac152`](https://github.com/DIY0R/file-graph/commit/89ac152744b2e2eb7eb03177b3623740991d3496)
- chore: bump @types/node from 22.2.0 to 22.3.0 [`cff2f24`](https://github.com/DIY0R/file-graph/commit/cff2f24f116ff0994ce5b8bb5ecd17ee9eb958d7)
- chore: bump ky from 1.5.0 to 1.6.0 [`48c4df9`](https://github.com/DIY0R/file-graph/commit/48c4df9a0e9047164f66e0290ed4fd6434ab2619)
- chore: ignore .tmp files [`54ea862`](https://github.com/DIY0R/file-graph/commit/54ea86252dbb44d052418e994777a4e5ef0d907b)

#### [0.3.26](https://github.com/DIY0R/file-graph/compare/0.3.23...0.3.26)

> 13 August 2024
- chore: bump tsx from 4.16.5 to 4.17.0 [`bc09b00`](https://github.com/DIY0R/file-graph/commit/bc09b00dec4304cdfa58d7c86a158c5c759b3bee)
- chore: bump typescript-eslint from 8.0.0 to 8.1.0 [`18208fe`](https://github.com/DIY0R/file-graph/commit/18208fe9847a11d864bc1568a42143b87e999d67)
- perf: added async task queue support for file operations [`d37a916`](https://github.com/DIY0R/file-graph/commit/d37a916c4528340d00ad41c04980a100f15c54f4)
- fix(lib): duplicate calls close stream [`a373cf3`](https://github.com/DIY0R/file-graph/commit/a373cf3f9829b356d66213c598836c53c50443c8)
- chore: version v0.3.26 [`7dda239`](https://github.com/DIY0R/file-graph/commit/7dda2392e8cd3423d8e1202efc94ee711535383e)
- chore(test): add lint-and-test job [`72f3f48`](https://github.com/DIY0R/file-graph/commit/72f3f48c69f30774122684b6b6043705ddd10a7d)

#### [0.3.23](https://github.com/DIY0R/file-graph/compare/0.0.1...0.3.23)

> 11 August 2024
- test: set up tests [`845a7cb`](https://github.com/DIY0R/file-graph/commit/845a7cb3b6cc7aafeba1ab1da5e19df92ccb1e97)
- chore: bump @commitlint/read from 19.2.1 to 19.4.0 [`6a06070`](https://github.com/DIY0R/file-graph/commit/6a06070bf928c3173585ccfa9f0007e1dd6b0501)
- feat(lib): add public method updateVertex [`2fac83d`](https://github.com/DIY0R/file-graph/commit/2fac83dd7aff0b09bf022896a7663c03eb345bd3)
- feat(lib): create vertex and find [`0133268`](https://github.com/DIY0R/file-graph/commit/0133268bf94f469bea87960dc27c0fcb7af94ee6)
- feat(lib): add public method deleteVertex [`721ec66`](https://github.com/DIY0R/file-graph/commit/721ec6606cd3cc2c9dc9a801ecb449dd634c356e)
- perf(lib): pass findOne method predicate fn [`1d69dfd`](https://github.com/DIY0R/file-graph/commit/1d69dfddfbd7120de822d42364e300db9f331387)
- chore: version v0.3.23 [`cc55731`](https://github.com/DIY0R/file-graph/commit/cc55731d7255a737629e1d29fa2cb4d6de67efc5)
- style(test): better readability and accuracy [`93164d9`](https://github.com/DIY0R/file-graph/commit/93164d9fd1de2929a7054e37d33337c39c182093)
- test: check updated vertex [`729472a`](https://github.com/DIY0R/file-graph/commit/729472ace5f71d3004d11f8af86d0b41a900362c)
- chore: add linter [`cad662e`](https://github.com/DIY0R/file-graph/commit/cad662e80d0e564df46051015d0d8f2b1402176d)
- chore: bump @eslint/js from 9.8.0 to 9.9.0 [`9b521a5`](https://github.com/DIY0R/file-graph/commit/9b521a582254f410121d3838b5970fb291e66125)
- chore: create dependabot.yml [`07e2085`](https://github.com/DIY0R/file-graph/commit/07e2085a32778a097ced9b22a7c1d22507172c12)
- chore: set up linters [`0d04c8e`](https://github.com/DIY0R/file-graph/commit/0d04c8ecdd402a02f94def3f0153302b335286a9)
- chore: bump @commitlint/cli from 19.3.0 to 19.4.0 [`2af1620`](https://github.com/DIY0R/file-graph/commit/2af162099659e8a7eb7787de3dfd8f204a9f9c96)
- test: check deleted vertex [`1af21cc`](https://github.com/DIY0R/file-graph/commit/1af21cc40df565f2a7681d59a1140846bd084582)
- chore: run on main [`a2c6fa0`](https://github.com/DIY0R/file-graph/commit/a2c6fa02286864a4eebe5cd9716b1e32d8edd8f3)
- perf(test): create Vertex and findOne [`4763523`](https://github.com/DIY0R/file-graph/commit/476352396eaafba5b5c0d2e79ab253650f85ba5d)
- refactor(lib): define callback function type [`18ee580`](https://github.com/DIY0R/file-graph/commit/18ee5802143e56254a4d7b495e9418c1d41facec)
- chore: bump @commitlint/load from 19.2.0 to 19.4.0 [`673706f`](https://github.com/DIY0R/file-graph/commit/673706ffbfd07fca67a815e131cb131db8248805)
- chore: bump @types/node from 22.1.0 to 22.2.0 [`6fa316c`](https://github.com/DIY0R/file-graph/commit/6fa316cf1e4b40bfe241f1c2e4d5b8ee58499c33)
- chore: update update rules for max length and line breaks [`b1276cd`](https://github.com/DIY0R/file-graph/commit/b1276cd2ab0eef03e8bc2bc09c097c83e01f8aaa)
- chore: add ignore files [`22b6bb6`](https://github.com/DIY0R/file-graph/commit/22b6bb6176d579617110373f1c0787d63ee601ca)
- fix(lib): uniq temp file [`25841c5`](https://github.com/DIY0R/file-graph/commit/25841c5ac8b3fbf62e54d762003301276240a0af)
- chore: disable the commit limit [`b21a18c`](https://github.com/DIY0R/file-graph/commit/b21a18c188d76304d97fe3557bd6d989a9cf1c1f)
- chore: rename refactor [`c194a0c`](https://github.com/DIY0R/file-graph/commit/c194a0c65db4946e10604d10474d76213ab64005)
- chore: ci install [`5f97cee`](https://github.com/DIY0R/file-graph/commit/5f97ceec794b9b24323250b20b1f98ccce5764a5)
- chore: add pre commit run test [`06b19b5`](https://github.com/DIY0R/file-graph/commit/06b19b5e723510d33682eaf99b4ef4630a0753bc)

#### 0.0.1

> 6 August 2024
- chore: configure linters and build tools [`80bef76`](https://github.com/DIY0R/file-graph/commit/80bef767061f1cf78f8c6efd92af4722e1cf8cde)
- chore: version v0.0.1 [`a277c5c`](https://github.com/DIY0R/file-graph/commit/a277c5c35a8a9ea3c74c8c4e3414f27d77fdd1bc)

0 comments on commit 2bec8d7

Please sign in to comment.