Releases: chiubaka/circleci-orb
Releases · chiubaka/circleci-orb
v0.12.0
What's Changed
- Add parameters for custom steps before and after jobs by @chiubaka in #61
- Re-enable caching for node/install-packages by @chiubaka in #62
- Add jobs, commands, and executors for react native by @chiubaka in #63
- Allow customization of resource classes for jobs and executors by @chiubaka in #64
- Add dynamic configuration for React Native by @chiubaka in #65
Full Changelog: v0.11.4...v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
Announcements
- Just kidding ;). The
compose-docker
command is here to stay for now. It should be paired with the bundledmachine
executor for best results.
What's Changed
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Breaking Changes
- The
compose-docker
command is being deprecated in favor of specifying customexecutors
for the testing job.
What's Changed
Full Changelog: v0.9.1...v0.10.0
v0.9.1
v0.9.0
v0.8.2
Breaking Changes
- CI workflows expecting the default branch to be
main
will now need to usemaster
instead.- This shouldn't affect any real client projects in practice, hence the patch version bump
What's Changed
Full Changelog: v0.8.1...v0.8.2