v1.2.0
Breaking Changes
RegisterFeatureExecutionHandler
andRegisterTemplateExecutionHandler
now take a new mandatory property: a unique string id. This prevents handlers from being reregistered in projects using webpack where hot reloads may re-execute individual modules. (#50)