Skip to content

docs: fix past changelogs format #6581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions user_guide_src/source/changelogs/v4.0.0-alpha.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,31 @@ Release Date: September 28, 2018

**Rewrite of the CodeIgniter framework**

New packages list:
- API
.. contents::
:local:
:depth: 2

New Packages List
-----------------

- API
- \\ ResponseTrait
- Autoloader
- Autoloader
- \\ AutoLoader, FileLocator
- CLI
- CLI
- \\ BaseCommand, CLI, CommandRunner, Console
- Cache
- Cache
- \\ CacheFactory, CacheInterface
- \\ Handlers ... Dummy, File, Memcached, Predis, Redis, Wincache
- Commands
- Commands
- \\ Help, ListCommands
- \\ Database \\ CreateMigration, MigrateCurrent, MigrateLatest, MigrateRefresh,
MigrateRollback, MigrateStatus, MigrateVersion, Seed
- \\ Server \\ Serve
- \\ Sessions \\ CreateMigration
- \\ Utilities \\ Namespaces, Routes
- Config
- \\ AutoloadConfig, BaseConfig, BaseService, Config, DotEnv, ForeignCharacters,
- Config
- \\ AutoloadConfig, BaseConfig, BaseService, Config, DotEnv, ForeignCharacters,
Routes, Services, View
- Database
- \\ BaseBuilder, BaseConnection, BasePreparedQuery, BaseResult, BaseUtils, Config,
Expand All @@ -42,18 +48,18 @@ New packages list:
- Files
- \\ File
- Filters
- \\ FilterInterface, Filters
- \\ FilterInterface, Filters
- Format
- \\ FormatterInterface, JSONFormatter, XMLFormatter
- HTTP
- \\ CLIRequest, CURLRequest, ContentSecurityPolicy, Header,
IncomingRequest, Message, Negotiate, Request, RequestInterface,
Response, ResponseInterface, URI, UserAgent
- \\ Files \\ FileCollection, UploadedFile, UploadedFileInterface
- Helpers
- Helpers
- ... array, cookie, date, filesystem, form, html, inflector, number,
security, text, url
- Honeypot
- Honeypot
- \\ Honeypot
- I18n
- \\ Time, TimeDifference
Expand All @@ -67,14 +73,14 @@ New packages list:
- \\ Handlers ... Base, ChromeLogger, File, HandlerInterface
- Pager
- \\ Pager, PagerInterface, PagerRenderer
- Router
- Router
- \\ RouteCollection, RouteCollectionInterface, Router, RouterInterface
- Security
- Security
- \\ Security
- Session
- \\ Session, SessionInterface
- \\ Handlers ... Base, File, Memcached, Redis
- Test
- Test
- \\ CIDatabaseTestCase, CIUnitTestCase, FeatureResponse, FeatureTestCase, ReflectionHelper
- \\ Filters \\ CITestStreamFilter
- ThirdParty (bundled)
Expand Down
11 changes: 9 additions & 2 deletions user_guide_src/source/changelogs/v4.0.0-alpha.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Release Date: Oct 26, 2018

**Second alpha release of CodeIgniter4**

.. contents::
:local:
:depth: 2

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

application /
Expand Down Expand Up @@ -144,8 +151,8 @@ user_guide_src /source/
/
- spark #1305

PRs merged:
-----------
PRs merged
----------

- #1361 Add timing assertion to CIUnitTestCase
- #1312 Add headerEmitted assertions to CIUnitTestCase
Expand Down
11 changes: 9 additions & 2 deletions user_guide_src/source/changelogs/v4.0.0-alpha.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Release Date: November 30, 2018

**Next alpha release of CodeIgniter4**

.. contents::
:local:
:depth: 2

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- admin/
Expand Down Expand Up @@ -242,8 +249,8 @@ The list of changed files follows, with PR numbers shown.
- spark 2047b5a
- .travis.yml #1394

PRs merged:
-----------
PRs merged
----------

- #1554 Serviceinstances
- #1553 Admin/scripts
Expand Down
14 changes: 11 additions & 3 deletions user_guide_src/source/changelogs/v4.0.0-alpha.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ Release Date: Dec 15, 2018

**Next alpha release of CodeIgniter4**

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

- Refactor for consistency: folder application renamed to app;
constant BASEPATH renamed to SYSTEMPATH
- Debug toolbar gets its own config, history collector
- Numerous corrections and enhancements

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- admin/
Expand Down Expand Up @@ -171,8 +179,8 @@ The list of changed files follows, with PR numbers shown.
- spark #1579
- Vagrantfile.dist #1459

PRs merged:
-----------
PRs merged
----------

- #1610 Test, fix & enhance Language
- #a0fc68 Clear binds after inserts, updates, and find queries
Expand Down
14 changes: 11 additions & 3 deletions user_guide_src/source/changelogs/v4.0.0-alpha.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Release Date: Jan 30, 2019

**Next alpha release of CodeIgniter4**

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

- added $maxQueries setting to app/Config/Toolbar.php
- updated PHP dependency to 7.2
Expand All @@ -18,6 +23,9 @@ Highlights:

We hope this will be the last alpha, and that the next pre-release will be our first beta ... fingers crossed!

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- admin/
Expand Down Expand Up @@ -200,8 +208,8 @@ The list of changed files follows, with PR numbers shown.
- spark #1648
- .travis.yml #1649, #1670

PRs merged:
-----------
PRs merged
----------

- #1693 Docs/tutorial
- #5951c3 Allow domain/sub-domain routes to overwrite existing routes
Expand Down
20 changes: 15 additions & 5 deletions user_guide_src/source/changelogs/v4.0.0-beta.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,36 @@ Version 4.0.0-beta.1

Release Date: Mar 1, 2019

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

- New View Layouts provide simple way to create site site view templates.
- Fixed user guide CSS for proper wide table display
- Converted UploadedFile to use system messages
- Numerous database, migration & model bugs fixed
- Refactored unit testing for appstarter & framework distributions

New messages:
New Messages
------------

- Database.tableNotFound
- HTTP.uploadErr...

App changes:
App Changes
-----------

- app/Config/Cache has new setting: database
- app/Views/welcome_message has logo tinted
- composer.json has a case correction
- env adds CI_ENVIRONMENT suggestion

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- app/
Expand Down Expand Up @@ -134,8 +144,8 @@ The list of changed files follows, with PR numbers shown.
- composer.json #1755
- .env #1749

PRs merged:
-----------
PRs merged
----------

- #1774 Housekeeping for beta.1
- #1768 Helper changes - signatures & typos
Expand Down
20 changes: 15 additions & 5 deletions user_guide_src/source/changelogs/v4.0.0-beta.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,35 @@ Version 4.0.0-beta.2

Release Date: April 4, 2019

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

- A number of fixes & improvements, importantly for the Model and testing classes
- Models now require a primary key
- Generated API docs accessible at https://codeigniter4.github.io/api/
- Validation rules have been enhanced
- .htaccess beefed up

New messages:
New messages
------------

- Database.noPrimaryKey, forFindColumnHaveMultipleColumns, Database.forEmptyInputGiven

App changes:
App Changes
-----------

- updated app/Config/Events
- added app/Controllers/BaseController
- added tests/ folder for unit testing
- added phpunit.xml.dist for unit testing configuration

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- .htaccess #1900
Expand Down Expand Up @@ -187,8 +197,8 @@ The list of changed files follows, with PR numbers shown.
- testing/
- controllers #1848

PRs merged:
-----------
PRs merged
----------

- #1913 More RouteCollection tests for overwriting. Closes #1692
- #1912 Additional RouteCollectionTests
Expand Down
20 changes: 15 additions & 5 deletions user_guide_src/source/changelogs/v4.0.0-beta.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,32 @@ Version 4.0.0-beta.3

Release Date: May 7, 2019

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

- Type hinting added throughout & typos corrected (see API docs)
- Fixed a number of model, database, validation & debug toolbar issues

New messages:
New Messages
------------

- Database.FieldNotExists
- Validation.equals, not_equals

App changes:
App Changes
-----------

- Removed $salt config item in app/Config/App
- Enabled migrations by default in app/Config/Migrations
- Simplified public/.htaccess

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- admin/
Expand Down Expand Up @@ -136,8 +146,8 @@ The list of changed files follows, with PR numbers shown.
- composer.json #1935
- phpdoc.dist.xml #1987

PRs merged:
-----------
PRs merged
----------

- #1987 Correct API docblock problems for phpdocs
- #1986 Update docblock version to 4.0.0
Expand Down
23 changes: 17 additions & 6 deletions user_guide_src/source/changelogs/v4.0.0-beta.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,35 @@ Version 4.0.0-beta.4

Release Date: Jul 25, 2019

Highlights:
.. contents::
:local:
:depth: 2

Highlights
----------

There are some breaking changes...

- The Entity class has been refactored;
- The Model class changing has been updated to better handle soft deletes
- The routing has been beefed up

New messages:
New Messages
------------

- new translation key: Database/noDateFormat

App changes:
App Changes
-----------

Testing changes:
Testing Changes
---------------

- enhanced database & migration testing in tests/_support

Changed Files
-------------

The list of changed files follows, with PR numbers shown.

- admin/
Expand Down Expand Up @@ -151,8 +162,8 @@ The list of changed files follows, with PR numbers shown.
- testing/
- database #2051, #2053

PRs merged:
-----------
PRs merged
----------

- #2104 File & UploadFile Fixes
- #2091 Timezone select
Expand Down
Loading