--- title: Changelog @avensio/shared description: Chronological record of notable changes, improvements, fixes, and releases. --- # Changelog ## v2.0.0 ### ๐Ÿš€ Features - Binary heap + binary search tree ([368305e](https://github.com/AvensioDev/shared/commit/368305e)) - Git hook installs in MonoRepo and cloned fork successfully while installing ([34eee2a](https://github.com/AvensioDev/shared/commit/34eee2a)) ### ๐Ÿ› Fixes - Removed second heapStort function ([0eea92e](https://github.com/AvensioDev/shared/commit/0eea92e)) - Jsonld objects in docs ([b91b85a](https://github.com/AvensioDev/shared/commit/b91b85a)) - **docs:** Define logical next-page links for package overviews ([2d4537f](https://github.com/AvensioDev/shared/commit/2d4537f)) - Ship working CommonJS bundle ([810751c](https://github.com/AvensioDev/shared/commit/810751c)) ### ๐Ÿงน Refactors - Restructure project into 9 packages and 1 mono repo ([6a66b86](https://github.com/AvensioDev/shared/commit/6a66b86)) - Benchmarks ([a061c55](https://github.com/AvensioDev/shared/commit/a061c55)) - Use binary heap wrapper for PriorityQueue ([54db5f6](https://github.com/AvensioDev/shared/commit/54db5f6)) - Typed comparator ([1f271a6](https://github.com/AvensioDev/shared/commit/1f271a6)) - Titles, docs structure ([1aaad36](https://github.com/AvensioDev/shared/commit/1aaad36)) - Optimize pkgs, improve type safety, fix bugs & translate comments to EN ([89616cf](https://github.com/AvensioDev/shared/commit/89616cf)) ### ๐Ÿ“ Docs - Full documentation ([0e11bc8](https://github.com/AvensioDev/shared/commit/0e11bc8)) - Update api docs ([c5b5494](https://github.com/AvensioDev/shared/commit/c5b5494)) - Refactor most docs ([061fb35](https://github.com/AvensioDev/shared/commit/061fb35)) - Adds missing JSDoc ([8660d8c](https://github.com/AvensioDev/shared/commit/8660d8c)) - Updates API docs ([47ff9d3](https://github.com/AvensioDev/shared/commit/47ff9d3)) - Vitepress config update ([8a4ed11](https://github.com/AvensioDev/shared/commit/8a4ed11)) - Adds description to each docs page ([a09d07a](https://github.com/AvensioDev/shared/commit/a09d07a)) - PWA config for vitepress + adds logo variants ([254b168](https://github.com/AvensioDev/shared/commit/254b168)) - Favicon, logo, PWA Assets ([11b1057](https://github.com/AvensioDev/shared/commit/11b1057)) - Removes generated images; updates vitepress config ([7cce57b](https://github.com/AvensioDev/shared/commit/7cce57b)) - Update vitepress and API docs ([3144247](https://github.com/AvensioDev/shared/commit/3144247)) - Adds JSON-LD objects ([8c33e62](https://github.com/AvensioDev/shared/commit/8c33e62)) - Remove obsolet e-mail ([8326331](https://github.com/AvensioDev/shared/commit/8326331)) - Add CHANGELOG title and description ([f0152f3](https://github.com/AvensioDev/shared/commit/f0152f3)) - Regenerate changelog for v2.0.0 ([5ae0e65](https://github.com/AvensioDev/shared/commit/5ae0e65)) - Fix README repository links ([6c993ea](https://github.com/AvensioDev/shared/commit/6c993ea)) - Update v2.0.0 changelog ([19c1345](https://github.com/AvensioDev/shared/commit/19c1345)) - Make contribution guide repository-specific ([f8f1ff7](https://github.com/AvensioDev/shared/commit/f8f1ff7)) - Include contribution guide in v2.0.0 changelog ([6c3bddf](https://github.com/AvensioDev/shared/commit/6c3bddf)) ### Chores - Init project ([0bbb11a](https://github.com/AvensioDev/shared/commit/0bbb11a)) - Linter config + fixing linter problems ([d146ab0](https://github.com/AvensioDev/shared/commit/d146ab0)) - Git hook installation for commitlint ([1b881e8](https://github.com/AvensioDev/shared/commit/1b881e8)) - Adds changelog ([beb647d](https://github.com/AvensioDev/shared/commit/beb647d)) - Issue templates, contribution guideline, feature request template, vulnerability handling ([73003ac](https://github.com/AvensioDev/shared/commit/73003ac)) - Adds github CI/CD workflow ([7559b41](https://github.com/AvensioDev/shared/commit/7559b41)) - Linting fixes ([a5382bd](https://github.com/AvensioDev/shared/commit/a5382bd)) - Ignore api docs ([9f9edca](https://github.com/AvensioDev/shared/commit/9f9edca)) - Removes pwa, renames Avensio to AvensioDev ([d97adeb](https://github.com/AvensioDev/shared/commit/d97adeb)) - **docs:** Rename, rephrase and remove SW ([658e615](https://github.com/AvensioDev/shared/commit/658e615)) - **release:** V2.0.0 ([c2f5e75](https://github.com/AvensioDev/shared/commit/c2f5e75)) - Correct logo + favicon; docs links; removes prefix + footer hint ([b63fc43](https://github.com/AvensioDev/shared/commit/b63fc43)) ### ๐Ÿงช Tests - Heap and tree tests ([629ca03](https://github.com/AvensioDev/shared/commit/629ca03)) - **bench:** Insert and extract benchmarks ([357a26d](https://github.com/AvensioDev/shared/commit/357a26d)) - Comparator tests + fixes ([95d5ceb](https://github.com/AvensioDev/shared/commit/95d5ceb)) ### โค๏ธ Contributors - Armin Kunkel ([@Mastercuber](https://github.com/Mastercuber))