mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
5.5.0
This commit is contained in:
parent
07ed3cb5bd
commit
beeb9ae4e7
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Features:
|
||||
|
||||
* The [**positional-indexing feature**](http://johnkerl.org/miller/doc/reference-dsl.html#Positional_field_names) resolves https://github.com/johnkerl/miller/issues/236 from @aborruso. You can now get the name of the 3rd field of each record via <tt>$[[3]]</tt>, and the value by <tt>$[[[3]]]</tt>. These are both usable on either the left-hand or right-hand side of assignment statements, so you can more easily do things like renaming fields progrmatically within the DSL.
|
||||
* The new [**positional-indexing feature**](http://johnkerl.org/miller/doc/reference-dsl.html#Positional_field_names) resolves https://github.com/johnkerl/miller/issues/236 from @aborruso. You can now get the name of the 3rd field of each record via <tt>$[[3]]</tt>, and its value by <tt>$[[[3]]]</tt>. These are both usable on either the left-hand or right-hand side of assignment statements, so you can more easily do things like renaming fields progrmatically within the DSL.
|
||||
|
||||
* There is a new [**capitalize**](http://johnkerl.org/miller/doc/reference-dsl.html#capitalize) DSL function, complementing the already-existing <tt>toupper</tt>. This stems from https://github.com/johnkerl/miller/issues/236.
|
||||
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@ copyright</a>.
|
|||
|
||||
<li>Update version found in <tt>mlr --version</tt> and <tt>man mlr</tt>:
|
||||
<ul>
|
||||
<li/> Edit <tt>configure.ac</tt>, <tt>c/mlrvers.h</tt>, and <tt>mlr.spec</tt>
|
||||
<li/> Edit <tt>configure.ac</tt>, <tt>c/mlrvers.h</tt>, and <tt>miller.spec</tt>
|
||||
from <tt>3.3.2-dev</tt> to <tt>3.4.0</tt>.
|
||||
<li/> <tt>make -C c -f Makefile.no-autoconfig installhome &&
|
||||
make -C doc -f Makefile.no-autoconfig all installhome</tt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue