Skip to content

website@0.1.0

Choose a tag to compare

@milesj milesj released this 12 Jul 23:39
· 170 commits to master since this release

0.1.0 - 2021-07-12

🎉 Release

  • Add new @boost/decorators package. (55d3f41)

🚀 Updates

  • Add Command#render to render components continuously. (#136) (999f20d), closes #136
  • Add Confirm prompt component. (#122) (e5ec1af), closes #122
  • Add deepMerge helper. (93659b8)
  • Add HiddenInput and PasswordInput prompt components. (#124) (9f38dca), closes #124
  • Add Input prompt component. (#121) (3ddda8a), closes #121
  • Add PackageGraph class. (#117) (6f2d344), closes #117
  • Add requireTypedModule helper for importing TypeScript files. (#140) (b3b14aa), closes #140
  • Add Select and MultiSelect prompt components. (#123) (50540f6), closes #123
  • Add useProgram hook. Improve error and exit handling. (#118) (dbf95b1), closes #118
  • Add boostrap argument to Program#run() and runAndExit(). (c9bca9a)
  • Add isPlainObject helper. (eec761c)
  • Add node requirement and package outdated middleware. (891bfb3)
  • Add support for json5 file format. (#112) (21f31d7), closes #112
  • Add support for loose mode. (#114) (fc2210d), closes #114
  • Build packages with Rollup to support web and node targets. (38cdad9)
  • [Registry] Add resolver option to control module resolution. (668e49a)
  • Return an unlistener from Event#listen. (0f2a1f8)
  • Support tuples (source and options) for plugin settings. (#143) (4b15a8e), closes #143

🐞 Fixes

  • Handle default selected value. (44edd86)
  • Migrate JS/CJS loader to use native require. (84acc48)
  • Migrate TS loader to our new typed module loader. (4cd80f4)
  • [Select] Add space bar selection handling. (b443ee0)

⚙️ Types

  • Undo readonly name on abstract Plugin. (a743b66)

📦 Dependencies

  • Update doc dependencies. (c070b96)

📘 Docs

🛠 Internals

Note: Version bump only for package website