Release notes for fungw 1.1.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This release is a minor API extension that helps more flexible integration in host applications: 1. New pseudo-type: FGW_AUTO, which can be used to convert a custom type to "any base type" which then can be handled by the standard type code 2. Script binding .pup files now have tags $script-ext and $lang-alias to list languages and their file usual file name extensions and language alias names so that host apps can optionally decide which engine plugins to load by reading the pup files. 3. fgw_obj_new2(): same as fgw_obj_new() but also passes a script_user_context so that the init part of the user script makes all calls in-context