v0.0.6
Pre-release
Pre-release
Changelog
- c29dfbe Removing commented out code which no longer applies
- 2d1de38 Integrate the new prefix compiler which handles (*, @, word list, and slice syntax)
- 4217ba5 Adding yet another parser, the Primary Prefix filter parser
- 209fe0f adding a helpful stats command in the Makefile
- 9e94ee3 Additional slice use case in the README.md documentation
- ea5d944 A true slice syntax parser, why the fuck not?
- 33feef1 fix the name from DB2 -> Db from the previous refactor
- 05a10a4 Adding the testmode/devices.json file
- 7877b00 More unit tests for dumping the ast, and for the mocked device repo
- 9e618a4 Additional edge case unit-tests
- 95eb886 Adding a simplee wrapped_device_test.go file to test the key
- 96b3ab0 Adding executeFilters unit test
- e9adae9 adding unit-tests for ast structure. Also tweaking comments and removing some comments that no longer apply.
- c2cc38e Updating DumpAST
- d89f0db And just like that we now support negated, expressions. It does need some testing implemented
- 7215f2f cleaning up code somewhat
- 9242fd9 Adding +exit node status filter
- 283b65a break build on ineffassign, and fixed a few cases
- 984b7b2 Adding a more comprehensive ParseFilter function which handles the cli parsing
- bd62cef adding more complete testing to the filtercompiler: parser/tokenizer