- Removed parameter ``model_mask`` for ``airplane()`` - Removed method ``truck()`` of ``Transport()``, use ``menufacturer()`` instead. - Removed method ``cpu_model()`` of ``Hardware()``.
6.1.1
-------------
- Improve random sampling performance.
6.1.0
-------------
- Make field support different delimiters for ``provider.method``.
6.0.0
-------------
**Fixed**:
- Fixed memory leak on using ``Field``.
**Optimizations**:
- Improved performance of ``_load_data()``.
5.6.1
-------------
**Fixed**:
- Fixed ``ValidationFailure`` for ``Internet().uri()``.
**Removed**:
- Removed support of ``port`` parameter in ``Internet().uri()``.
5.6.0
**Added**:
- Multiplication support for schemas. Now you can use `*` on the schema to specify the number of iterations. See docs for more information. - Method ``dsn()`` for ``Development()`` - Method ``public_dns()`` for ``Internet()``