Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 2.73 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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

0.1.2 (2020-05-07)

Bug Fixes

  • bin: help and version parse error (ab3e4c2)

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)

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)