Revision as of 12:14, 30 January 2024 editGrufo (talk | contribs)Extended confirmed users4,609 edits ChangeLog update← Previous edit | Revision as of 00:48, 12 May 2024 edit undoGrufo (talk | contribs)Extended confirmed users4,609 edits Update the ChangeLogNext edit → | ||
Line 2: | Line 2: | ||
For testing the module's capabilities, please visit ]. | For testing the module's capabilities, please visit ]. | ||
== 12th May 2024 == | |||
Changes (]): | |||
* '''''''''' Modifiers † <code>mapping_values_by_calling</code>, † <code>mapping_values_by_invoking</code>, † <code>mapping_values_blindly_by_calling</code> and † <code>mapping_values_blindly_by_invoking</code> have been renamed to <code>]</code>, <code>]</code>, <code>]</code>, and <code>]</code> | |||
* Six new modifiers – <code>]</code>, <code>]</code>, <code>]</code>, <code>]</code>, <code>]</code> and <code>]</code> – have been added to the module | |||
* The <code>]</code> modifier has now switched to ] | |||
* Code review | |||
== 30th January 2024 == | == 30th January 2024 == | ||
Line 11: | Line 19: | ||
Changes (]): | Changes (]): | ||
* Four new modifiers – <code>]</code>, <code>]</code>, <code>]</code>, and <code>]</code> – have been added to the module | * Four new modifiers – † <code>]</code>, † <code>]</code>, † <code>]</code>, and † <code>]</code> – have been added to the module | ||
* One new function – <code>]</code> – has been added to the module | * One new function – <code>]</code> – has been added to the module | ||
* Minor code review | * Minor code review |
Revision as of 00:48, 12 May 2024
This is the ChangeLog page of Module:Params. All major events in the evolution of the module are recorded here (in reverse chronological order).
For testing the module's capabilities, please visit the dedicated testcases page.
12th May 2024
Changes (diff):
- Modifiers †
mapping_values_by_calling
, †mapping_values_by_invoking
, †mapping_values_blindly_by_calling
and †mapping_values_blindly_by_invoking
have been renamed tomapping_by_calling
,mapping_by_invoking
,mapping_blindly_by_calling
, andmapping_blindly_by_invoking
- Six new modifiers –
cropping
,purging
,backpurging
,reversing
,renaming_blindly_by_calling
andrenaming_blindly_by_invoking
– have been added to the module - The
all_sorted
modifier has now switched to natural sort order - Code review
30th January 2024
Changes (diff):
- The
setting
modifier now supports thel
runtime variable for assigning a last iteration delimiter
15th January 2024
Changes (diff):
- Four new modifiers – †
mapping_values_by_calling
, †mapping_values_by_invoking
, †mapping_values_blindly_by_calling
, and †mapping_values_blindly_by_invoking
– have been added to the module - One new function –
concat_and_magic
– has been added to the module - Minor code review
27th September 2023
Changes (diff):
- The
self
function has been added to the module
20th July 2023
Changes (diff):
- The logic of modifiers
with_name_matching
,with_name_not_matching
,with_value_matching
andwith_value_not_matching
has been extended - General code review
15th July 2023
Changes (diff):
- One new modifier –
all_sorted
– has been added to the module - General code review
14th July 2023
Changes (diff):
- Two new modifiers –
squeezing
andtrimming_values
– have been added to the module - General code review
12th July 2023
Changes (diff):
- The
magic_for_each
andmagic_for_each_value
functions have been added to the module - The
setting
modifier has been added to the module - Structural changes in all iterating functions
- The †
trimmed
modifier has been renamed tocutting
in order to keep thetrimmed
keyword reserved for referring to leading and trailing spaces that surround values (breaking change) - Breaking change in the
list
function:{{{1}}}
and{{{2}}}
have been swapped - General code review
10th July 2023
Changes (diff):
- The
value_of
function has been added to the module - Code review
9th July 2023
The first draft of Module:Params is out.