Revision as of 04:01, 15 January 2024 editGrufo (talk | contribs)Extended confirmed users4,609 editsmNo edit summary← Previous edit | Revision as of 04:16, 15 January 2024 edit undoGrufo (talk | contribs)Extended confirmed users4,609 edits Add diff linksNext edit → | ||
Line 2: | Line 2: | ||
== 15 January 2024 == | == 15 January 2024 == | ||
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 | ||
* Minor code review | * Minor code review | ||
== 27 September 2023 == | == 27 September 2023 == | ||
Changes (]): | |||
Changes: | |||
* The <code>]</code> function has been added to the module | * The <code>]</code> function has been added to the module | ||
== 20 July 2023 == | == 20 July 2023 == | ||
Changes (]): | |||
Changes: | |||
* The logic of modifiers <code>]</code>, <code>]</code>, <code>]</code> and <code>]</code> has been extended | * The logic of modifiers <code>]</code>, <code>]</code>, <code>]</code> and <code>]</code> has been extended | ||
Line 19: | Line 17: | ||
== 15 July 2023 == | == 15 July 2023 == | ||
Changes (]): | |||
Changes: | |||
* One new modifier – <code>]</code> – has been added to the module | * One new modifier – <code>]</code> – has been added to the module | ||
* General code review | * General code review | ||
== 14 July 2023 == | == 14 July 2023 == | ||
Changes (]): | |||
Changes: | |||
* Two new modifiers – <code>]</code> and <code>]</code> – have been added to the module | * Two new modifiers – <code>]</code> and <code>]</code> – have been added to the module | ||
* General code review | * General code review | ||
== 12 July 2023 == | == 12 July 2023 == | ||
Changes (]): | |||
Changes: | |||
* The <code>]</code> and <code>]</code> functions have been added to the module | * The <code>]</code> and <code>]</code> functions have been added to the module | ||
Line 41: | Line 37: | ||
== 10 July 2023 == | == 10 July 2023 == | ||
Changes (]): | |||
Changes: | |||
* The <code>]</code> function has been added to the module | * The <code>]</code> function has been added to the module | ||
* Code review | * Code review |
Revision as of 04:16, 15 January 2024
The major events in the evolution of Module:Params are recorded in this page (in reverse chronological order).
15 January 2024
Changes (diff):
- Four new modifiers –
mapping_values_by_calling
,mapping_values_by_invoking
,mapping_values_blindly_by_calling
, andmapping_values_blindly_by_invoking
– have been added to the module - Minor code review
27 September 2023
Changes (diff):
- The
self
function has been added to the module
20 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
15 July 2023
Changes (diff):
- One new modifier –
all_sorted
– has been added to the module - General code review
14 July 2023
Changes (diff):
- Two new modifiers –
squeezing
andtrimming_values
– have been added to the module - General code review
12 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
10 July 2023
Changes (diff):
- The
value_of
function has been added to the module - Code review
9 July 2023
The first draft of Module:Params is out.