Skip to content

Releases: syntro-opensource/ssdev

1.1.0

03 Dec 10:32
Compare
Choose a tag to compare

🍰 Added

  • release scripting
  • build command (#15)

🔧 Changed

  • specify total downloads in readme

🧬 Dependencies

  • eslint from 7.13.0 to 7.14.0 (#17)
  • yargs from 16.1.0 to 16.1.1 (#14)

1.0.3

04 Nov 16:40
Compare
Choose a tag to compare

🐞 Fixed

  • error is handled
  • Database exposes port correctly

1.0.2

02 Nov 09:34
Compare
Choose a tag to compare

🍰 Added

  • Exec command (#10)

🔧 Changed

  • run now removes container again

1.0.1 - Hotfix

18 Oct 11:26
Compare
Choose a tag to compare

🍰 Added

  • test definition to package.json

🐞 Fixed

  • config.composeOptions is always defined

1.0.0

17 Oct 14:42
Compare
Choose a tag to compare

🍰 Added

  • jest and tests for os specific parts (more tests needed later) (#4)
  • more badges
  • linting workflow (#3)
  • License

🔧 Changed

  • readme now contains information
  • improve command file structure

0.3.0

15 Oct 15:58
Compare
Choose a tag to compare

🐞 Fixed

  • native docker installations now correctly handle user 🎉 (#1)

0.2.0

15 Oct 08:57
Compare
Choose a tag to compare

🐞 Fixed

  • correctly expose the 3306 port for database by default
  • init now uses docker directly
  • only publish on release publish

🔧 Changed

  • init command: path isn't optional anymore
  • ssdev now requires a command
  • rename exec to run command

0.1.0

14 Oct 14:30
Compare
Choose a tag to compare

🍰 Added

  • initial release