- Add a
deepCopyLinksargument tocopyPathandcopyPathSync. - Remove the
@visibleForTestingannotation fromSharedStdIn. - Potentially Breaking Make the stream parameter required for
SharedStdIn.new.- This is treated as non-breaking because the class was marked as visible
for testing only.
- This is treated as non-breaking because the class was marked as visible
- Potentially Breaking
AnsiCodeandAnsiCodeTypemarked final. These
were never intended to support subclasses and were already closed for
extension with private generative constructors. They are now markedfinal
and statically restricted from use as an interface.