Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

v0.2.10

Compare
Choose a tag to compare
@babarot babarot released this 16 Oct 09:37
· 43 commits to master since this release

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.10 - 2019-10-08

Added

  • core: Add tests for internal functions
  • core: Add tests for internal functions

Fixed

  • docs: Update some wrong pages
  • docs: Use edit_uri to edit pages on browser

v0.2.9 - 2019-10-02

Fixed

  • core: Make jsonpath type detection strict

Pull Requests

  • Merge pull request #16 from b4b4r07/hugo-to-mkdocs

v0.2.8 - 2019-09-27

Added

  • core: Add tests for jsonpath

Fixed

  • core: Use ctyjson.Unmarshal for jsonpath internal logic to detect typo more strictly

v0.2.7 - 2019-09-20

Fixed

  • core: fix #12 fundamentally

Reverts

  • GJSON handle parsed arg as just string everytime

Pull Requests

  • Merge pull request #15 from b4b4r07/fix-14

v0.2.6 - 2019-08-29

v0.2.5 - 2019-08-27

Pull Requests

  • Merge pull request #13 from b4b4r07/fix-12
  • Merge pull request #8 from b4b4r07/use-release-go
  • Merge pull request #7 from b4b4r07/techdoc

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

v0.2.0 - 2019-01-21

Pull Requests

  • Merge pull request #2 from b4b4r07/precondition
  • Merge pull request #1 from b4b4r07/jsonpath-default

v0.1.0 - 2019-01-07