Skip to content

Commit

Permalink
Clean up change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sclubricants committed Oct 7, 2022
1 parent 9527c3f commit caf876b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Others
- ``CITestStreamFilter::$buffer = ''`` no longer causes the filter to be registered to listen for streams. Now there
is a ``CITestStreamFilter::registration()`` method for this. See :ref:`upgrade-430-stream-filter` for details.
- The data structure returned by :ref:`BaseConnection::getForeignKeyData() <metadata-getforeignkeydata>` has been changed.
- :php:func:`script_tag()` and :php:func:`safe_mailto()` no longer output ``type="text/javascript"`` in ``<script>`` tag.

.. _v430-interface-changes:

Expand Down Expand Up @@ -111,6 +112,7 @@ Commands
- Now ``spark routes`` command shows route names. See :ref:`URI Routing <routing-spark-routes>`.
- Help information for a spark command can now be accessed using the ``--help`` option (e.g. ``php spark serve --help``)
- Added methods ``CLI::promptByMultipleKeys()`` to support multiple value in input, unlike ``promptByKey()``. See :ref:`prompt-by-multiple-keys` for details.
- HTTP/3 is now considered a valid protocol.

Testing
=======
Expand Down Expand Up @@ -154,14 +156,16 @@ Helpers and Functions
- Added new Form helper function :php:func:`validation_errors()`, :php:func:`validation_list_errors()` and :php:func:`validation_show_error()` to display Validation Errors.
- You can set the locale to :php:func:`route_to()` if you pass a locale value as the last parameter.
- Added :php:func:`request()` and :php:func:`response()` functions.
- Add :php:func:`decamelize()` function to convert camelCase to snake_case.

Others
======

- Added ``$routes->useSupportedLocalesOnly(true)`` so that the Router returns 404 Not Found if the locale in the URL is not supported in ``Config\App::$supportedLocales``. See :ref:`Localization <localization-in-routes>`
- Now you can specify Composer packages to auto-discover manually. See :ref:`Code Modules <modules-specify-composer-packages>`.
- Added new ``$routes->view()`` method to return a the view directly. See :ref:`View Routes <view-routes>`.
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <view-cells-app-cells>`.
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <app-cells>`.
- Add ``Controlled Cells`` that provide more structure and flexibility to your View Cells. See :ref:`View Cells <controlled-cells>` for details.

Changes
*******
Expand Down

0 comments on commit caf876b

Please sign in to comment.