-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bbf18e
commit 95fe30d
Showing
5 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.3.0](https://github.com/getgrit/gritql/compare/grit-pattern-matcher-v0.2.0...grit-pattern-matcher-v0.3.0) - 2024-05-16 | ||
|
||
### Added | ||
- implement lazy file loading ([#306](https://github.com/getgrit/gritql/pull/306)) | ||
|
||
### Other | ||
- expose test_utils ([#325](https://github.com/getgrit/gritql/pull/325)) | ||
- update dist config ([#321](https://github.com/getgrit/gritql/pull/321)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.3.0](https://github.com/getgrit/gritql/compare/grit-util-v0.2.0...grit-util-v0.3.0) - 2024-05-16 | ||
|
||
### Added | ||
- add cloud workflow connectivity ([#332](https://github.com/getgrit/gritql/pull/332)) | ||
- add napi config for diffs and make --only-in-diff operate on root ([#304](https://github.com/getgrit/gritql/pull/304)) | ||
|
||
### Other | ||
- add some utils for testing ([#322](https://github.com/getgrit/gritql/pull/322)) | ||
- update dist config ([#321](https://github.com/getgrit/gritql/pull/321)) | ||
- move `alternate_metavariable_kinds` around ([#314](https://github.com/getgrit/gritql/pull/314)) |