Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fix #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/release-notes/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@ Feedback on these beta features and the overall incremental linting use case is

Patches:

- v3.1.1 - Change usage of Node-native readline module for greater Node version compatibility
- v3.1.2
- Fix license metadata to consistently reflect MIT license
- Update vulnerable dependencies (both in root package and tools/rule-sandbox)
- v3.1.3 - Fix rule F1 logic to check all references when there are multiple in a field ([Issue 167](https://github.com/looker-open-source/look-at-me-sideways/issues/167) [PR 168](https://github.com/looker-open-source/look-at-me-sideways/pull/168))
- v3.1.4
- Fix handling of "../" patterns in includes
- Fix error when attempting to include one model file into another model file
- v3.1.1 - Change usage of Node-native readline module for greater Node version compatibility
- v3.1.2
- Fix license metadata to consistently reflect MIT license
- Update vulnerable dependencies (both in root package and tools/rule-sandbox)
- v3.1.3 - Fix rule F1 logic to check all references when there are multiple in a field ([Issue 167](https://github.com/looker-open-source/look-at-me-sideways/issues/167) [PR 168](https://github.com/looker-open-source/look-at-me-sideways/pull/168))
- v3.1.4
- Fix handling of "../" patterns in includes
- Fix error when attempting to include one model file into another model file

# v3.2

LookML Dashboards are now supported. This functionality is disabled by default. To enable it, also install `js-yaml`, and including dashboard file pattern into your `source` argument. (Note: no built-in rules currently relate to dashboards, but you may apply custom rules to them)
LookML Dashboards are now supported. This functionality is disabled by default. To enable it, also install `js-yaml`, and including dashboard file pattern into your `source` argument. (Note: no built-in rules currently relate to dashboards, but you may apply custom rules to them)

# v3.3

- Enhance the manifest argument to accept paths to lkml, json, or yaml (with js-yaml)
- Add manifest-defaults argument
- Enhance the manifest argument to accept paths to lkml, json, or yaml (with js-yaml)
- Add manifest-defaults argument

# v3.4

- Add rule `allow_exemptions` argument for rules to specify if they do not want to allow exemptions
- Add support for more compact exemption syntax. The older `rule_exemptions: {rule: "reason"}` syntax is still supported, though no longer emphasized
- Add rule `allow_exemptions` argument for rules to specify if they do not want to allow exemptions
- Add support for more compact exemption syntax. The older `rule_exemptions: {rule: "reason"}` syntax is still supported, though no longer emphasized
Loading