v0.1.4
·
0 commits
to 549539108e891e74467afb09ca94ab38d306b1f0
since this release
Highlights
- Windows is unblocked.
tangly devandtangly buildcrashed on Windows withTypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file. The content loader handed your project root to Astro as a raw path string, and a drive-letter path likeE:\projectparses itsE:as a URL scheme. The root is now passed as a properfile:URL, so it resolves on every platform (#6). - Mintlify
api.playground.displayis accepted. Mintlify renamedapi.playground.modetodisplay(interactive/simple/none/auth). Unmodified projects hitUnrecognized key: "display"on parse. The value now normalizes to Tangly's nativemode(nonemaps tohide,authtointeractive) acrossdev,build,check, andmigrate.