Skip to content

Initial release

Choose a tag to compare

@lxsmnsyc lxsmnsyc released this 02 Oct 13:08
· 368 commits to master since this release
  • Rewrote the entire CLI. Listr is deprecated in favor of Pridepack's own interface implementation. This way, logs are displayed in a personalized way.
  • Added watch mode. The implementation is currently premature, but improvements will be added in further development.
  • Fix ESBuild issue where the tsconfig is parsed in the wrong way.
  • Build pipeline is now run concurrently instead of sequentially, although the speed is negligible since ESBuild is very fast.