Releases: coreruleset/seclang_parser
Releases · coreruleset/seclang_parser
v0.3.2
What's Changed
- fix: backslash in operator values by @Agustindeleon in #69
- chore: divide variable listener events by @Agustindeleon in #71
- refactor: validate byte range operator by @Agustindeleon in #70
- chore: add pypi release by @fzipi in #72
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore(deps): update actions/checkout action to v6 in .github/workflows/python.yml by @renovate[bot] in #66
- chore: update secrule lexer token by @Agustindeleon in #67
- refactor: comments by @Agustindeleon in #68
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore(deps): update astral-sh/setup-uv action to v7 in .github/workflows/python.yml by @renovate[bot] in #58
- chore: update python to match golang by @fzipi in #59
- test: colon in collection arguments by @Agustindeleon in #60
- fix(deps): update all non-major dependencies in .github/workflows/python.yml by @renovate[bot] in #55
- refactor: move tests to a common place by @fzipi in #61
- fix: divide comment block and remove # by @Agustindeleon in #63
- fix: transformation parser rule by @Agustindeleon in #64
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- chore(deps): update all major dependencies to v6 in .github/workflows/go.yml (major) by @renovate[bot] in #56
- feat: update setvar flow by @Agustindeleon in #57
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
What's Changed
- feat: move main to be a file based test by @fzipi in #1
- feat: add python3 example by @fzipi in #3
- chore: add renovatebot config by @fzipi in #4
- chore(deps): update actions/checkout action to v4 in .github/workflows/go.yml by @renovate[bot] in #6
- chore(deps): update actions/setup-go action to v5 in .github/workflows/go.yml by @renovate[bot] in #7
- feat: new Lexer and Parser version with support for more language features by @Agustindeleon in #9
- fix(deps): update module github.com/antlr4-go/antlr/v4 to v4.13.1 in go.mod by @renovate[bot] in #8
- feat: add customErrorListener and testdata from CRS and plugins by @Agustindeleon in #10
- chore: update antlr by @fzipi in #11
- fix(deps): update all non-major dependencies in go.mod by @renovate[bot] in #15
- chore(deps): update dependency go to v1.23.4 in go.mod by @renovate[bot] in #17
- chore(deps): update actions/setup-go digest to 3041bf5 in .github/workflows/go.yml by @renovate[bot] in #19
- chore(deps): update dependency go to v1.23.5 in go.mod by @renovate[bot] in #20
- chore(deps): update actions/setup-go digest to f111f33 in .github/workflows/go.yml by @renovate[bot] in #21
- fix: quoted file path by @Agustindeleon in #18
- feat: rename collection rule names in parser by @Agustindeleon in #23
- chore(deps): update dependency go to v1.24.1 in go.mod by @renovate[bot] in #25
- chore(deps): update dependency go to 1.24 in .github/workflows/go.yml by @renovate[bot] in #26
- refactor: rename parser directory by @fzipi in #16
- fix: update magefile package name by @fzipi in #27
- chore: remove moved directory by @fzipi in #28
- chore(deps): update actions/setup-go digest to 0aaccfd in .github/workflows/go.yml by @renovate[bot] in #29
- chore(deps): update dependency go to v1.24.2 in go.mod by @renovate[bot] in #30
- chore(deps): update all non-major dependencies in .github/workflows/go.yml by @renovate[bot] in #31
- chore(deps): update dependency go to v1.24.4 in go.mod by @renovate[bot] in #32
- refactor: remove rules by @Agustindeleon in #24
- refactor: move listener code to listener.go by @Agustindeleon in #33
- fix: update target rules by @Agustindeleon in #34
- refactor: excluded vars and collection length by @Agustindeleon in #36
- fix: negated operators by @Agustindeleon in #37
- chore(deps): update dependency go to v1.24.5 in go.mod by @renovate[bot] in #39
- chore(deps): update all non-major dependencies in .github/workflows/go.yml by @renovate[bot] in #40
- chore(deps): update actions/checkout action to v5 in .github/workflows/go.yml by @renovate[bot] in #41
- fix: update docs by @fzipi in #42
- chore: add gitignore by @fzipi in #43
- refactor(python): split into standard directories by @fzipi in #35
- chore: remove uv.lock by @fzipi in #44
- ci: add release action by @fzipi in #45
- ci: remove release by @fzipi in #46
- chore: add pre-commit by @fzipi in #47
- chore(deps): pin actions/setup-python action to a26af69 in .github/workflows/python.yml by @renovate[bot] in #48
- chore(deps): update all non-major dependencies in .github/workflows/python.yml by @renovate[bot] in #49
- chore(deps): update actions/checkout action to v5 in .github/workflows/python.yml by @renovate[bot] in #50
- chore: add generated files by @fzipi in #51
New Contributors
- @fzipi made their first contribution in #1
- @renovate[bot] made their first contribution in #6
- @Agustindeleon made their first contribution in #9
Full Changelog: https://github.com/coreruleset/seclang_parser/commits/v0.1.0