Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 04:34
· 481 commits to master since this release

npm i tsbb@3.0.0
  • Remove tsbb types
  • tsbb [build|watch]
  • ╰┈ --source-root, -s
  • ╰┈ --copy-files
  • ╰┈ --source-maps
  • ╰┈ --output, -o
  • ╰┈ --target
  • ╰┈ --comments
▶ tsbb --help

Usage: tsbb <command>
Version 3.0.0-rc.14

Commands:

  tsbb build [options]         Build your project once and exit.
  tsbb watch [options]         Recompile files on changes.
  tsbb test  [options]          Run jest test runner in watch mode.

Options:[build|watch]

  --entry, -e               Specify the entry directory.
  --envName                 The current active environment used during configuration loading.
  --disable-babel           Disable Babel.
  --disable-babel-option    Disable Babel Option.
  --esm                     Output "esm" directory.
  --cjs                     Output "cjs" directory.

Examples:

  $ tsbb build                           Build your project.
  $ tsbb build --entry src/index.ts      Specify the entry directory.
  $ tsbb build --esm ./es                Output directory.
  $ tsbb watch --disable-babel-option    Disable Babel Option.
  $ tsbb watch --disable-babel           Disable Babel.
  $ tsbb watch --cjs ./cjs               Watch Output directory.
  $ tsbb test                            Run test suites related
  $ tsbb test --coverage                 Test coverage information should be collected

Options:

  --version, -v                      Show version number
  --help, -h                         Show help

Copyright 2021

v2.3.1...v3.0.0

  • 🌟 feat(tsbb): Refactor the tsbb code. c0023b6
  • 💄 chore(tsbb): update help comment. 01dfb94
  • 📖 doc(tsbb): Update document. 7b4634c
  • 💄 chore: update workflows config. 93b7125
  • 🐞 fix(tsbb): fix WatchCompileOptions options. 35526bd
  • 💄 chore: update react-component dependencies. e67a20f
  • 💄 chore: update .gitignore 6782d2f
  • 💄 chore: update react-component example. 20b2b97
  • 📖 doc: update workflows config. 027e0c0
  • 🌟 feat(tsbb): Refactor the tsbb code. (#253) d715096
  • 💄 chore(deps): update babel monorepo #240 25d92cc
  • 💄 chore(deps): update dependency compile-less-cli to v1.8.1 #251 150abb1
  • 💄 chore(deps): update dependency @types/react to v17.0.19 #248 95add11
  • 🐞 fix: Update files field in package.json 0c66e9f
  • 🐞 fix(tsbb): fix tsconfig.json outDir support. 38c5a11
  • 📄 example(basic): update tsconfig.json c4f283a
  • 💄 chore: update package.json ce9ad0c
  • 🆎 type(tsbb): fix the output declaration type file. 7044a1e
  • 📄 example(express-typeorm): Update types. 4b0a013
  • 🐞 fix(tsbb): fix watch command errors. 3a1d479
  • 🐞 fix(tsbb): fix transform less errors. 1a4acd2
  • 🐞 fix(tsbb): Fix the import less errors. 3e8ac30
  • 🐞 fix(tsbb): fix command errors. 9920c13
  • 🐞 fix(tsbb): Fix watch issue. 320b579
  • 🐞 fix: fix transform test ts. 4a90263
  • 💄 chore: update workflows config. 444dab1
  • 🐞 fix(tsbb): Fix the compilation issue of typescript project. 6e29ed1
  • 💄 chore: update workflows config. f2b9be4
  • 🐞 fix(tsbb): fix React is not defined. 09ce5a7
  • 🐞 fix(tsbb): fix match path. e041f8d
  • 🌟 feat(tsbb): add --disable-babel option. b55a995
  • 💄 chore: update workflows config. 573e249
  • 💄 chore: update workflows config. 1c6e77e
  • 💄 chore: merge conflict from dev. 19550f3
  • 💄 chore: merge conflict from dev. 8ce819b
  • 💄 chore: merge conflict from dev. 5238ad2
  • 💄 chore: Add husky config. a9fbc42
  • 🐞 fix(deps): update dependency typescript to v4.4.2 b2bb9c9
  • 🐞 fix(deps): update dependency chalk to v4.1.2 e66a148
  • 💄 chore(deps): update dependency lint-staged to v11.1.2 ae45991
  • 🐞 fix(deps): update dependency jest to v27.1.0 5c13ed9
  • 💄 chore: update workflows config. 272a7b0