New
v1.2.0
What's Changed
- GitHub actions by @flowchartsman in https://github.com/mna/pigeon/pull/110
- Remove support for Go < 1.13 by @breml in https://github.com/mna/pigeon/pull/111
- Bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in https://github.com/mna/pigeon/pull/113
- Change security policy by @breml in https://github.com/mna/pigeon/pull/119
- remove ioutil (fixes #106) by @flowchartsman in https://github.com/mna/pigeon/pull/108
- interface{} -> any by @flowchartsman in https://github.com/mna/pigeon/pull/109
- Bump golang.org/x/tools from 0.9.3 to 0.10.0 by @dependabot in https://github.com/mna/pigeon/pull/122
- Bump golang.org/x/tools from 0.10.0 to 0.12.0 by @dependabot in https://github.com/mna/pigeon/pull/126
- Update Go to 1.20.x by @breml in https://github.com/mna/pigeon/pull/127
- Bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in https://github.com/mna/pigeon/pull/128
- Add support left recursion by @sc07kvm in https://github.com/mna/pigeon/pull/123
- Add golangci-lint in GH actions pipeline by @breml in https://github.com/mna/pigeon/pull/130
- Add goreleaser & GH action for deps update by @breml in https://github.com/mna/pigeon/pull/129
- bootstrap.peg: Fix incorrect quote escapes and raw string length by @mavolin in https://github.com/mna/pigeon/pull/116
- Ignore Braces in String and Rune Literals by @mavolin in https://github.com/mna/pigeon/pull/117
- Update linting to golangci-lint by @breml in https://github.com/mna/pigeon/pull/131
New Contributors
- @flowchartsman made their first contribution in https://github.com/mna/pigeon/pull/110
- @dependabot made their first contribution in https://github.com/mna/pigeon/pull/113
- @sc07kvm made their first contribution in https://github.com/mna/pigeon/pull/123
- @mavolin made their first contribution in https://github.com/mna/pigeon/pull/116
Full Changelog: https://github.com/mna/pigeon/compare/v1.1.0...v1.2.0