Skip to content

Releases: Hervian/lambda-factory

2.0.3

04 Sep 22:04
Compare
Choose a tag to compare

Modularized version

The project has been migrated to Java 9, i.e. modularized.
The README.md have been improved.
A dependency to safety-mirror have been added.
The pom.xml file have been expanded with pluging to get the project deployed to Maven Central.

Synced pom file with github version info

25 May 17:23
Compare
Choose a tag to compare

The release procedure had been messed up - the pom files had not been updated.

Added support for createSpecial

23 May 20:30
Compare
Choose a tag to compare
  1. Corrected wrongly named create method (It was called createLambda instead of create as the others). Hence the major release.
  2. Added various createSpecial(...) methods that makes the invocation an 'invokeSpecial' invocation, i.e. the invocation of such a Lambda will not be subject to dynamic method dispatch.

First release, 10 invoke method types, one per return type

19 May 21:34
Compare
Choose a tag to compare

This is the first release of the project. It supports the invocation of Methods with up to 2 parameters (excluding any instance object).
The project has 10 invoke methods, namely one per return type (8 primitives, void and Object or subclasses thereof).
The project has 4 create(...) methods.