-
Release v0.2.0
released this
2025-04-15 21:25:45 +00:00 | 0 commits to master since this releaseChangelog
All notable changes to this project will be documented in this file.
[v0.2.0] - 2025-04-15
🚀 Features
- (container) Add chaining, single method add method for overriding, key getter and protected entries getter
- (factory) Add Identifier Generic
- (method) Add Factory to BestCandidateMethod
- (core) Add Context generic
- (logging) Add more logging
- (parser) MethodParser rework
- (factory) Add utility method which does the "unchecked" cast
🐛 Bug Fixes
- (container) Add factory getters
- (method) Remove enforced context parameter
- (bcmethod) Make bcmethod abstract
- (method) Add toString override
- (container) NullPointerException when trying to query a key which is not in the container yet
🚜 Refactor
- (method) Move Method related classes to method package
Downloads