mattruggio/nocode

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
#### 0.0.10 - February 18th, 2022

* Replace ObjectTemplate with Nay library.
#### 0.0.9 - February 18th, 2022

* Replace StringTemplate with Nay library.
#### 0.0.8 - February 14th, 2022

* Add `map` step to iterate and collect a dataset result.
* Add `record/map` step to iterate over a hash.
* Add `io/list` to populate a register with the contents of a directory.
* Add `io/delete` to delete a file specified in the path option.
#### 0.0.7 - February 13th, 2022

* Move shared logging logic to context (until a first class log writer emerges).
* Provide type_prefix option for class_registry

#### 0.0.6 - February 13th, 2022

* Expose registers to main YAML configuration.
* Add `each` step to serve as an example of an iterator.

#### 0.0.5 - February 13th, 2022

* Added initial `dataset` steps.

#### 0.0.4 - February 13th, 2022

* Increase class documentation
* Add YAML serialization/deserialization

#### 0.0.3 - February 12th, 2022

* Add initial implementation.

#### 0.0.0 - February 9th, 2022

* Establish initial repository and gem infrastructure.