- Change phar compilation to include all vendor php files
- Update phar compilation to add missing composer files
- Replace each() with foreach() for PHP 8 compatibility (#38)
- Prevent Transport::postInstall() from clearing session settings
- Allow base option to override current working directory
- Make sure xPDOObjectCollection sets are ordered
- Add form_customizations Extract tpl
- Skip MySQLVehicle if SELECT stmt fails on Extract
- Add missing modAccessNamespace to promote.tpl.json
- Fix invalid paths in promote.tpl.json
- Add template Extract tpl to package a Template by templatename
- Add ability to provide signature for package created by Extract
- Add Workspace/GC Action for cleaning up workspace/ directory
- Fix Extract warnings when no attributes exist in the tpl
- Make AWS a suggested package and include only needed react packages
- Allow a MODX instance to be explicitly set on the Teleport instance
- Switch order of posix user and group switching attempts
- Add ability to include package attributes in an Extract tpl
- Skip vehicles referencing classes not available in specific MODX releases
- Add promote Extract tpl
- Ensure MODX available in changeset callback functions
- Use DIRECTORY_SEPARATOR for Windows compatibility
- Add Teleport\Transport\FileVehicle using Finder and Filesystem
- Add vehicle_parent_class support to Teleport\Transport\Transport
- Refactor posix user switching to use user argument
- Add resource_children Extract tpl
- Refactor tpl parsing to occur before json_decode
- Add Packages/GC Action
- Allow tplBase arg to override value for Extract
- Run APIRequests in sub-process to avoid constant conflicts
- Add HTTP server to handle teleport web requests
- Add Pull Action
- Remove dependency on MODX in Push Action
- Add support for Actions from other namespaces via namespace argument
- Add RequestInterface::request() to call actions as sub-requests
- Add teleport-tpl-update option to toggle update of tpl copies in projects using as library
- Add teleport-tpl-dir option to composer.json extra section
- Add missing dependencies in phar Compilation
- Refactor Compiler for creating phars when using Teleport as a library
- Attempt to create profile/ and workspace/ dirs automatically
- Fix tpl script paths by using a tplBase from the specified tpl arg
- Initial release