Releases: itsjeffro/deploy
Releases · itsjeffro/deploy
v1.1.1
Updated
- Bumped up websocket-extensions 0.1.3 to 0.1.4
v1.1.0
Updated
- Added migration which will update the ID column for deploy_access_tokens and deploy_refresh_tokens tables. Please run php artisan migrate.
- Update app js with some small UI fixes
v1.0.6
Updated
- Updated ProjectGeneralRequest rules to include branch validation
- Updated js project fetch constants
- Updated project actions import
v1.0.5
Updated
- Updated react structure to follow
- Export actions from base action index.js
v1.0.4
Updated
- Updated react to use better folder structure practices
- Updated readme to include step to force update assets
- Fixed positioning on checbox
v1.0.3
Added
- Added new DeploymentResource
Updated
- Fixed up declared aliases
- Fixed up passed event data in Events using broadcastWith()
v1.0.2
Updated
- Updated oauth authorizaton url to include repo in scope
- Fixed up docblock comments