Releases: rjplevin/Classes.jl
Releases · rjplevin/Classes.jl
v1.4.1
v1.4.0
v1.3.0
v1.2.0
Official non-pre-release release!
I've been using this extensively in Mimi for months with no changes, so it seems ready for the public.
Remove Manifest.toml
And update .gitignore
Convert REQUIRE to Project.toml
v0.1.2 Convert REQUIRE to Project.toml
Handle unconstrained class type parameter
- Handle unconstrained class type parameter
- Add test for change above
- Remove deprecated @method calls
Version 0.1.0
- Improved code rendering in docs
- Improved handling of parameterized types
- Eliminated
@method
macro, which somewhat impaired debugging and is no better than directly usingAbstract
class names. That is,@method foo(x:MyClass)
is merelyfoo(x:AbstractMyClass
.