Revision as of 04:18, 18 May 2024 editGrufo (talk | contribs)Extended confirmed users4,609 edits Add permanent links← Previous edit | Revision as of 04:21, 18 May 2024 edit undoGrufo (talk | contribs)Extended confirmed users4,609 editsmNo edit summaryNext edit → | ||
Line 4: | Line 4: | ||
== 18th May 2024 == | == 18th May 2024 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20240518025807}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 11: | Line 11: | ||
== 17th May 2024 == | == 17th May 2024 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20240517090349}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 18: | Line 18: | ||
== 12th May 2024 == | == 12th May 2024 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20240512192630}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 28: | Line 28: | ||
== 30th January 2024 == | == 30th January 2024 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20240130110151}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 35: | Line 35: | ||
== 15th January 2024 == | == 15th January 2024 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20240115175402}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 44: | Line 44: | ||
== 27th September 2023 == | == 27th September 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230927102914}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 51: | Line 51: | ||
== 20th July 2023 == | == 20th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230720013944}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 59: | Line 59: | ||
== 15th July 2023 == | == 15th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230715053835}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 67: | Line 67: | ||
== 14th July 2023 == | == 14th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230714093347}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 75: | Line 75: | ||
== 12th July 2023 == | == 12th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230712071906}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 87: | Line 87: | ||
== 10th July 2023 == | == 10th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230710181050}}</div> | ||
Changes (], ]): | Changes (], ]): | ||
Line 95: | Line 95: | ||
== 9th July 2023 == | == 9th July 2023 == | ||
<div style="float: right; font-size: |
<div style="float: right; font-size: .75em;">{{#time:c|20230709202922}}</div> | ||
The first draft of ] is out (]). | The first draft of ] is out (]). |
Revision as of 04:21, 18 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.
18th May 2024
2024-05-18T02:58:07+00:00Changes (diff, permanent link):
- One new modifier –
sorting_sequential_values
– has been added to the module
17th May 2024
2024-05-17T09:03:49+00:00Changes (diff, permanent link):
- Support for the
strict
flag has been added to thewith_*_matching
class of modifiers
12th May 2024
2024-05-12T19:26:30+00:00Changes (diff, permanent link):
- 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
2024-01-30T11:01:51+00:00Changes (diff, permanent link):
- The
setting
modifier now supports thel
runtime variable for assigning a last iteration delimiter
15th January 2024
2024-01-15T17:54:02+00:00Changes (diff, permanent link):
- 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
2023-09-27T10:29:14+00:00Changes (diff, permanent link):
- The
self
function has been added to the module
20th July 2023
2023-07-20T01:39:44+00:00Changes (diff, permanent link):
- 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
2023-07-15T05:38:35+00:00Changes (diff, permanent link):
- One new modifier –
all_sorted
– has been added to the module - General code review
14th July 2023
2023-07-14T09:33:47+00:00Changes (diff, permanent link):
- Two new modifiers –
squeezing
andtrimming_values
– have been added to the module - General code review
12th July 2023
2023-07-12T07:19:06+00:00Changes (diff, permanent link):
- 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
2023-07-10T18:10:50+00:00Changes (diff, permanent link):
- The
value_of
function has been added to the module - Code review
9th July 2023
2023-07-09T20:29:22+00:00The first draft of Module:Params is out (permanent link).