This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
v0.2.4
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
This file is automatically generated by git-chglog. Don't edit by hand.
Unreleased
v0.2.4 - 2019-02-08
Fixed
- core: Fix bug related to the file name cache parsed as HCL (to show source code when facing some errors)
v0.2.3 - 2019-02-06
Added
- core: Add log mechanism for debugging like Terraform
- docs: Add more docs and update
- func: Add exist built-in function
Pull Requests
- Merge pull request #6 from b4b4r07/log-design
v0.2.2 - 2019-01-29
Changed
- core: Rename "expressions" in rule attribute name to "conditions"
Code Refactoring
- core: Make topological sort package to one for lint internal
- core: Fix import path
- core: Move lang to lint/internal/policy
Pull Requests
- Merge pull request #5 from b4b4r07/expressions-to-conditions
- Merge pull request #4 from b4b4r07/refactor-lang
BREAKING CHANGE
We introduced "precondition" block before, similarly to "conditions".
It means pre-conditions. So "conditions" is more easier to understand
and write policies than "expressions".
v0.2.1 - 2019-01-24
Pull Requests
- Merge pull request #3 from b4b4r07/introduce-policy-dir