addressable-binary-heaps
Version:
A versatile TypeScript library for addressable binary heaps, delivering optimized and scalable min-heap and max-heap implementations, seamlessly supporting both object-oriented and functional paradigms.
44 lines (27 loc) • 2.93 kB
Markdown
# Changelog
## [1.1.0](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.4...v1.1.0) (2025-12-10)
### Features
* code enhancements ([#8](https://github.com/styiannis/addressable-binary-heaps/issues/8)) ([feac157](https://github.com/styiannis/addressable-binary-heaps/commit/feac1578f942f6f3e7ee2a37b4d7c4d369003bd3))
## [1.0.4](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.3...v1.0.4) (2025-09-30)
### Features
* dependencies update ([#7](https://github.com/styiannis/addressable-binary-heaps/issues/7)) ([5fde5d8](https://github.com/styiannis/addressable-binary-heaps/commit/5fde5d84f536c08a614582ee8ea0249f90eb5d63))
## [1.0.3](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.2...v1.0.3) (2025-08-22)
### Features
* code enhancements ([#6](https://github.com/styiannis/addressable-binary-heaps/issues/6)) ([77f76bf](https://github.com/styiannis/addressable-binary-heaps/commit/77f76bfba2e9a85bd5619149ea7bf4c5f9402c24))
## [1.0.2](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.1...v1.0.2) (2025-05-26)
### Features
* dependencies update ([#5](https://github.com/styiannis/addressable-binary-heaps/issues/5)) ([c947961](https://github.com/styiannis/addressable-binary-heaps/commit/c947961343ccdef71e2e218713e3c02b68ffe9ab))
## [1.0.1](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.0...v1.0.1) (2025-04-03)
### Features
* inline documentation updates and minor code improvements ([#4](https://github.com/styiannis/addressable-binary-heaps/issues/4)) ([59b2a57](https://github.com/styiannis/addressable-binary-heaps/commit/59b2a57985468672e049d52ca8fc0f8f7cdefcde))
## [1.0.0](https://github.com/styiannis/addressable-binary-heaps/compare/v0.9.0...v1.0.0) (2025-03-06)
### Features
* version 1.0.0 ([#3](https://github.com/styiannis/addressable-binary-heaps/issues/3)) ([4431a16](https://github.com/styiannis/addressable-binary-heaps/commit/4431a164cea90e6bcecd547a6f1ed6bf919fb4d4))
## [0.9.0](https://github.com/styiannis/addressable-binary-heaps/compare/v0.5.0...v0.9.0) (2025-03-06)
### Features
* classes ([#2](https://github.com/styiannis/addressable-binary-heaps/issues/2)) ([1c62f29](https://github.com/styiannis/addressable-binary-heaps/commit/1c62f291db6f2162403ccfc675fada6d53776a38))
## [0.5.0](https://github.com/styiannis/addressable-binary-heaps/compare/cdd234454eb85c4685468d6a6ab5f9815c54d456...v0.5.0) (2025-03-06)
### Features
* basic package structure ([cdd2344](https://github.com/styiannis/addressable-binary-heaps/commit/cdd234454eb85c4685468d6a6ab5f9815c54d456))
* core ([#1](https://github.com/styiannis/addressable-binary-heaps/issues/1)) ([6b67911](https://github.com/styiannis/addressable-binary-heaps/commit/6b67911e8ca3ba3c0085571cd79e5bd0d7cefb4c))
* workflows update ([c15476f](https://github.com/styiannis/addressable-binary-heaps/commit/c15476f631de02c04815255b39dba367423ab856))