Releases: tufanbarisyildirim/gonginx
Releases · tufanbarisyildirim/gonginx
2.0.1
What's Changed
- Add WithCustomDirectives option by @tufanbarisyildirim in #38
- feat: added WithSkipValidDIrectivesErr option by @0xJacky in #40
- fixed unknown block or directive error by @mofantor in #45
- Code has been restructured and task/todo has been completed by @mofantor in #46
- inline comment by @cwww3 in #51
- fix unexpected token BlockEnd (}) by @Nobilta in #49
New Contributors
- @mofantor made their first contribution in #45
- @cwww3 made their first contribution in #51
- @Nobilta made their first contribution in #49
Full Changelog: 2.0.0...2.0.1
v2.0.0
What's Changed
- Handle errors go way & handle unexpected EOF in blocks by @tufanbarisyildirim in #32
Full Changelog: 0.0.1...2.0.0
v0.0.1
This is the first working but a buggy copy of the gonginx project. Initially, I did not expect it to be used that widely and I haven't analyzed different configuration files well. After releasing that version so anyone can stick with the old api, I will start mastering the nginx config file and have breaking changes with e better parser/validator/generator.
What's Changed
- Update upstream.go by @cr4zyvv in #4
- avoid panic if comment is found in statements by @virusdefender in #6
- Recursive include parsing by @riadafridishibly in #7
- Fix typo, ignore editor metadata by @qba73 in #8
- Run tests in parallel by @qba73 in #9
- Make Go linter happy by @qba73 in #10
- fix: parseBlock stopped after first directive by @telnet2 in #11
- feat: associate comments with config objects by @0xJacky in #12
- feat: support parse lua block by @caiwc in #14
- update go version, git action, make linter happy by @tufanbarisyildirim in #15
- Rework variable & keyword by @tufanbarisyildirim in #18
- Implement lua block wrapper by @tufanbarisyildirim in #23
- Fix issue with not closed file descriptor by @berejant in #29
New Contributors
- @cr4zyvv made their first contribution in #4
- @virusdefender made their first contribution in #6
- @riadafridishibly made their first contribution in #7
- @qba73 made their first contribution in #8
- @telnet2 made their first contribution in #11
- @0xJacky made their first contribution in #12
- @caiwc made their first contribution in #14
- @tufanbarisyildirim made their first contribution in #15
- @berejant made their first contribution in #29
Full Changelog: https://github.com/tufanbarisyildirim/gonginx/commits/0.0.1