Skip to content

Releases: janbiasi/monopacker

v2.1.0

15 Jul 21:23
25a0c7e
Compare
Choose a tag to compare

2.1.0 (2019-07-15)

Features

  • 🎸 detect cyclical dependencies, via CLI and before pack (0ff3b37)

v2.0.1

12 Jul 22:21
Compare
Choose a tag to compare

2.0.1 (2019-07-12)

Bug Fixes

  • 🐛 catch invalid lerna packages by default (1dff97f), closes #2
  • 🐛 catch null packages in lerna cycle (6443cc8)

v2.0.0

12 Jul 15:08
Compare
Choose a tag to compare

2.0.0 (2019-07-12)

Bug Fixes

  • 🐛 add keywords and correct version definition (30640c9)
  • 🐛 update version aggregation, update stage caching (5f953ed)

BREAKING CHANGES

  • Use static version for packer instead of package to break packed apps
    programmatically

v1.0.0

12 Jul 13:36
Compare
Choose a tag to compare

1.0.0 (2019-07-12)

Bug Fixes

  • 🐛 integrity hash calculation updated to exclude paths (cabfd33)

Features

  • implement programmatic API for lerna packing (4f47e6e)
  • adapter: introduce adapters instead of static analytics (dcef0ec)
  • analyze: add fully recursive support (1f6809c)
  • cli: add CLI implementation (27eb090)
  • debug: prepare for debug mode and verbosity (4cdf6c5)