Skip to content

Refract Data Structures

Latest
Compare
Choose a tag to compare
@danielgtaylor danielgtaylor released this 11 Sep 14:19
· 4 commits to master since this release

This release changes the format of the API Blueprint AST in a backward-incompatible way. MSON data structures and attributes are now represented by the Refract Data Structure Namespace instead of the MSON-AST. As such, any code using the MSON-AST will need to be updated to use the new Refract elements.

Additionally, mimetypes have been updated to remove the raw and html components. For example, application/vnd.apiblueprint.parseresult.raw+json is now just application/vnd.apiblueprint.parseresult+json.