Releases: jll63/openmethods.d
Releases · jll63/openmethods.d
v1.3.4
- Fix nested/qualified modules #20
v1.3.3
Mostly bug fixes and code cleanup:
- fix dynamic loading
- refraction component moved to bolts; add dependency
- make next storage class aware
v1.3.2
dub.json: remove "obsolete package description"
v1.3.1
- faster compilation
- experimental refraction module using CTFE
v1.3.0
- support for for function attributes and UDAs
updateMethods
is now called automatically
- major cleanup of code
v1.2.2
- simpler code for specialization registration
- update copyright notice
v1.2.1
- improve support and add tests for parameter storage classes and function attributes
- major cleanup
- use (and depend on) bolts
v1.2.0
- support for function parameter storage classes
v1.1.2
Fixes and optimizations
- fix slot allocation bug
- do not use a vector of slots and strides for 1-method calls
- assert if mptr cannot be determined
- also ignore .so files in .gitignore
- fix traceCalls
- fix foreach int index deprecation warning
v1.1.1
- Support functions returning references.
- Methods are not aliases any longer.