v1.0.0
Added
- Extend transformation function to use models, form instance and form configuration
- Transformation function has now helper methods in context
- Method in transfomer context to create new error (this.createError)
Changed
- Transformation functions are now using formlyConfig.extras.fieldTransform
- Transformation functions run on all angular-formly forms (removed formlyTransformer::transform method)
Removed
- Transformation functions no longer have unique name
- formlyTransformer::transform method (see formlyConfig.extras.fieldTransform)