-
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
-
Release v0.1.0
released this
2025-04-10 10:56:19 +00:00 | 19 commits to master since this releaseThis is the first Release of Cutin with the initial features needed in Marinara.
- add ReflectedMethods to simplify Reflected Method invocation (
075f0e13c9
) - add MethodContainers to abstract away basic code and have a basis for any MethodContainer (
52a05dd9d7
) - add BestCandidate Method that always finds the Method with the best matching parameters and the same name (
25b2e49396
)
- Tueem
Downloads
- add ReflectedMethods to simplify Reflected Method invocation (