Releases: DeepSourceCorp/globstar
Releases · DeepSourceCorp/globstar
v0.4.1
What's Changed
- chore: bump globstar.dev to v0.4.0 in analyzer stubs by @sourya-deepsource in #153
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- docs: add guide for writing checkers in Go by @sanket-deepsource in #149
- fix: fix analysis and test runners by @sourya-deepsource in #151
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- chore: use v0.3.0 in analyzer stub by @sourya-deepsource in #150
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add version flag in the CLI by @sanket-deepsource in #43
- chore: add PR template by @sourya-deepsource in #46
- updated the link by @tusharxoxoxo in #49
- php: dangerous eval by @hrideshmg in #115
- docker: avoid using
sudo
in RUN commands by @hrideshmg in #133 - docker: avoid the use of the
ADD
instruction by @hrideshmg in #130 - docker: avoid the use of
latest
tag by @hrideshmg in #124 - feat: add test runner for Go-based rules by @sourya-deepsource in #123
- feat (#25): add support for custom Go rules by @sourya-deepsource in #145
New Contributors
- @tusharxoxoxo made their first contribution in #49
- @hrideshmg made their first contribution in #115
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- chore(examples): add yaml checkers for unsafe django patterns by @MashyBasker in #18
- feat: support creating and testing built-in checkers by @sourya-deepsource in #23
- feat: add support for built-in Go-based rules by @sourya-deepsource in #26
- chore (#39): allow nesting yaml rules in arbitrary sub directories by @sourya-deepsource in #40
- fix (#41): add globstar.dev path for go-import by @sourya-deepsource in #42
New Contributors
- @MashyBasker made their first contribution in #18
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Changelog
- 77381b9 Add py, js examples to docs (#17)
- 0f2c181 chore: rename built binaries
- 1c6d992 chore: update configuration file path and documentation
- bfe3498 docs: add CLI reference documentation
- 87314e9 docs: add checker interfaces for YAML and Go with examples and guidelines
- 5ab6707 docs: add instructions for global installation
- 3195779 docs: add warning about Go interface work-in-progress status
- 59e3464 docs: remove TOML and YAML from supported languages list
- 979431a docs: update installation and usage instructions for Globstar
- ac0db00 docs: update installation instructions for Globstar
- b3764b7 feat: add more languages, add new flags (#16)
- 0336f27 feat: update default expressions in GlobstarAnimation component
- 2539999 fix: update site URL generation for Vercel deployment