2.2.0 - 2025-01-27
- NFS setting (#190)
2.1.0 - 2025-01-27
- Documentation for Windows
- Passwort authentication plugin (#189)
2.0.0 - 2024-08-05
- switched to compose v2 compatibility
- Bump docker-compose from 0.24.1 to 0.24.8 (#168)
does only work with compose v2
1.4.0 - 2024-08-05
- Bump docker-compose from 0.23.19 to 0.24.1 (#162)
1.3.0 - 2023-03-03
- Dependabot now manages github actions
- description on how to enable NFS on macOS
- Updated Node.js version in actions to 18
- NFS is not enabled by default
- Bump jest from 28.1.3 to 29.4.3 (#147)
- Bump yargs from 17.5.1 to 17.7.1 (#149)
- Bump eslint from 8.20.0 to 8.35.0 (#150)
- Bump actions/checkout from 2 to 3 (#151)
- Bump docker-compose from 0.23.17 to 0.23.19 (#152)
- Bump yaml from 2.1.1 to 2.2.1 (#139)
- Bump @syntro-opensource/eslint-config-base from 1.1.0 to 1.1.2 (#117)
- Bump jest from 28.1.2 to 28.1.3 (#106)
- Bump eslint from 8.18.0 to 8.20.0 (#107)
1.2.3 - 2022-06-30
- uses oracle image for mysql by default
- Bump @syntro-opensource/eslint-config-base from 1.0.2 to 1.1.0 (#99)
- Bump eslint from 8.16.0 to 8.18.0 (#102)
- Bump yaml from 2.1.0 to 2.1.1 (#98)
- Bump jest from 28.1.0 to 28.1.2 (#104)
- Bump eslint from 8.15.0 to 8.16.0 (#96)
1.2.2 - 2022-05-20
- supress error message
- allow dev stability for
init
1.2.1 - 2022-05-20
- correctly state usage of
run
command in Helptext
- composer is no default service anymore
1.2.0 - 2022-05-20
- Enable use of
ssdev up
which is closer to docker-compose - Enable interactive sessions for
exec
andrun
viastdio: 'inherit'
(#93) ssdev
config option for package.json files
- fixed security auddit / alerts
- Improved documentation
init
command now uses our custom container, not requiring users to ignore platform reqsinit
command usessyntro/ssto^2
- added a custom prefix to dependabot PRs
- Bump eslint from 7.32.0 to 8.15.0 (#92)
1.1.1 - 2021-09-28
- lint
- init now relies on
config.platform
for composer
- jest from 26.6.3 to 27.2.1 (#58)
- docker-compose from 0.23.5 to 0.23.13 (#51)
- yaml from 1.10.0 to 1.10.2 (#28)
- eslint from 7.14.0 to 7.32.0 (#52)
1.1.0 - 2020-12-03
- release scripting
build
command (#15)
- specify total downloads in readme
1.0.3 - 2020-11-04
- error is handled
- Database exposes port correctly
1.0.2 - 2020-11-02
- Exec command (#10)
- run now removes container again
1.0.1 - 2020-10-18
- test definition to package.json
config.composeOptions
is always defined
1.0.0 - 2020-10-17
- jest and tests for os specific parts (more tests needed later) (#4)
- more badges
- linting workflow (#3)
- License
- readme now contains information
- improve command file structure
0.3.0 - 2020-10-15
- native docker installations now correctly handle user 🎉 (#1)
0.2.0 - 2020-10-15
- correctly expose the
3306
port for database by default init
now uses docker directly- only publish on release publish
init
command: path isn't optional anymoressdev
now requires a command- rename
exec
torun
command
- initial release