Skip to content

Releases: AllJointTW/TonJS

v0.2.0

13 May 09:42
Compare
Choose a tag to compare

0.2.0 (2020-05-13)

  • refactor!: make the all argument in same logger, print in the one line (9215054)

BREAKING CHANGES

  • rename the printWithColor to printIn, and make the all argument print in one line

v0.1.2

07 May 18:04
Compare
Choose a tag to compare

0.1.2 (2020-05-07)

Bug Fixes

  • bin: help and version parse error (ab3e4c2)

v0.1.1

07 May 17:40
Compare
Choose a tag to compare

0.1.1 (2020-05-07)

Bug Fixes

  • bin: add the missing shebang (6e0a21d)
  • bin: help and version script run with the main function (3937ac9)

v0.1.0

07 May 16:07
Compare
Choose a tag to compare

0.1.0 (2020-05-07)

Bug Fixes

  • wrong status in handler when send error (c506641)
  • yarn workspace duplicate error (dfd6c61)

Features

  • bin: add the full feature and some e2e test (e7c5d78)
  • logger: add the silent mode and format dependent on NODE_ENV (c389839)
  • logger: add the ton logger (fd2ebda)
  • ton: add full feature of routes (df3992f)
  • ton: add the specific method route, such as post, get, put, del (159a0c4)
  • add the createApp and listen app for server manual setup (4d03482)
  • support ssl app (1f1b33d)
  • tonjs: add code of utils and bin of tonjs (efd929d)
  • tonjs: add new feature about graceful shutdown (092ca67)