Releases: curtd/ForwardMethods.jl
Releases · curtd/ForwardMethods.jl
v1.7.1
12 Mar 20:59
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.7.1
Diff since v1.7.0
Merged pull requests:
fix: Construct a separate vector of Expr arguments, rather than appending to the existing Expr args (#17 ) (@curtd )
v1.7.0
02 Sep 21:50
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.7.0
Diff since v1.6.0
Merged pull requests:
feat(@forward_methods): Added block-expression forwarding [#15 ] (#16 ) (@curtd )
Closed issues:
Support block or list of functions to forward for improved readability (#15 )
v1.6.0
19 Apr 18:57
Compare
Sorry, something went wrong.
No results found
v1.5.2
31 Jan 05:15
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.5.2
Diff since v1.5.1
Merged pull requests:
fix: Use Base.methods for obtaining interfaces on Julia 1.10 (#13 ) (@curtd )
v1.5.1
30 Dec 00:33
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.5.1
Diff since v1.5.0
Merged pull requests:
fix: forward_interfaces_available, define_interfaces_available methods now work on Julia 1.10 (#12 ) (@curtd )
v1.5.0
20 Jul 02:27
Compare
Sorry, something went wrong.
No results found
v1.4.2
19 Jul 03:58
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.4.2
Diff since v1.4.1
Merged pull requests:
fix: Added missing QuoteNode encapsulation in expressions (#10 ) (@curtd )
v1.4.1
12 Jul 21:33
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.4.1
Diff since v1.4.0
Merged pull requests:
fix: Fix Base.setproperty! forwarding in the properties interface (#9 ) (@curtd )
v1.4.0
07 Jul 19:34
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.4.0
Diff since v1.3.2
Merged pull requests:
feat: Added vector interface to @forward_interface (#8 ) (@curtd )
v1.3.2
05 Jul 00:42
Compare
Sorry, something went wrong.
No results found
ForwardMethods v1.3.2
Diff since v1.3.1
Merged pull requests:
fix: Only define compile-time interfaces (e.g., getfields, setfields) once (#7 ) (@curtd )