v0.2.0
What's Changed
- types: add List wrapper around generic Go slice that is compatible with component model
List
type by @deadprogram in #7 - host: add hostfunc up to 18 params by @deadprogram in #8
- feature: make List operate in a properly generic way by @deadprogram in #10
- chore: rename List to ReturnedList since it better describes what it does by @deadprogram in #11
- feature: add List[T] type by @deadprogram in #12
- feature: add ListStrings type to handle cm.List of strings passed as parameter by @deadprogram in #13
- store: pass pointer to Store instead of literal by @deadprogram in #14
Full Changelog: v0.1.5...v0.2.0