Skip to content

4.0.0

Choose a tag to compare

@mlynch mlynch released this 19 Jul 19:33
· 198 commits to main since this release

Refactoring and added new --diff feature to see changes to each file before committing.

Breaking Changes

@trapezedev/configure

The infoPlist operation for ios was removed. This was just an alias for plist Use the plist operation

@trapezedev/project

JsonFile.getData() was renamed to getDocument() to be more consistent with the other file wrappers.

VFS types have been made more concrete and data stored in the VFS must now be either a string or extend VFSStorable.