Skip to content

v0.3.1

Compare
Choose a tag to compare
@aluttik aluttik released this 14 Mar 22:25
· 124 commits to master since this release
1c4e745
  • Added an --include-comments flag to crossplane 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.