Welcome to release 1.0.2! In this release, we have added a huge logging update, and also, we have added properties! Properties are somewhat like variables. You can set them in the method chain, and then access them statically.
We have also added System class properties. This means that you now have the ability to do things like get the version for Flowent, from within the method chain! Now things don't have to be hardcoded! This is not to be confused with Flowent properties. The full list of properties is below:
| Property | Description |
|---|---|
| flowent.version | The version of Flowent currently running. |
| flowent.vendor | The vendor of the Flowent Java API. |
| flowent.vendor.url | The URL to the main page of this API online. |
| flowent.log.dir | The directory that Flowent outputs it's log files. |
| flowent.copyright | The copyright notice for this API. |
This also defines the CodeDojo properties. They are shown below:
| Property | Description |
|---|---|
| codedojo.since | The year CodeDojo was created. |
| codedojo.url | The URL to the CodeDojo site. |
Hope you have a fun time!