0.3.1
Changed
- Use
static
inside ofField::make()
to make it easier to extend from theField
class (#15).
This is a potentially breaking change if you've extended from the Field class in your code
static
inside of Field::make()
to make it easier to extend from the Field
class (#15).