Skip to content

Improved API

Compare
Choose a tag to compare
@jortel jortel released this 23 Jul 21:44
· 23 commits to master since this release
694e33e

Improved API.
Renamed Reconciler to: Collector in the container package. The name reconciler was more appropriate but overloaded with OpenShift controllers.

Renamed: DB.Iter() to be a verb: DB.Find().

Enhanced the model layer to no longer require the sql:"" tag on all model fields. All exported fields are included unless omitted using sql:"-" much like the json lib. The tag is only required to modify default behavior.

Fixed an issue with Updated events having the Event.Model and Event.Updated fields reversed. The regression introduced in 0.5.0.

Includes some logging (level) adjustments.