- Dart 2
- Use relative paths in path dependencies
- Added
jefetize
sub command to turn an existing directory into ajefe
container directory
- Major rewrite of internals. Should be much easier to implement new features
- Removed
featureName
fromjefe finish
- Allow project names to differ from repo names
- New command to generate Intellij vcs.xml file
- Updated pubspec dependency
- Bug fix. Missed case for using
publish_to
property when fetching versions
- Support third party pub repos via publish_to pubspec property
- Fix to work with normal tags (non annotated) too
- Don't run tests if project doesn't use test package
-
added
jefe test
which runspub run test
on all projects that have a test dir -
added
dev_dependencies
to the project dependencies thatjefe
manages
- support auto update of hosted versions
- tighter constraints for exported packages
- support for hosted packages
- reworked executors to simplify
- made several commands more idempotent so that you can rerun them as needed
- Initial version, created by Stagehand