Revision as of 05:15, 17 May 2024 editGrufo (talk | contribs)Extended confirmed users4,609 edits Added support for the `just` flag to the `with_*_matching` class of modifiers← Previous edit | Revision as of 05:18, 17 May 2024 edit undoGrufo (talk | contribs)Extended confirmed users4,609 editsmNo edit summaryNext edit → | ||
Line 1: | Line 1: | ||
This is the ] page of ]. All major events in the evolution of the module are recorded here |
This is the ] page of ]. All major events in the evolution of the module are recorded here in reverse chronological order. | ||
For testing the module's capabilities, please visit ]. | For testing the module's capabilities, please visit ]. |
Revision as of 05:18, 17 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.
17th May 2024
Changes (diff):
- Support for the
just
flag has been added to thewith_*_matching
class of modifiers
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
- Seven new modifiers –
cropping
,purging
,backpurging
,reversing
,mirroring
,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.