What's Changed
- statedb: merge table creation and registration into a single API by @giorio94 in #97
- part: Shrink leaf by storing key as len+ptr by @joamaki in #98
- Fix script command detailed help by @joamaki in #99
- statedb: Add TableWritable as constraint on NewTable, add NewTableAny by @joamaki in #100
- script: Add script autocomplete functionality by @dylandreimerink in #93
- Add TableWritable methods to MyObject in README.md by @joamaki in #102
- reconciler: Shrink Status type by @joamaki in #101
This version is slightly API incompatible with v0.4.5 with the removal of RegisterInitializer
and NewTable
taking
*DB
and registering the table. Additionally it now requires that the object type implements TableWritable
. For
types on which these methods cannot be implemented the NewTableAny
can be used to pass the TableWritable
functions manually.
Full Changelog: v0.4.5...v0.5.0