Skip to content

Releases: masatokokubo/debugtrace-js

debugtrace-js 2.2.0

Choose a tag to compare

@masatokokubo masatokokubo released this 16 Feb 04:08
  • The following properties have been deleted.

    • debugtrace.minimumOutputLengthAndSize
    • debugtrace.minimumOutputStringLength
  • The default values ​​of the following properties have been changed.

    Property name Default value Old default value
    debugtrace.collectionLimit 128 512
    debugtrace.stringLimit 256 8192
  • The printOptions argument (optional) has been added to the print function.


Japanese

  • 以下のプロパティを削除しました。

    • debugtrace.minimumOutputLengthAndSize
    • debugtrace.minimumOutputStringLength
  • 以下のプロパティの初期値を変更しました。

    プロパティ名 初期値 旧初期値
    debugtrace.collectionLimit 128 512
    debugtrace.stringLimit 256 8192
  • print関数にprintOptions引数(省略可)を追加しました。

debugtrace-js 2.1.2

Choose a tag to compare

@masatokokubo masatokokubo released this 13 Mar 00:49
  • The print and printMessage functions now return the argument value.

Japanese

  • print, printMessage 関数は引数値を返すようにしました。

debugtrace-js 2.1.1

Choose a tag to compare

@masatokokubo masatokokubo released this 09 Oct 05:01
  • Fixed a bug that an exception is thrown when outputting a type name.
  • Changed to output Node.js version at startup.

Japanese

  • 型名の出力時に例外がスローされる不具合を修正
  • 起動時にNode.jsのバージョンを出力するようにした

debugtrace-js 2.1.0

Choose a tag to compare

@masatokokubo masatokokubo released this 09 Aug 11:03
  • Improved function output (output only the first line of the function definition)
  • Added the basicPrint function
  • Improved the line break handling of data output

Japanese

  • 関数の出力の改善 (関数定義の最初の行のみ出力する)
  • basicPrint 関数を追加
  • データ出力の改行処理を改善

debugtrace-js 2.0.0

Choose a tag to compare

@masatokokubo masatokokubo released this 02 Aug 05:54
  • Supported Node.js 10 or later
  • Improved the line break handling of data output

Japanese

  • Node.js 10以降に対応
  • データ出力の改行処理を改善

debugtrace-js 1.1.0

Choose a tag to compare

@masatokokubo masatokokubo released this 23 Nov 11:10

First release registered for npm.

DebugTrace.js 1.0.1

Choose a tag to compare

@masatokokubo masatokokubo released this 11 Jul 15:13

Change the default value of enterString and leaveString.

DebugTrace.js 1.0.0

Choose a tag to compare

@masatokokubo masatokokubo released this 09 Jul 23:44

The first release.