Skip to content

Releases: nushell-prophet/numd

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

rebranding to numd 0.0.9

28 Mar 06:20
Compare
Choose a tag to compare

0.0.7

27 Mar 14:58
Compare
Choose a tag to compare
  • basic stats for updating markdown files
  • ways to handle errors
  • bugfixes
    Full Changelog: 0.0.5...0.0.7

0.0.5

27 Feb 10:42
Compare
Choose a tag to compare

0.0.5 nupm version