Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 3.64 KB

Changelog

0.1.1 (2020-03-04)

Changed

  • ⬆️ Upgrade Postgres to version 12. [763eb65]
  • ♿ Improve ux of db command when not in container. [1702f1d]

Fixed

  • 🐛 Fix bugs in arguments count. [e01a773]

Miscellaneous

0.1.0 (2020-03-03)

Added

  • ✨ Add "exec" command to execute any command in the web service. [ff530ce]
  • ✨ Allow usage without web container, [0c06960]
  • 💥 Add yarn to the web image, and execute it directly in the service. [0ee8eb6]

Fixed

  • 🚨 Fix ShellCheck warnings. [95090c8]
  • 🐛 Fix shell type. [21bc407]
  • ✏️ Fix composer path in Readme. [b731487]

Miscellaneous

  • 💥 Remove non working (and useless) "port" helper. Use "ppl ps" to get the ports list. [1bb49b3]
  • 📝 Add ppla and pplsf to Readme.(fix #4) [be63690]
  • 📝 Update Readme. [c356e54]

0.0.4 (2018-12-03)

Added

  • ✨ Add database command. [c18eed8]

0.0.3 (2018-11-30)

Added

  • ✨ Add the ability to customise opened url. [9803ab9]
  • ✨ Add inspect command. [eb0b8d1]

0.0.2 (2018-11-29)

Added

  • ✨ Add direct shortcuts to framework console binaries. [c09b27a]
  • ✨ Add ports displays. [7579cb1]

Fixed

  • 🐛 Fix Postgres DB env var. [00173ff]

0.0.1 (2018-11-29)

Added

Miscellaneous