v0.3.1
- Added an
--include-comments
flag tocrossplane parse
so you can now parse inline comments like NGINX directives. - Added the ability to handle special block directives that contain embedded lua code like the
content_by_lua_block
directive from OpenResty's ngx_http_lua_module . - Version 0.3.0 was broken due to an ImportError. This version should not have these problems.