- Adding new feature to Wire decorator so you can use a 'type' property to wire an object instead of 'id' when necessary. If type and id are defined in the same Wire tag, 'id' is going to be ignored. If 'type' is defined and more than 1 object of that type is found in the context, a ContextError is thrown.