Skip to content

Releases: nushell-prophet/numd

0.1.20

20 Mar 01:10
Compare
Choose a tag to compare

What's Changed

  • format scripts with topiary, add kv for writing tests by @maxim-uvarov in #72
  • hot fixes for 0.103, remove parse-help from readme as split list behaves differently now by @maxim-uvarov in #74

Full Changelog: 0.1.18...0.1.20

0.1.18

25 Feb 02:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.15...0.1.18

0.1.17

25 Feb 02:45
Compare
Choose a tag to compare

What's Changed

  • Small fixes for parsing ast to decide if print can be appended, cosmetic code changes by @maxim-uvarov in #59
  • change numd parse-help formatting, small changes by @maxim-uvarov in #60
  • 0.100.0 compliance by @maxim-uvarov in #62
  • remove printing non-execution text blocks in the intermediate script (printing markdown verbatim) by @maxim-uvarov in #63
  • refactor exports: move all submodules to commands.nu to get rid of main by @maxim-uvarov in #64
  • Fix windows problems caused by use of to text by @maxim-uvarov in #66
  • Hot fix for std iter scan by @maxim-uvarov in #67
  • embed scan from std tier scan 0.101, rename variables by @maxim-uvarov in #68
  • compliance with 0.102

Full Changelog: 0.1.15...0.1.17

0.1.15

26 Aug 08:18
Compare
Choose a tag to compare
  • Small fixes for parsing ast to decide if print can be appended, cosmetic code changes

Full Changelog: 0.1.13...0.1.15

0.1.13

03 Aug 11:08
Compare
Choose a tag to compare

What's Changed

  • improve generation of intermed script, add docstring examples for commands by @maxim-uvarov in #53
  • rename variables, commands and flags
  • add support for loading config from external file (#31)
  • update tests accordingly (#55)

Full Changelog: 0.1.12...0.1.13

0.1.12

20 Jul 11:04
Compare
Choose a tag to compare

What's Changed

  • change to Unlicense, update tools.nu, update examples by @maxim-uvarov in #40
  • Made the paths in examples windows-compatible, renamed variables and commands, corrected typos, etc by @maxim-uvarov in #41
  • Add the development and testing chapter, update the code-block-options descriptions by @maxim-uvarov in #42
  • use numd parse-help in README by @maxim-uvarov in #43
  • Add the 'Styling outputs' chapter, remove obsolete cd in the intermid script by @maxim-uvarov in #44
  • add --print-block-results as they appear by @maxim-uvarov in #45
  • add printing markdown text into intermid-script by @maxim-uvarov in #46
  • add printing markdown text into intermid-script 2 #46 by @maxim-uvarov in #47
  • update examples by @maxim-uvarov in #48
  • Windows compatiblity: remove --diff, fix (crlf). Also moved examples to z_examples folder by @maxim-uvarov in #50
  • add --strip-markdown to tools.nu testing by @maxim-uvarov in #51
  • improve detection of where a command produces output, add docstring examples for internal commands

Full Changelog: 0.1.7...0.1.12

0.1.7

15 Jun 07:00
Compare
Choose a tag to compare

Previously, outputs of execution blocks without lines starting with the > symbol were placed into code blocks with the language identifier ```output-numd.

However, throughout the book, such outputs are usually placed after an empty line, the line with the Output: string, and another empty line following a code fence without a language identifier. ```

Now, numd supports this.

Also, there is a fix for reporting levenstein_distance stats (nushell/nushell#13155).

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

05 Jun 09:35
fb05320
Compare
Choose a tag to compare

What's Changed

  • feat: numd clear-outputs and numd run --prepend-itermid by @maxim-uvarov in #25
  • Complience with 0.92 - replace echo $in with print by @maxim-uvarov in #26
  • add numd clear-outputs --help section by @maxim-uvarov in #27
  • add numd run --diff by @maxim-uvarov in #28
  • numd 0.1.5 - let's add some beauty by @maxim-uvarov in #33
    • add --width for the table output
    • add new lines after the > execution results
    • improve the intermid formatting script

Full Changelog: 0.1.1...0.1.6

0.1.1

03 Apr 15:11
Compare
Choose a tag to compare
  • support for nushell 0.92.0
  • add numd run --prepend-intermd for adding code to be executed before running script (useful for styling tables)
  • add numd clear-outputs to keep only nushell code and strip any it's outputs

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

28 Mar 13:05
Compare
Choose a tag to compare

Full Changelog: 0.0.9...0.1.0