You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@ Version 12.0.0
2
2
--------------
3
3
4
4
- Python 3.8 and 3.9 are no longer supported.
5
-
- Added support for field aliases. See docs for more information.
6
-
- Added method ``calver`` for ``Development``.
7
-
- Added method ``stage`` for ``Development``.
8
-
- Added method ``country_emoji_flag`` for ``Address``.
9
-
- Removed method ``hashtags`` of the ``Internet`` provider. Use method ``words`` of the ``Text`` provider instead.
10
-
- Removed parameter ``providers`` for ``Field`` and ``Fieldset``. Use custom field handlers instead.
11
-
- Removed parameters ``pre_release`` and ``calver`` for ``Development.version``. Use methods ``stage`` and ``calver`` instead.
12
-
- Moved method ``emoji`` of the ``Internet`` provider to the ``Text`` provider.
13
-
- Moved method ``dsn`` of the ``Development`` provider to the ``Internet`` provider.
14
-
- The ``Text().emoji()`` method now supports the ``category`` parameter and ``EmojiCategory`` enum. Also it return emoji instead of emoji shortcut string.
15
-
- Added decorator ``@handle`` for ``Field`` and ``Fieldset`` to register custom fields.
16
-
- Renamed ``register_field`` to ``register_handler`` for `Field` and `Fieldset`.
17
-
- Renamed ``register_fields`` to ``register_handlers`` for `Field` and `Fieldset`.
18
-
- Renamed ``unregister_field`` to ``unregister_handler`` for `Field` and `Fieldset`.
19
-
- Renamed ``unregister_fields`` to ``unregister_handlers`` for `Field` and `Fieldset`.
20
-
- Renamed ``unregister_all_fields`` to ``unregister_all_handlers`` for `Field` and `Fieldset`.
5
+
- Added support for field aliases. See the docs for more information.
6
+
- Added the method `calver` for `Development`.
7
+
- Added the method `stage` for `Development`.
8
+
- Added the method `country_emoji_flag` for `Address`.
9
+
- Removed the method `hashtags` from the `Internet` provider. Use the `words` method from the `Text` provider instead.
10
+
- Removed the `providers` parameter for `Field` and `Fieldset`. Use custom field handlers instead.
11
+
- Removed the parameters `pre_release` and `calver` for `Development.version`. Use the `stage` and `calver` methods instead.
12
+
- Moved the method `emoji` from the `Internet` provider to the `Text` provider.
13
+
- Moved the method `dsn` from the `Development` provider to the `Internet` provider.
14
+
- The `Text().emoji()` method now supports the `category` parameter and `EmojiCategory` enum. It also returns an emoji instead of an emoji shortcut string.
15
+
- Added the decorator `@handle` for `Field` and `Fieldset` to register custom fields.
16
+
- Renamed `register_field` to `register_handler` for `Field` and `Fieldset`.
17
+
- Renamed `register_fields` to `register_handlers` for `Field` and `Fieldset`.
18
+
- Renamed `unregister_field` to `unregister_handler` for `Field` and `Fieldset`.
19
+
- Renamed `unregister_fields` to `unregister_handlers` for `Field` and `Fieldset`.
20
+
- Renamed `unregister_all_fields` to `unregister_all_handlers` for `Field` and `Fieldset`.
0 commit comments