Skip to content

debugtrace-js 2.2.0

Latest

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引数(省略可)を追加しました。