4.0.0
·
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.